PhilippinesIntegratedBarIDModel
A class derived from Document Model containing details specific to the Filipino Integrated Bar ID
Last updated
A class derived from Document Model containing details specific to the Filipino Integrated Bar ID
Last updated
import com.sybrin.identity.countries.Philippines.IntegratedBarID.PhilippinesIntegratedBarIDModel
extends
DocumentModel
public String getFullName ()
Returns the subject's full name as found on the integrated bar ID.
public String getIntegratedBarPhilippinesChapter ()
Returns the subject's integrated bar Philippines chapter as found on the firearm license.
public String getRollOfAttorneys ()
Returns the subject's roll of attorneys number as found on the integrated bar ID.
Public methods
Data source
String
OCR
String
OCR
String
OCR
Data source
<T extends DocumentModel>
N/A
Bitmap
Front of document
String
Local storage
Bitmap
Front of document
String
Local storage
Bitmap
Front of document
String
Local storage
void
saveImages(Context context)
Saves all images within the model
to the local device and populates
all path fields.
N/A
Returns
String
The subject's full name. This value cannot be null
.
Returns
String
The subject's integrated bar Philippines chapter . This value cannot be null
.
Returns
String
The subject's roll of attorneys number. This value cannot be null
.