PhilippinesDriversLicenseModel

A class derived from DriversLicenseModel containing details specific to the Filipino driver's license

import com.sybrin.identity.countries.Philippines.DriversLicense.PhilippinesDriversLicenseModel

extends DriversLicenseModel

Summary

Inherited methods

Validation

The following validation and verification applies to this document:

Component verification

As explained in Validation & Verification the following fields are verified across the front and back components of the document.

Public methods

getAddress

public String getAddress ()

Returns the subject's address as found on the driver's license.

getAgencyCode

public String getAgencyCode ()

Returns the driver's license agency code as found on the driver's license.

getBarcodeData

public String getBarcodeData ()

Returns the driver's license barcode string as found on the driver's license.

getBarcodeImage

public Bitmap getBarcodeImage ()

Returns an image of the barcode on the scanned document.

getBarcodeImagePath

public String getBarcodeImagePath ()

Returns the file path of the barcode image on the document image.

getConditions

public String getConditions ()

Returns the subject's pre-existing conditions as found on the driver's license.

getDateOfBirth

public Date getDateOfBirth ()

Returns the subject's date of birth as found on the driver's license.

getExpirationDate

public Date getExpirationDate ()

Returns the driver's license expiration date as found on the driver's license.

getEyeColor

public String getEyeColor ()

Returns the subject's eye color as found on the driver's license.

getFullName

public String getFullName ()

Returns the subject's full name as found on the driver's license.

getHeight

public float getHeight ()

Returns the subject's height in meters as found on the driver's license.

getNames

public String getConditions ()

Returns the subject's names as found on the driver's license.

getNationality

public String getNationality ()

Returns the subject's nationality as found on the driver's license.

getRestrictions

public String getRestrictions ()

Returns the subject's driving restrictions as found on the driver's license.

getSerialNumber

public String getSerialNumber ()

Returns the subject's serial number as found on the driver's license.

getSex

public String getSex ()

Returns the subject's sex as found on the driver's license.

getSurname

public String getSurname ()

Returns the subject's surname as found on the driver's license.

getWeight

public float getWeight ()

Returns the subject's weight in kilograms as found on the driver's license.

Last updated