SouthAfricaGreenBookModel
A class derived from GreenBookModel containing details specific to the South African green book
import com.sybrin.identity.countries.SouthAfrica.GreenBook.SouthAfricaGreenBookModel
extends
GreenBookModel
Summary
Inherited methods
Validation
The following validation and verification applies to this document:
Check digit validation
Public methods
getIdentityNumberADigit
public int getIdentityNumberADigit ()
Returns the A digits as found within the subject's identity number.
getIdentityNumberCheckDigit
public int getIdentityNumberCheckDigit ()
Returns the check digit used to verify the subject's identity number as found on the green book document.
getIdentityNumberCitizenship
public
CitizenshipType
getIdentityNumberCitizenship ()
Returns the type of citizen a subject's is as found within the subject's identity number.
getIdentityNumberDateOfBirth
public Date getIdentityNumberDateOfBirth ()
Returns the subject's date of birth as found within the subject's identity number.
getIdentityNumberSex
public String getIdentityNumberSex ()
Returns the subject's sex as found within the subject's identity number.
Last updated