PhilippinesDriversLicenseModel
A class derived from DriversLicenseModel containing details specific to the Pilipino driver's license
Last updated
A class derived from DriversLicenseModel containing details specific to the Pilipino driver's license
Last updated
import com.sybrin.identity.countries.Philippines.DriversLicense.PhilippinesDriversLicenseModel
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 String getAddress ()
Returns the subject's address as found on the driver's license.
public String getAgencyCode ()
Returns the driver's license agency code as found on the driver's license.
public String getBarcodeData ()
Returns the driver's license barcode string as found on the driver's license.
public Bitmap getBarcodeImage ()
Returns an image of the barcode on the scanned document.
public String getBarcodeImagePath ()
Returns the file path of the barcode image on the document image.
public String getConditions ()
Returns the subject's pre-existing conditions as found on the driver's license.
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the driver's license.
public Date getExpirationDate ()
Returns the driver's license expiration date as found on the driver's license.
public String getEyeColor ()
Returns the subject's eye color as found on the driver's license.
public String getFullName ()
Returns the subject's full name as found on the driver's license.
public float getHeight ()
Returns the subject's height in meters as found on the driver's license.
public String getConditions ()
Returns the subject's names as found on the driver's license.
public String getNationality ()
Returns the subject's nationality as found on the driver's license.
public String getRestrictions ()
Returns the subject's driving restrictions as found on the driver's license.
public String getSerialNumber ()
Returns the subject's serial number as found on the driver's license.
public String getSex ()
Returns the subject's sex as found on the driver's license.
public String getSurname ()
Returns the subject's surname as found on the driver's license.
public float getWeight ()
Returns the subject's weight in kilograms as found on the driver's license.