PhilippinesSeafarerIdentificationDocumentModel
A class derived from Document Model containing details specific to the Filipino Seafarer Identification Document
import com.sybrin.identity.countries.Philippines.SeafarerIdentificationDocument.PhilippinesSeafarerIdentificationDocumentModel
extends
DocumentModel
Summary
Validation
The following validation and verification applies to this document:
Check digit validation
Inherited methods
Public methods
getCompositeCheckDigit
public int getCompositeCheckDigit()
Returns the composite check digit of the seafarer identification document as found on the professional seafarer identification document.
getDateOfBirth
public Date getDateOfBirth()
Returns the subject's date of birth as found on the seafarer identification document.
getDateOfBirthCheckDigit
public int getDateOfBirthCheckDigit()
Returns the date of birth check digit of the seafarer identification document as found on the seafarer identification document.
getDateOfExpiry
public Date getDateOfExpiry()
Returns the expiry date of the seafarer identification document as found on the seafarer identification document.
getDateOfExpiryCheckDigit
public int getDateOfExpiryCheckDigit()
Returns the date of expiry check digit of the seafarer identification document as found on the seafarer identification document.
getDocumentType
public String getDocumentType()
Returns the document type of the seafarer identification document as found on the seafarer identification document.
getIdentityNumber
public String getIdentityNumber()
Returns the subject's identity number as found on the seafarer identification document.
getIdentityNumberCheckDigit
public int getIdentityNumberCheckDigit()
Returns the identity number check digit of the seafarer identification document as found on the seafarer identification document.
getIssuingCountryCode
public String getIdentityNumber()
Returns the country code of the seafarer identification document as found on the seafarer identification document.
getMrzLine1
public String getMrzLine1()
Returns the first MRZ line of the seafarer identification document as found on the seafarer identification document.
getMrzLine2
public String getMrzLine2()
Returns the second MRZ line of the seafarer identification document as found on the seafarer identification document.
getMrzLine3
public String getMrzLine3()
Returns the third MRZ line of the seafarer identification document as found on the seafarer identification document.
getNames
public String getNames()
Returns the subject's name as found on the seafarer identification document.
getNationality
public String getNationality()
Returns the subject's nationality as found on the seafarer identification document.
getOptionalData1()
public String getOptionalData1()
Returns the first lines optional data of the seafarer identification document as found on the seafarer identification document.
getOptionalData2()
public String getOptionalData2()
Returns the second lines optional data of the seafarer identification document as found on the seafarer identification document.
getSex
public
Sex
getSex()
Returns the subject's sex as found on the seafarer identification document.
getSurname
public String getSurname()
Returns the subject's surname as found on the seafarer identification document.
Last updated