PhilippinesSeafarerIdentificationRecordBookModel
A class derived from DocumentModel containing details specific to the Filipino Seafarer Identification Record Book
import com.sybrin.identity.countries.Philippines.SeafarerIdentificationRecordBook.PhilippinesSeafarerIdentificationRecordBookModel
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 | |
N/A | ||
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
void | Saves all images within the model to the local device and populates all path fields. | N/A |
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the record book.
Returns | |
Date | The subject's date of birth. This value cannot be null . |
public Date getDateOfIssue ()
Returns the subject's document's date of issue as found on the record book.
Returns | |
Date | The document's date of birth. This value cannot be null . |
public String getDistinguishingMarks ()
Returns the subject's distinguishing marks as found on the record book.
Returns | |
String | The subject's given name. This value cannot be null . |
public String getDocumentNumber ()
Returns the document's document number as found on the record book.
Returns | |
String | The document's document number. This value cannot be null . |
public String getEyeColor ()
Returns the subject's eye color as found on the record book.
Returns | |
String | The subject's eye color. This value cannot be null . |
public String getFullName ()
Returns the subject's full name as found on the record book.
Returns | |
String | The subject's full name. This value cannot be null . |
public String getHairColor ()
Returns the subject's hair color as found on the record book.
Returns | |
String | The subject's hair color. This value cannot be null . |
public String getHeight ()
Returns the subject's height as found on the record book.
Returns | |
String | The subject's height. This value cannot be null . |
public String getPlaceOfBirth ()
Returns the subject's place of birth as found on the record book.
Returns | |
String | The subject's place of birth. This value cannot be null . |
public String getPlaceOfIssue ()
Returns the document's place of issue as found on the record book.
Returns | |
String | The document's place of issue. This value cannot be null . |
public String getSex ()
Returns the subject's sex as found on the ID card.
Returns | |
This value cannot be null . |
public String getValidUntil ()
Returns the document's expiry date as found on the record book.
Returns | |
String | The document's expiry date. This value cannot be null . |
public String getWeight ()
Returns the subject's weight as found on the record book.
Returns | |
String | The subject's weight. This value cannot be null . |