USADriveIdCodetext.MandatoryFields
Inheritance: java.lang.Object
public static class USADriveIdCodetext.MandatoryFields
Mandatory elements (fields) of the card
Constructors
| Constructor | Description |
|---|---|
| MandatoryFields() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getAddressCity() | DAI, City portion of the cardholder address, DL/ID, V20ANS |
| getAddressPostalCode() | DAK, Postal code portion of the cardholder address in the U.S.and Canada. |
| getAddressState() | DAJ, State portion of the cardholder address, DL/ID, F2A |
| getAddressStreet1() | DAG, Street portion of the cardholder address, DL/ID, V35ANS |
| getClass() | |
| getCountryIdentification() | DCG, Country in which DL/ID is issued. |
| getCustomerIDNumber() | DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS |
| getDateOfBirth() | DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N |
| getDocumentDiscriminator() | DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. |
| getEndorsementCodes() | DCD, Jurisdiction specific endorsement codes, DL, V5ANS |
| getEyeColor() | DAY, Color of cardholder’s eyes. |
| getFamilyName() | DCS, Family name of the cardholder, DL/ID, V40ANS |
| getFamilyNameTruncation() | DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A |
| getFirstName() | DAC, First name of the cardholder, DL/ID, V40ANS |
| getFirstNameTruncation() | DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A |
| getHeight() | DAU, Height of cardholder. |
| getMiddleName() | DAD, Middle name(s) of the cardholder. |
| getMiddleNameTruncation() | DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A |
| getRestrictionCodes() | DCB, Jurisdiction-specific restrictions codes, DL, V12ANS |
| getSex() | DBC, Gender of the cardholder. |
| getVehicleClass() | DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setAddressCity(String value) | DAI, City portion of the cardholder address, DL/ID, V20ANS |
| setAddressPostalCode(String value) | DAK, Postal code portion of the cardholder address in the U.S.and Canada. |
| setAddressState(String value) | DAJ, State portion of the cardholder address, DL/ID, F2A |
| setAddressStreet1(String value) | DAG, Street portion of the cardholder address, DL/ID, V35ANS |
| setCountryIdentification(USADriveIdCountry value) | DCG, Country in which DL/ID is issued. |
| setCustomerIDNumber(String value) | DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS |
| setDateOfBirth(LocalDate value) | DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N |
| setDocumentDiscriminator(String value) | DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. |
| setEndorsementCodes(String value) | DCD, Jurisdiction specific endorsement codes, DL, V5ANS |
| setEyeColor(USADriveIdEyeColor value) | DAY, Color of cardholder’s eyes. |
| setFamilyName(String value) | DCS, Family name of the cardholder, DL/ID, V40ANS |
| setFamilyNameTruncation(String value) | DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A |
| setFirstName(String value) | DAC, First name of the cardholder, DL/ID, V40ANS |
| setFirstNameTruncation(String value) | DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A |
| setHeight(String value) | DAU, Height of cardholder. |
| setMiddleName(String value) | DAD, Middle name(s) of the cardholder. |
| setMiddleNameTruncation(String value) | DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A |
| setRestrictionCodes(String value) | DCB, Jurisdiction-specific restrictions codes, DL, V12ANS |
| setSex(USADriveIdSex value) | DBC, Gender of the cardholder. |
| setVehicleClass(String value) | DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
MandatoryFields()
public MandatoryFields()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getAddressCity()
public final String getAddressCity()
DAI, City portion of the cardholder address, DL/ID, V20ANS
Returns: java.lang.String
getAddressPostalCode()
public final String getAddressPostalCode()
DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS
Returns: java.lang.String
getAddressState()
public final String getAddressState()
DAJ, State portion of the cardholder address, DL/ID, F2A
Returns: java.lang.String
getAddressStreet1()
public final String getAddressStreet1()
DAG, Street portion of the cardholder address, DL/ID, V35ANS
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCountryIdentification()
public final USADriveIdCountry getCountryIdentification()
DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A
Returns: USADriveIdCountry
getCustomerIDNumber()
public final String getCustomerIDNumber()
DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS
Returns: java.lang.String
getDateOfBirth()
public final LocalDate getDateOfBirth()
DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N
Returns: java.time.LocalDate
getDocumentDiscriminator()
public final String getDocumentDiscriminator()
DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS
Returns: java.lang.String
getEndorsementCodes()
public final String getEndorsementCodes()
DCD, Jurisdiction specific endorsement codes, DL, V5ANS
Returns: java.lang.String
getEyeColor()
public final USADriveIdEyeColor getEyeColor()
DAY, Color of cardholder’s eyes. (ANSI D-20 codes). DL/ID, F3A
Returns: USADriveIdEyeColor
getFamilyName()
public final String getFamilyName()
DCS, Family name of the cardholder, DL/ID, V40ANS
Returns: java.lang.String
getFamilyNameTruncation()
public final String getFamilyNameTruncation()
DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
Returns: java.lang.String
getFirstName()
public final String getFirstName()
DAC, First name of the cardholder, DL/ID, V40ANS
Returns: java.lang.String
getFirstNameTruncation()
public final String getFirstNameTruncation()
DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
Returns: java.lang.String
getHeight()
public final String getHeight()
DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1’’ = “073 in” Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters=“181 cm” , DL/ID, F6ANS
Returns: java.lang.String
getMiddleName()
public final String getMiddleName()
DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma “,”. , DL/ID, V40ANS
Returns: java.lang.String
getMiddleNameTruncation()
public final String getMiddleNameTruncation()
DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
Returns: java.lang.String
getRestrictionCodes()
public final String getRestrictionCodes()
DCB, Jurisdiction-specific restrictions codes, DL, V12ANS
Returns: java.lang.String
getSex()
public final USADriveIdSex getSex()
DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N
Returns: USADriveIdSex
getVehicleClass()
public final String getVehicleClass()
DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAddressCity(String value)
public final void setAddressCity(String value)
DAI, City portion of the cardholder address, DL/ID, V20ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setAddressPostalCode(String value)
public final void setAddressPostalCode(String value)
DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setAddressState(String value)
public final void setAddressState(String value)
DAJ, State portion of the cardholder address, DL/ID, F2A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setAddressStreet1(String value)
public final void setAddressStreet1(String value)
DAG, Street portion of the cardholder address, DL/ID, V35ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setCountryIdentification(USADriveIdCountry value)
public final void setCountryIdentification(USADriveIdCountry value)
DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | USADriveIdCountry |
setCustomerIDNumber(String value)
public final void setCustomerIDNumber(String value)
DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setDateOfBirth(LocalDate value)
public final void setDateOfBirth(LocalDate value)
DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.time.LocalDate |
setDocumentDiscriminator(String value)
public final void setDocumentDiscriminator(String value)
DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setEndorsementCodes(String value)
public final void setEndorsementCodes(String value)
DCD, Jurisdiction specific endorsement codes, DL, V5ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setEyeColor(USADriveIdEyeColor value)
public final void setEyeColor(USADriveIdEyeColor value)
DAY, Color of cardholder’s eyes. (ANSI D-20 codes). DL/ID, F3A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | USADriveIdEyeColor |
setFamilyName(String value)
public final void setFamilyName(String value)
DCS, Family name of the cardholder, DL/ID, V40ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setFamilyNameTruncation(String value)
public final void setFamilyNameTruncation(String value)
DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setFirstName(String value)
public final void setFirstName(String value)
DAC, First name of the cardholder, DL/ID, V40ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setFirstNameTruncation(String value)
public final void setFirstNameTruncation(String value)
DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setHeight(String value)
public final void setHeight(String value)
DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1’’ = “073 in” Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters=“181 cm” , DL/ID, F6ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setMiddleName(String value)
public final void setMiddleName(String value)
DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma “,”. , DL/ID, V40ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setMiddleNameTruncation(String value)
public final void setMiddleNameTruncation(String value)
DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setRestrictionCodes(String value)
public final void setRestrictionCodes(String value)
DCB, Jurisdiction-specific restrictions codes, DL, V12ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setSex(USADriveIdSex value)
public final void setSex(USADriveIdSex value)
DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | USADriveIdSex |
setVehicleClass(String value)
public final void setVehicleClass(String value)
DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |