Comment on page
SouthAfricaGreenBookModel
A class derived from GreenBookModel containing details specific to the South African green book
import com.sybrin.identity.countries.SouthAfrica.GreenBook.SouthAfricaGreenBookModel
Public methods | | Data source |
int | OCR | |
int | OCR | |
OCR | ||
Date | OCR | |
OCR |
| Data source | |
N/A | ||
Bitmap | Front of card | |
String | Local storage | |
Bitmap | Front of card | |
String | Local storage | |
Bitmap | Front of card | |
String | Local storage | |
void | Saves all images within the model to the local device and populates all path fields. | N/A |
| Data source | |
OCR | ||
String | OCR | |
Date | OCR | |
Date | OCR | |
String | OCR | |
String | OCR | |
String | OCR |
The following validation and verification applies to this document:
Value | Validation type |
Identity number |
public int getIdentityNumberADigit ()
Returns the A digits as found within the subject's identity number.
Returns | |
int | |
public int getIdentityNumberCheckDigit ()
Returns the check digit used to verify the subject's identity number as found on the green book document.
Returns | |
int | |
Returns the type of citizen a subject's is as found within the subject's identity number.
Returns | |
The subject's citizenship according to their identity number. This value cannot be null . |
public Date getIdentityNumberDateOfBirth ()
Returns the subject's date of birth as found within the subject's identity number.
Returns | |
Date | The subject's date of birth according to their identity number. This value cannot be null . |
public String getIdentityNumberSex ()
Returns the subject's sex as found within the subject's identity number.
Returns | |
This value cannot be null . |
Last modified 1yr ago