PhilippinesSeafarerIdentificationRecordBookModel
A class derived from DocumentModel containing details specific to the Filipino Seafarer Identification Record Book
A class derived from DocumentModel containing details specific to the Filipino Seafarer Identification Record Book
import com.sybrin.identity.countries.Philippines.SeafarerIdentificationRecordBook.PhilippinesSeafarerIdentificationRecordBookModel
extends
DocumentModel
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the record book.
public Date getDateOfIssue ()
Returns the subject's document's date of issue as found on the record book.
public String getDistinguishingMarks ()
Returns the subject's distinguishing marks as found on the record book.
public String getDocumentNumber ()
Returns the document's document number as found on the record book.
public String getEyeColor ()
Returns the subject's eye color as found on the record book.
public String getFullName ()
Returns the subject's full name as found on the record book.
public String getHairColor ()
Returns the subject's hair color as found on the record book.
public String getHeight ()
Returns the subject's height as found on the record book.
public String getPlaceOfBirth ()
Returns the subject's place of birth as found on the record book.
public String getPlaceOfIssue ()
Returns the document's place of issue as found on the record book.
public String getSex ()
Returns the subject's sex as found on the ID card.
public String getValidUntil ()
Returns the document's expiry date as found on the record book.
public String getWeight ()
Returns the subject's weight as found on the record book.
Public methods
Data source
Date
OCR
Date
OCR
String
OCR
String
OCR
String
OCR
String
OCR
String
OCR
String
OCR
String
OCR
String
OCR
OCR
Date
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
Date
The subject's date of birth. This value cannot be null
.
Returns
Date
The document's date of birth. This value cannot be null
.
Returns
String
The subject's given name. This value cannot be null
.
Returns
String
The document's document number. This value cannot be null
.
Returns
String
The subject's eye color. This value cannot be null
.
Returns
String
The subject's full name. This value cannot be null
.
Returns
String
The subject's hair color. This value cannot be null
.
Returns
String
The subject's height. This value cannot be null
.
Returns
String
The subject's place of birth. This value cannot be null
.
Returns
String
The document's place of issue. This value cannot be null
.
Returns
This value cannot be null
.
Returns
String
The document's expiry date. This value cannot be null
.
Returns
String
The subject's weight. This value cannot be null
.