|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFSimpleType<java.lang.String>
com.edustructures.sifworks.SIFString
com.edustructures.sifworks.SIFEnum
com.edustructures.sifworks.common.AddressType
public class AddressType
Defines the set of values that can be specified whenever an AddressType
is used as a parameter to a method or constructor. Alternatively, the static
wrap method can be called to encapsulate any string value in
an AddressType object.
| Field Summary | |
|---|---|
static AddressType |
_0369_CAMPUS
Campus Address ("04") |
static AddressType |
_0369_EMPLOYER
Employer's Address ("05") |
static AddressType |
_0369_EMPLOYMENT
Employment Address ("06") |
static AddressType |
_0369_MAILING
Mailing Address ("03") |
static AddressType |
_0369_ORGANIZATION
Organization Address ("07") |
static AddressType |
_0369_OTHER
Other Home Address ("02") |
static AddressType |
_0369_PERMANENT
Permanent Address ("01") |
static AddressType |
EMPLOYERS
Employer's address ("1074") |
static AddressType |
EMPLOYMENT
Employment address ("1075") |
static AddressType |
MAILING
Mailing address ("0123") |
static AddressType |
OTHER_HOME
Other home address ("1073") |
static AddressType |
OTHER_ORGANIZATION
Other organization address ("2382") |
static AddressType |
PHYSICAL_LOCATION
Physical location address ("0765") |
static AddressType |
SHIPPING
Shipping address ("0124") |
static AddressType |
SIF15_CAMPUS
Campus Address (deprecated) ("04") |
static AddressType |
SIF15_EMPLOYER
Employer's Address (deprecated) ("05") |
static AddressType |
SIF15_EMPLOYMENT
Employment Address (deprecated) ("06") |
static AddressType |
SIF15_MAILING
Mailing Address (deprecated) ("03") |
static AddressType |
SIF15_ORGANIZATION
Organization Address (deprecated) ("07") |
static AddressType |
SIF15_OTHER
Other Home Address (deprecated) ("02") |
static AddressType |
SIF15_PERMANENT
Permanent Address (deprecated) ("01") |
| Method Summary | |
|---|---|
static AddressType |
wrap(java.lang.String value)
Wrap an arbitrary string value in an AddressType object. |
| Methods inherited from class com.edustructures.sifworks.SIFString |
|---|
getTypeConverter, isDoNotEncode |
| Methods inherited from class com.edustructures.sifworks.SIFSimpleType |
|---|
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AddressType MAILING
public static final AddressType EMPLOYMENT
public static final AddressType SIF15_OTHER
public static final AddressType PHYSICAL_LOCATION
public static final AddressType SIF15_EMPLOYMENT
public static final AddressType SHIPPING
public static final AddressType SIF15_CAMPUS
public static final AddressType SIF15_MAILING
public static final AddressType _0369_OTHER
public static final AddressType _0369_MAILING
public static final AddressType OTHER_HOME
public static final AddressType EMPLOYERS
public static final AddressType SIF15_ORGANIZATION
public static final AddressType _0369_PERMANENT
public static final AddressType _0369_EMPLOYMENT
public static final AddressType OTHER_ORGANIZATION
public static final AddressType _0369_EMPLOYER
public static final AddressType SIF15_PERMANENT
public static final AddressType _0369_ORGANIZATION
public static final AddressType SIF15_EMPLOYER
public static final AddressType _0369_CAMPUS
| Method Detail |
|---|
public static AddressType wrap(java.lang.String value)
value - The element/attribute value. This method does not verify
that the value is valid according to the SIF Specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||