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
Public methods
Data source
Inherited methods
void
saveImages(Context context)
Saves all images within the model
to the local device and populates
all path fields.
N/A
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.
Value
Source
Serial number
Front: OCR
Back: OCR
Public methods
getAddress
public String getAddress ()
Returns the subject's address as found on the driver's license.
Returns
String
The subject's address. This value cannot be null
.
getAgencyCode
public String getAgencyCode ()
Returns the driver's license agency code as found on the driver's license.
Returns
String
The driver's license agency code. This value cannot be null
.
getDateOfBirth
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the driver's license.
Returns
Date
The subject's date of birth. This value cannot be null
.
getExpirationDate
public Date getExpirationDate ()
Returns the driver's license expiration date as found on the driver's license.
Returns
Date
The driver's license expiration date. This value cannot be null
.
getNames
public String getConditions ()
Returns the subject's names as found on the driver's license.
Returns
String
The subject's names. This value cannot be null
.
getNationality
public String getNationality ()
Returns the subject's nationality as found on the driver's license.
Returns
String
The subject's nationality. This value can be null
.
getSex
public String getSex ()
Returns the subject's sex as found on the driver's license.
Returns
This value cannot be null
.
getLastName
public String getLastName ()
Returns the subject's last name as found on the driver's license.
Returns
String
The subject's last name. This value cannot be null
.
Last updated