PhilippinesUnifiedMultipurposeIDModel
A class derived from DocumentModel containing details specific to the Filipino Unified Multipurpose ID card
import com.sybrin.identity.countries.Philippines.UnifiedMultipurposeID.PhilippinesUnifiedMultipurposeIDModel
extends
DocumentModel
Summary
Inherited methods
Public methods
getAddress
public String getAddress ()
Returns the subject's address as found on the ID card.
getCommonReferenceNumber
public String getCommonReferenceNumber ()
Returns the subject's common reference number as found on the ID card.
getDateOfBirth
public Date getDateOfBirth ()
Returns the subject's date of birth as found on the ID card.
getGivenName
public String getGivenName ()
Returns the subject's given name as found on the ID card.
getMiddleName
public String getMiddleName ()
Returns the subject's middle name as found on the ID card.
getSex
public String getSex ()
Returns the subject's sex as found on the ID card.
getSurname
public String getSurname ()
Returns the subject's surname as found on the ID card.
Last updated