PhilippinesSeafarerIdentificationRecordBookModel
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
Summary
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 |
Inherited methods
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 |
Public methods
getDateOfBirth
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 |
getDateOfIssue
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 |
getDistinguishingMarks
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 |
getDocumentNumber
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 |
getEyeColor
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 |
getFullName
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 |
getHairColor
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 |
getHeight
public String getHeight ()
Returns the subject's height as found on the record book.
Returns | |
String | The subject's height. This value cannot be |
getPlaceOfBirth
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 |
getPlaceOfIssue
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 |
getSex
public String getSex ()
Returns the subject's sex as found on the ID card.
Returns | |
This value cannot be |
getValidUntil
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 |
getWeight
public String getWeight ()
Returns the subject's weight as found on the record book.
Returns | |
String | The subject's weight. This value cannot be |
Last updated