ZimbabwePassportModel
A class derived from PassportModel containing details specific to the Zimbabwean passport
Last updated
A class derived from PassportModel containing details specific to the Zimbabwean passport
Last updated
import com.sybrin.identity.countries.Zimbabwe.Passport.ZimbabwePassportModel
extends
PassportModel
The following validation and verification applies to this document:
public int getCompositeCheckDigit ()
Returns the check digit used to verify the passport number, date of birth, date of expiry, and optional data as found on the passport.
public int getDateOfBirthCheckDigit ()
Returns the check digit used to verify the subject's date of birth as found on the passport.
public int getDateOfExpiryCheckDigit ()
Returns the check digit used to verify the passport's date of expiry as found on the passport.
public String getIdentityNumber()
Returns the subject's identity number as found on the passport.
public int getIdentityNumberCheckDigit ()
Returns the check digit used to verify the subject's identity number as found on the passport.
public String getMrzLine1 ()
Returns the first MRZ line as found on the passport.
public String getMrzLine2 ()
Returns the second MRZ line as found on the passport.
public int getPassportNumberCheckDigit ()
Returns the check digit used to verify the passport number as found on the passport.