|
||||||||||
| 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.IdentificationSystem
public class IdentificationSystem
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.
| 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 |
|---|
public static final IdentificationSystem SIF1X_NCES_NUMBER_FOR_SCHOOL
public static final IdentificationSystem SIF1X_DUNS_NUMBER
public static final IdentificationSystem SIF1X_LEA_NUMBER_FOR_SCHOOL
public static final IdentificationSystem ACT_INST_CODE
public static final IdentificationSystem SIF1X_NCES_NUMBER_FOR_A_LEA
public static final IdentificationSystem OTHER
public static final IdentificationSystem SIF1X_ACT_INST_CODE
public static final IdentificationSystem SIF1X_SEA_NUMBER_FOR_SCHOOL
public static final IdentificationSystem OTHER_FEDERAL
public static final IdentificationSystem SIF1X_OTHER_AGENCY_NUMBER
public static final IdentificationSystem DUNS_NUMBER
public static final IdentificationSystem SIF1X_SEA_NUMBER_FOR_LEA
public static final IdentificationSystem FEDERAL_ID
public static final IdentificationSystem SIF1X_OTHER
| Method Detail |
|---|
public static IdentificationSystem 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 | |||||||||