UgandaIDCardModel
A class derived from IDCardModel containing details specific to the Uganda ID card
import com.sybrin.identity.countries.Uganda.IDCard.UgandaIDCardModel
extends
IDCardModel
Summary
Inherited methods
Validation
The following validation and verification applies to this document:
Check digit validation
Component verification
As explained in Validation & Verification the following fields are verified across the front and back components of the document.
Public methods
getCardNumber
public String getCardNumber ()
Returns the ID card number as found on the ID card.
getCardNumberCheckDigit
public int getCardNumberCheckDigit ()
Returns the check digit used to verify the card number as found on the ID card.
getCompositeCheckDigit
public int getCompositeCheckDigit ()
Returns the check digit used to verify the serial number, date of birth, date of expiry, optional data 1, and optional data 2 as found on the ID card.
getDateIssued
public Date getDateIssued ()
Returns the ID card's issue date as found on the ID card.
getDateOfBirthCheckDigit
public int getDateOfBirthCheckDigit ()
Returns the check digit used to verify the subject's date of birth as found on the ID card.
getDateOfExpiry
public Date getDateOfExpiry ()
Returns the ID card's date of expiry as found on the ID card.
getDateOfExpiryCheckDigit
public int getDateOfExpiryCheckDigit ()
Returns the check digit used to verify the ID card's date of expiry as found on the ID card.
getIssuingCountryCode
public String getIssuingCountryCode ()
Returns the ISO 3166-1 Alpha 3 country code as found on the ID card.
getMrzLine1
public String getMrzLine1 ()
Returns the first MRZ line as found on the back of the ID card.
getMrzLine2
public String getMrzLine2 ()
Returns the second MRZ line as found on the back of the ID card.
getMrzLine3
public String getMrzLine3 ()
Returns the third MRZ line as found on the back of the ID card.
getNames
public String getNames ()
Returns the subject's names as found on the ID card.
getOptionalData1
public String getOptionalData1 ()
Returns the first optional data as found on the back of the ID card.
getOptionalData2
public String getOptionalData2 ()
Returns the second optional data as found on the back of the ID card.
getSurname
public String getSurname ()
Returns the subject's surname as found on the ID card.
Last updated