|
||||||||||
| 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.BirthDateVerification
public class BirthDateVerification
Defines the set of values that can be specified whenever a BirthDateVerification
is used as a parameter to a method or constructor. Alternatively, the static
wrap method can be called to encapsulate any string value in
a BirthDateVerification object.
| Field Summary | |
|---|---|
static BirthDateVerification |
BIRTH_CERT
Birth certificate ("1004") |
static BirthDateVerification |
CHURCH
Baptismal or church certificate ("1003") |
static BirthDateVerification |
DRIVER_LICENSE
Driver's license ("1012") |
static BirthDateVerification |
FAMILY_BIBLE
Entry in family Bible ("1005") |
static BirthDateVerification |
HOSPITAL_CERT
Hospital certificate ("1006") |
static BirthDateVerification |
IMMIGRATION_DOCUMENT
Immigration document (e.g., immigration visa) ("1013") |
static BirthDateVerification |
LIFE_INSURANCE
Life insurance policy ("2382") |
static BirthDateVerification |
OTHER
Other ("9999") |
static BirthDateVerification |
OTHER_NON_OFFICIAL_DOC
Other non-official document ("3424") |
static BirthDateVerification |
OTHER_OFFICIAL_DOC
Other official document ("3423") |
static BirthDateVerification |
PARENT_AFFIDAVIT
Parent's affidavit ("1007") |
static BirthDateVerification |
PASSPORT
Passport ("1008") |
static BirthDateVerification |
PHYSICIAN_CERT
Physician's certificate ("1009") |
static BirthDateVerification |
PREVIOUSLY_VERIFIED
Previously verified school records ("1010") |
static BirthDateVerification |
SIF1X_BIRTH_CERT
Birth Certificate - A written statement of form issued by an office of vital statistics verifying the name and birthdate of a child as reported by the physician attending at the birth ("02") |
static BirthDateVerification |
SIF1X_CHURCH
Baptismal or Church certification - A form, issued by a church, listing the birthdate and certifying the baptism of a child ("01") |
static BirthDateVerification |
SIF1X_DRIVER_LICENSE
An official document issued by a state government agency, usually the department of public safety or the department of motor vehicles, that formally allows the holder to operate a motor vehicle, with specifications as to the type of vehicle that he or she can operate ("10") |
static BirthDateVerification |
SIF1X_FAMILY_BIBLE
Entry in a family Bible - An entry in a family Bible on a special page for recording births, marriages, and other vital information about a family ("03") |
static BirthDateVerification |
SIF1X_HOSPITAL_CERT
Hospital Certificate - A certificate issued by a hospital verifying the name and birthdate of a child ("04") |
static BirthDateVerification |
SIF1X_IMMIGRATION_DOCUMENT
An official document issued by a national government that would formally identify the holder of the document ("11") |
static BirthDateVerification |
SIF1X_NONE
None ("98") |
static BirthDateVerification |
SIF1X_OTHER
Other ("99") |
static BirthDateVerification |
SIF1X_PARENT_AFFIDAVIT
Parent Affidavit - A sworn, written statement made by an individual's parent to verify his or her age, birthdate, and place of birth ("05") |
static BirthDateVerification |
SIF1X_PASSPORT
Passport - Any travel document issued by a recognized authority showing the bearer's origin, identity, birthdate, and nationality that is valid for the entry of the bearer into a foreign country ("06") |
static BirthDateVerification |
SIF1X_PHYSICIAN_CERT
Physician's Certificate - A certificate issued by the physician attending at birth, verifying the name and birthdate of a child. |
static BirthDateVerification |
SIF1X_SCHOOL_RECORDS
Previously Verified School Records - A school record with the birthdate previously verified that is issued in lieu of more direct evidence to verify the birthdate ("08") |
static BirthDateVerification |
SIF1X_STATE_ID
An official document issued by a state government agency, usually the department of public safety or the department of motor vehicles, that formally identifies the holder of the document. |
static BirthDateVerification |
STATE_ID
State-issued ID (e.g., from Department of Public Safety) ("1011") |
| Method Summary | |
|---|---|
static BirthDateVerification |
wrap(java.lang.String value)
Wrap an arbitrary string value in a BirthDateVerification 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 BirthDateVerification LIFE_INSURANCE
public static final BirthDateVerification OTHER_OFFICIAL_DOC
public static final BirthDateVerification SIF1X_NONE
public static final BirthDateVerification PARENT_AFFIDAVIT
public static final BirthDateVerification PHYSICIAN_CERT
public static final BirthDateVerification SIF1X_BIRTH_CERT
public static final BirthDateVerification SIF1X_DRIVER_LICENSE
public static final BirthDateVerification BIRTH_CERT
public static final BirthDateVerification IMMIGRATION_DOCUMENT
public static final BirthDateVerification SIF1X_PASSPORT
public static final BirthDateVerification SIF1X_PHYSICIAN_CERT
public static final BirthDateVerification CHURCH
public static final BirthDateVerification PASSPORT
public static final BirthDateVerification HOSPITAL_CERT
public static final BirthDateVerification SIF1X_OTHER
public static final BirthDateVerification FAMILY_BIBLE
public static final BirthDateVerification SIF1X_PARENT_AFFIDAVIT
public static final BirthDateVerification PREVIOUSLY_VERIFIED
public static final BirthDateVerification DRIVER_LICENSE
public static final BirthDateVerification SIF1X_FAMILY_BIBLE
public static final BirthDateVerification SIF1X_SCHOOL_RECORDS
public static final BirthDateVerification SIF1X_IMMIGRATION_DOCUMENT
public static final BirthDateVerification OTHER
public static final BirthDateVerification SIF1X_STATE_ID
public static final BirthDateVerification SIF1X_HOSPITAL_CERT
public static final BirthDateVerification STATE_ID
public static final BirthDateVerification OTHER_NON_OFFICIAL_DOC
public static final BirthDateVerification SIF1X_CHURCH
| Method Detail |
|---|
public static BirthDateVerification 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 | |||||||||