com.edustructures.sifworks.common
Class IdentificationSystem

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

public class IdentificationSystem
extends SIFEnum

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

Since:
1.1
Version:
2.0
See Also:
Serialized Form

Field Summary
static IdentificationSystem ACT_INST_CODE
          College Board/ACT code set of PK-grade 12 institutions ("0175")
static IdentificationSystem DUNS_NUMBER
          Dunn and Bradstreet number (e.g., DUNS number) ("0276")
static IdentificationSystem FEDERAL_ID
          FederalID Number ("0264")
static IdentificationSystem OTHER
          Other ("9999")
static IdentificationSystem OTHER_FEDERAL
          Other federally assigned number ("0764")
static IdentificationSystem SIF1X_ACT_INST_CODE
          College Board/ACT code set of PK-grade 12 institutions (deprecated) ("14 ")
static IdentificationSystem SIF1X_DUNS_NUMBER
          Dunn and Broadstreet number (deprecated) ("25")
static IdentificationSystem SIF1X_LEA_NUMBER_FOR_SCHOOL
          LEA number for school (deprecated) ("15")
static IdentificationSystem SIF1X_NCES_NUMBER_FOR_A_LEA
          NCES number for a LEA (deprecated) ("19")
static IdentificationSystem SIF1X_NCES_NUMBER_FOR_SCHOOL
          NCES number for school (deprecated) ("18")
static IdentificationSystem SIF1X_OTHER
          Other ("99 ")
static IdentificationSystem SIF1X_OTHER_AGENCY_NUMBER
          Other agency number (e.g., Roman Catholic diocese or association member) (deprecated) ("20")
static IdentificationSystem SIF1X_SEA_NUMBER_FOR_LEA
          SEA number for LEA (deprecated) ("17 ")
static IdentificationSystem SIF1X_SEA_NUMBER_FOR_SCHOOL
          SEA number for school (deprecated) ("16")
 
Method Summary
static IdentificationSystem wrap(java.lang.String value)
          Wrap an arbitrary string value in an IdentificationSystem 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_NCES_NUMBER_FOR_SCHOOL

public static final IdentificationSystem SIF1X_NCES_NUMBER_FOR_SCHOOL
NCES number for school (deprecated) ("18")


SIF1X_DUNS_NUMBER

public static final IdentificationSystem SIF1X_DUNS_NUMBER
Dunn and Broadstreet number (deprecated) ("25")


SIF1X_LEA_NUMBER_FOR_SCHOOL

public static final IdentificationSystem SIF1X_LEA_NUMBER_FOR_SCHOOL
LEA number for school (deprecated) ("15")


ACT_INST_CODE

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


SIF1X_NCES_NUMBER_FOR_A_LEA

public static final IdentificationSystem SIF1X_NCES_NUMBER_FOR_A_LEA
NCES number for a LEA (deprecated) ("19")


OTHER

public static final IdentificationSystem OTHER
Other ("9999")


SIF1X_ACT_INST_CODE

public static final IdentificationSystem SIF1X_ACT_INST_CODE
College Board/ACT code set of PK-grade 12 institutions (deprecated) ("14 ")


SIF1X_SEA_NUMBER_FOR_SCHOOL

public static final IdentificationSystem SIF1X_SEA_NUMBER_FOR_SCHOOL
SEA number for school (deprecated) ("16")


OTHER_FEDERAL

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


SIF1X_OTHER_AGENCY_NUMBER

public static final IdentificationSystem SIF1X_OTHER_AGENCY_NUMBER
Other agency number (e.g., Roman Catholic diocese or association member) (deprecated) ("20")


DUNS_NUMBER

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


SIF1X_SEA_NUMBER_FOR_LEA

public static final IdentificationSystem SIF1X_SEA_NUMBER_FOR_LEA
SEA number for LEA (deprecated) ("17 ")


FEDERAL_ID

public static final IdentificationSystem FEDERAL_ID
FederalID Number ("0264")


SIF1X_OTHER

public static final IdentificationSystem SIF1X_OTHER
Other ("99 ")

Method Detail

wrap

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