com.edustructures.sifworks.common
Class BirthDateVerification

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

public class BirthDateVerification
extends SIFEnum

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.

Since:
1.1
Version:
2.0
See Also:
Serialized Form

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

LIFE_INSURANCE

public static final BirthDateVerification LIFE_INSURANCE
Life insurance policy ("2382")


OTHER_OFFICIAL_DOC

public static final BirthDateVerification OTHER_OFFICIAL_DOC
Other official document ("3423")


SIF1X_NONE

public static final BirthDateVerification SIF1X_NONE
None ("98")


PARENT_AFFIDAVIT

public static final BirthDateVerification PARENT_AFFIDAVIT
Parent's affidavit ("1007")


PHYSICIAN_CERT

public static final BirthDateVerification PHYSICIAN_CERT
Physician's certificate ("1009")


SIF1X_BIRTH_CERT

public static final 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")


SIF1X_DRIVER_LICENSE

public static final 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")


BIRTH_CERT

public static final BirthDateVerification BIRTH_CERT
Birth certificate ("1004")


IMMIGRATION_DOCUMENT

public static final BirthDateVerification IMMIGRATION_DOCUMENT
Immigration document (e.g., immigration visa) ("1013")


SIF1X_PASSPORT

public static final 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")


SIF1X_PHYSICIAN_CERT

public static final BirthDateVerification SIF1X_PHYSICIAN_CERT
Physician's Certificate - A certificate issued by the physician attending at birth, verifying the name and birthdate of a child. A physician's certificate is considered to be a birth certificate when acceptable as such by the political subdivision where issued. ("07")


CHURCH

public static final BirthDateVerification CHURCH
Baptismal or church certificate ("1003")


PASSPORT

public static final BirthDateVerification PASSPORT
Passport ("1008")


HOSPITAL_CERT

public static final BirthDateVerification HOSPITAL_CERT
Hospital certificate ("1006")


SIF1X_OTHER

public static final BirthDateVerification SIF1X_OTHER
Other ("99")


FAMILY_BIBLE

public static final BirthDateVerification FAMILY_BIBLE
Entry in family Bible ("1005")


SIF1X_PARENT_AFFIDAVIT

public static final 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")


PREVIOUSLY_VERIFIED

public static final BirthDateVerification PREVIOUSLY_VERIFIED
Previously verified school records ("1010")


DRIVER_LICENSE

public static final BirthDateVerification DRIVER_LICENSE
Driver's license ("1012")


SIF1X_FAMILY_BIBLE

public static final 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")


SIF1X_SCHOOL_RECORDS

public static final 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")


SIF1X_IMMIGRATION_DOCUMENT

public static final BirthDateVerification SIF1X_IMMIGRATION_DOCUMENT
An official document issued by a national government that would formally identify the holder of the document ("11")


OTHER

public static final BirthDateVerification OTHER
Other ("9999")


SIF1X_STATE_ID

public static final 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. It usually is not accompanied by an approval for the holder to operate a vehicle of any type. ("09")


SIF1X_HOSPITAL_CERT

public static final BirthDateVerification SIF1X_HOSPITAL_CERT
Hospital Certificate - A certificate issued by a hospital verifying the name and birthdate of a child ("04")


STATE_ID

public static final BirthDateVerification STATE_ID
State-issued ID (e.g., from Department of Public Safety) ("1011")


OTHER_NON_OFFICIAL_DOC

public static final BirthDateVerification OTHER_NON_OFFICIAL_DOC
Other non-official document ("3424")


SIF1X_CHURCH

public static final BirthDateVerification SIF1X_CHURCH
Baptismal or Church certification - A form, issued by a church, listing the birthdate and certifying the baptism of a child ("01")

Method Detail

wrap

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