PhilippinesPostalIDModel

A class derived from Document Model containing details specific to the Filipino Postal ID

import com.sybrin.identity.countries.Philippines.PostalID.PhilippinesPostalIDModel

extends DocumentModel

Summary

Inherited methods

Public methods

getAddress

public String getAddress()

Returns the subject's address as found on the postal ID.

getCardType

public String getCardType()

Returns the postal ID card type as found on the postal ID.

getDateOfBirth

public Date getDateOfBirth()

Returns the subject's date of birth as found on the postal ID.

getFullName

public String getFullName()

Returns the subject's full name as found on the postal ID.

getIssuingPostOffice

public String getIssuingPostOffice()

Returns the issuing post office as found on the postal ID.

getNationality

public String getNationality()

Returns the subject's nationality as found on the postal ID.

getPostalReferenceNumber

public String getPostalReferenceNumber()

Returns the subject's postal reference number as found on the postal ID.

getValidUntil

public Date getValidUntil()

Returns the postal ID valid until as found on the postal ID.