ZimbabwePassportModel
A class derived from PassportModel containing details specific to the Zimbabwean passport
import com.sybrin.identitysdk.countries.Zimbabwe.Passport.ZimbabwePassportModel
extends
PassportModel
Summary
Public methods | |
int | |
int | |
int | |
String | |
int | |
String | |
String | |
int |
Inherited methods
<T extends DocumentModel> | castToModel(Class<T> class) Casts the current model to the type specified by the class parameter. |
Bitmap | |
String | |
Bitmap | |
String | |
Bitmap | |
String | |
void | saveImages(Context context) Saves all images within the model to the local device and populates all path fields. |
Date | |
Date | |
String | |
String | getNames() |
String | |
String | |
String | |
getSex() Returns the subject's sex as found on the passport. | |
String |
Public methods
getCompositeCheckDigit
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.
Returns | |
int |
getDateOfBirthCheckDigit
public int getDateOfBirthCheckDigit ()
Returns the check digit used to verify the subject's date of birth as found on the passport.
Returns | |
int |
getDateOfExpiryCheckDigit
public int getDateOfExpiryCheckDigit ()
Returns the check digit used to verify the passport's date of expiry as found on the passport.
Returns | |
int |
getIdentityNumber
public String getIdentityNumber()
Returns the subject's identity number as found on the passport.
Returns | |
String | The subject's identity number. This value cannot be |
getIdentityNumberCheckDigit
public int getIdentityNumberCheckDigit ()
Returns the check digit used to verify the subject's identity number as found on the passport.
Returns | |
int |
getMrzLine1
public String getMrzLine1 ()
Returns the first MRZ line as found on the passport.
Returns | |
String | The first MRZ line. This value cannot be |
getMrzLine2
public String getMrzLine2 ()
Returns the second MRZ line as found on the passport.
Returns | |
String | The second MRZ line. This value cannot be |
getPassportNumberCheckDigit
public int getPassportNumberCheckDigit ()
Returns the check digit used to verify the passport number as found on the passport.
Returns | |
int |
Last updated