com.edustructures.sifworks.common
Class OtherIdType

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.OtherIdType
All Implemented Interfaces:
java.io.Serializable

public class OtherIdType
extends SIFEnum

Defines the set of values that can be specified whenever an OtherIdType 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 OtherIdType object.

Since:
1.1
Version:
2.0
See Also:
Serialized Form

Field Summary
static OtherIdType ACT_INST
          College Board/ACT code set of PK-grade 12 institutions ("0175")
static OtherIdType ACT_PROG
          American College Testing (ACT) Program number ("0254")
static OtherIdType ATP
          College Board Admission Testing Program (ATP) number ("0243")
static OtherIdType CERTIFICATE
          Professional certificate or license number ("0399")
static OtherIdType CONTRACTOR
          Test contractor assigned assessment number ("0307")
static OtherIdType DISTRICT_ASSIGNED
          District-assigned number ("0593")
static OtherIdType DRIVERS_LICENSE
          Driver's license number ("0328")
static OtherIdType DUNS
          Dunn and Bradstreet number (e.g., DUNS number) ("0276")
static OtherIdType FAMILY_UNIT
          Family unit number ("0164")
static OtherIdType FEDERAL
          Federal identification number ("0264")
static OtherIdType HEALTH_RECORD
          Health record number ("0339")
static OtherIdType IPEDS
          Integrated Postsecondary Education Data System (IPEDS) number ("0233")
static OtherIdType LEA_SCHOOL
          LEA number for school ("0186")
static OtherIdType MEDICAID
          Medicaid number ("0338")
static OtherIdType MIGRANT
          Migrant number ("0879")
static OtherIdType NCES_LEA
          NCES number for LEA ("0216")
static OtherIdType NCES_SCHOOL
          NCES number for school ("0208")
static OtherIdType OTHER
          Other ("9999")
static OtherIdType OTHER_AGENCY
          Other agency number (e.g., Roman Catholic diocese or association number) ("0222")
static OtherIdType OTHER_FEDERAL
          Other federally assigned number ("0764")
static OtherIdType PERSONAL
          Personal identification number ("0154")
static OtherIdType SCHOOL_ASSIGNED
          School-assigned number ("0495")
static OtherIdType SEA_LEA
          SEA number for LEA ("0763")
static OtherIdType SEA_SCHOOL
          SEA number for school ("0197")
static OtherIdType SELECTIVE_SERVICE
          Selective service number ("0780")
static OtherIdType SIF1x_DISTRICT_ASSIGNED_NUM
          District-assigned number ("06")
static OtherIdType SIF1x_DRIVERS_LICENSE
          Driver's License Number ("01")
static OtherIdType SIF1x_FAMILY_UNIT
          Family Unit Number ("13")
static OtherIdType SIF1x_HEATH_RECORD
          Health Record Number ("02")
static OtherIdType SIF1x_MEDICAID
          Medicaid Number ("03")
static OtherIdType SIF1x_MIGRANT
          Migrant number ("09")
static OtherIdType SIF1x_OTHER
          Other ("99")
static OtherIdType SIF1x_PIN
          Personal Identification Number ("12")
static OtherIdType SIF1x_PROFESSIONAL_LICENSE
          Professional Certificate or License Number ("04")
static OtherIdType SIF1x_SCHOOL_ASSIGNED_NUM
          School-assigned number ("05")
static OtherIdType SIF1x_SELECTIVE_SERVICE
          Selective Service number ("08")
static OtherIdType SIF1x_SSN
          Social Security Administration number ("10")
static OtherIdType SIF1x_STATE_ASSIGNED_NUM
          State-assigned number ("07")
static OtherIdType SIF1x_VISA
          US Government VISA Number ("11")
static OtherIdType SOCIALSECURITY
          Social Security administration number ("0004")
static OtherIdType STATE
          State-assigned number ("0686")
static OtherIdType STATUTE
          Statute number ("0873")
static OtherIdType SUBTEST
          Sub-test number ("0936")
static OtherIdType VISA
          US government Visa number ("0113")
 
Method Summary
static OtherIdType wrap(java.lang.String value)
          Wrap an arbitrary string value in an OtherIdType 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

SIF1x_MIGRANT

public static final OtherIdType SIF1x_MIGRANT
Migrant number ("09")


SEA_LEA

public static final OtherIdType SEA_LEA
SEA number for LEA ("0763")


VISA

public static final OtherIdType VISA
US government Visa number ("0113")


STATE

public static final OtherIdType STATE
State-assigned number ("0686")


OTHER

public static final OtherIdType OTHER
Other ("9999")


NCES_LEA

public static final OtherIdType NCES_LEA
NCES number for LEA ("0216")


