PhilippinesDriversLicenseModel
A class derived from DriversLicenseModel containing details specific to the Pilipino driver's license
import com.sybrin.identitysdk.countries.Philippines.DriversLicense.PhilippinesDriversLicenseModel
extends
DriversLicenseModel
Summary
Public methods | |
String | |
String | |
String | |
Bitmap | |
String | |
String | |
Date | |
Date | |
String | |
String | |
float | |
String | |
String | |
String | |
String | |
Returns the subject's sex as found on the ID card. | |
String | |
float |
Inherited methods
Casts the current model to the type specified by the class parameter. | |
Bitmap | |
String | |
Bitmap | |
String | |
Bitmap | |
String | |
void | Saves all images within the model to the local device and populates all path fields. |
Bitmap | |
String | |
Date | |
Bitmap | |
String | |
String | |
String | |
String | |
Bitmap | |
String | |
Returns the subject's sex as found on the ID card. |
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 |
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 |
getBarcodeData
public String getBarcodeData ()
Returns the driver's license barcode string as found on the driver's license.
Returns | |
String | The driver's license barcode string. This value can be |
getBarcodeImage
public Bitmap getBarcodeImage ()
Returns an image of the barcode on the scanned document.
Returns | |
Bitmap | This value can be |
getBarcodeImagePath
public String getBarcodeImagePath ()
Returns the file path of the barcode image on the document image.
Returns | |
String | Value is |
getConditions
public String getConditions ()
Returns the subject's pre-existing conditions as found on the driver's license.
Returns | |
String | The subject's pre-existing conditions. This value cannot be |
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 |
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 |
getEyeColor
public String getEyeColor ()
Returns the subject's eye color as found on the driver's license.
Returns | |
String | The subject's eye color. This value cannot be |
getFullName
public String getFullName ()
Returns the subject's full name as found on the driver's license.
Returns | |
String | The subject's full name. This value cannot be |
getHeight
public float getHeight ()
Returns the subject's height in meters as found on the driver's license.
Returns | |
float | The subject's height in meters. This value cannot be |
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 |
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 |
getRestrictions
public String getRestrictions ()
Returns the subject's driving restrictions as found on the driver's license.
Returns | |
String | The subject's driving restrictions. This value cannot be |
getSerialNumber
public String getSerialNumber ()
Returns the subject's serial number as found on the driver's license.
Returns | |
String | The subject's serial number. This value cannot be |
getSex
public String getSex ()
Returns the subject's sex as found on the driver's license.
Returns | |
This value cannot be |
getSurname
public String getSurname ()
Returns the subject's surname as found on the driver's license.
Returns | |
String | The subject's surname. This value cannot be |
getWeight
public float getWeight ()
Returns the subject's weight in kilograms as found on the driver's license.
Returns | |
float | The subject's weight in kilograms. This value cannot be |
Last updated