com.edustructures.sifworks.common
Class AddressType

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.common.AddressType
All Implemented Interfaces:
java.io.Serializable

public class AddressType
extends SIFEnum

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.

Since:
1.1
Version:
2.0
See Also:
Serialized Form

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

MAILING

public static final AddressType MAILING
Mailing address ("0123")


EMPLOYMENT

public static final AddressType EMPLOYMENT
Employment address ("1075")


SIF15_OTHER

public static final AddressType SIF15_OTHER
Other Home Address (deprecated) ("02")


PHYSICAL_LOCATION

public static final AddressType PHYSICAL_LOCATION
Physical location address ("0765")


SIF15_EMPLOYMENT

public static final AddressType SIF15_EMPLOYMENT
Employment Address (deprecated) ("06")


SHIPPING

public static final AddressType SHIPPING
Shipping address ("0124")


SIF15_CAMPUS

public static final AddressType SIF15_CAMPUS
Campus Address (deprecated) ("04")


SIF15_MAILING

public static final AddressType SIF15_MAILING
Mailing Address (deprecated) ("03")


_0369_OTHER

public static final AddressType _0369_OTHER
Other Home Address ("02")


_0369_MAILING

public static final AddressType _0369_MAILING
Mailing Address ("03")


OTHER_HOME

public static final AddressType OTHER_HOME
Other home address ("1073")


EMPLOYERS

public static final AddressType EMPLOYERS
Employer's address ("1074")


SIF15_ORGANIZATION

public static final AddressType SIF15_ORGANIZATION
Organization Address (deprecated) ("07")


_0369_PERMANENT

public static final AddressType _0369_PERMANENT
Permanent Address ("01")


_0369_EMPLOYMENT

public static final AddressType _0369_EMPLOYMENT
Employment Address ("06")


OTHER_ORGANIZATION

public static final AddressType OTHER_ORGANIZATION
Other organization address ("2382")


_0369_EMPLOYER

public static final AddressType _0369_EMPLOYER
Employer's Address ("05")


SIF15_PERMANENT

public static final AddressType SIF15_PERMANENT
Permanent Address (deprecated) ("01")


_0369_ORGANIZATION

public static final AddressType _0369_ORGANIZATION
Organization Address ("07")


SIF15_EMPLOYER

public static final AddressType SIF15_EMPLOYER
Employer's Address (deprecated) ("05")


_0369_CAMPUS

public static final AddressType _0369_CAMPUS
Campus Address ("04")

Method Detail

wrap

public static AddressType wrap(java.lang.String value)
Wrap an arbitrary string value in an AddressType object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.