SIF1x_DRIVERS_LICENSE

public static final OtherIdType SIF1x_DRIVERS_LICENSE
Driver's License Number ("01")


SIF1x_SSN

public static final OtherIdType SIF1x_SSN
Social Security Administration number ("10")


ATP

public static final OtherIdType ATP
College Board Admission Testing Program (ATP) number ("0243")


SIF1x_SCHOOL_ASSIGNED_NUM

public static final OtherIdType SIF1x_SCHOOL_ASSIGNED_NUM
School-assigned number ("05")


MIGRANT

public static final OtherIdType MIGRANT
Migrant number ("0879")


CERTIFICATE

public static final OtherIdType CERTIFICATE
Professional certificate or license number ("0399")


STATUTE

public static final OtherIdType STATUTE
Statute number ("0873")


SIF1x_SELECTIVE_SERVICE

public static final OtherIdType SIF1x_SELECTIVE_SERVICE
Selective Service number ("08")


SEA_SCHOOL

public static final OtherIdType SEA_SCHOOL
SEA number for school ("0197")


SIF1x_FAMILY_UNIT

public static final OtherIdType SIF1x_FAMILY_UNIT
Family Unit Number ("13")


SIF1x_PROFESSIONAL_LICENSE

public static final OtherIdType SIF1x_PROFESSIONAL_LICENSE
Professional Certificate or License Number ("04")


PERSONAL

public static final OtherIdType PERSONAL
Personal identification number ("0154")


ACT_PROG

public static final OtherIdType ACT_PROG
American College Testing (ACT) Program number ("0254")


NCES_SCHOOL

public static final OtherIdType NCES_SCHOOL
NCES number for school ("0208")


SCHOOL_ASSIGNED

public static final OtherIdType SCHOOL_ASSIGNED
School-assigned number ("0495")


SUBTEST

public static final OtherIdType SUBTEST
Sub-test number ("0936")


SIF1x_OTHER

public static final OtherIdType SIF1x_OTHER
Other ("99")


CONTRACTOR

public static final OtherIdType CONTRACTOR
Test contractor assigned assessment number ("0307")


ACT_INST

public static final OtherIdType ACT_INST
College Board/ACT code set of PK-grade 12 institutions ("0175")


SOCIALSECURITY

public static final OtherIdType SOCIALSECURITY
Social Security administration number ("0004")


SIF1x_HEATH_RECORD

public static final OtherIdType SIF1x_HEATH_RECORD
Health Record Number ("02")


SIF1x_STATE_ASSIGNED_NUM

public static final OtherIdType SIF1x_STATE_ASSIGNED_NUM
State-assigned number ("07")


SIF1x_DISTRICT_ASSIGNED_NUM

public static final OtherIdType SIF1x_DISTRICT_ASSIGNED_NUM
District-assigned number ("06")


MEDICAID

public static final OtherIdType MEDICAID
Medicaid number ("0338")


DUNS

public static final OtherIdType DUNS
Dunn and Bradstreet number (e.g., DUNS number) ("0276")


OTHER_FEDERAL

public static final OtherIdType OTHER_FEDERAL
Other federally assigned number ("0764")


HEALTH_RECORD

public static final OtherIdType HEALTH_RECORD
Health record number ("0339")


DISTRICT_ASSIGNED

public static final OtherIdType DISTRICT_ASSIGNED
District-assigned number ("0593")


SIF1x_PIN

public static final OtherIdType SIF1x_PIN
Personal Identification Number ("12")


IPEDS

public static final OtherIdType IPEDS
Integrated Postsecondary Education Data System (IPEDS) number ("0233")


LEA_SCHOOL

public static final OtherIdType LEA_SCHOOL
LEA number for school ("0186")


OTHER_AGENCY

public static final OtherIdType OTHER_AGENCY
Other agency number (e.g., Roman Catholic diocese or association number) ("0222")


FAMILY_UNIT

public static final OtherIdType FAMILY_UNIT
Family unit number ("0164")


DRIVERS_LICENSE

public static final OtherIdType DRIVERS_LICENSE
Driver's license number ("0328")


SIF1x_VISA

public static final OtherIdType SIF1x_VISA
US Government VISA Number ("11")


SIF1x_MEDICAID

public static final OtherIdType SIF1x_MEDICAID
Medicaid Number ("03")


FEDERAL

public static final OtherIdType FEDERAL
Federal identification number ("0264")


SELECTIVE_SERVICE

public static final OtherIdType SELECTIVE_SERVICE
Selective service number ("0780")

Method Detail

wrap

public static OtherIdType wrap(java.lang.String value)
Wrap an arbitrary string value in an OtherIdType 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.