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.
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.
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.
getSex
public String getSex ()
Returns the subject's sex as found on the driver's license.
getLastName
public String getLastName ()
Returns the subject's last name as found on the driver's license.
Last updated