Listimport com.sybrin.identity.countries.SouthAfrica.DriversLicense.
SouthAfricaDriversLicenseModel
extends
DriversLicenseModel
The following validation and verification applies to this document:
As explained in Validation & Verification the following fields are verified across the front and back components of the document.
public Bitmap getCroppedDocumentBackImage ()
Returns a cropped image of the back of the scanned document.
public String getCroppedDocumentBackImagePath ()
Returns the file path of the saved cropped back of the document image.
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the ID card.
public String
getDriverRestrictions()
Returns the subject's driving restrictions.
public String
getIdCountryOfIssue()
Returns the subject's country of issue code as found n the barcode.
public String
getIdNumberType()
Returns the subject's identity number type.
public String getIdentityNumber ()
Returns the subject's identity number as found on the ID card.
public int getIdentityNumberCheckDigit ()
Returns the check digit used to verify the subject's identity number as found on the ID card.
public
CitizenshipType
getIdentityNumberCitizenship ()
Returns the type of citizen a subject's is as found within the subject's identity number.
public Date getIdentityNumberDateOfBirth ()
Returns the subject's date of birth as found within the subject's identity number.
public String getIdentityNumberSex ()
Returns the subject's sex as found within the subject's identity number.
public String
getInitials()
Returns the subject's initials.
public List<Date>
getIssueDates()
Returns a list the subject's dates of issue.
public String
getLicenseCountryOfIssue()
Returns the subject's license country of issue code.
public String
getLicenseIssueNumber()
Returns the subject's license issue number.
public String
getPrdpCode()
Returns the subject's professional driver's permit code.
public Date
getValidTo()
Returns the subject's date of expiry for their professional driver's permit.
public String getSex ()
Returns the subject's sex.
public String getSurname ()
Returns the subject's surname.
public Date
getValidFrom()
Returns the subject's date from which the license is valid.
public Date
getValidTo()
Returns the subject's date of birth as found on the ID card.
public List<String>
getVehicleCodes()
Returns a list the subject's vehicle codes.
public List<String>
getVehicleRestrictions()
Returns a list the subject's vehicle restrictions.