SouthAfricaStudyPermitModel
A class derived from DocumentModel containing details specific to the South Africa Study Permit
Last updated
A class derived from DocumentModel containing details specific to the South Africa Study Permit
Last updated
import com.sybrin.identity.countries.SouthAfrica.StudyPermit.SouthAfricaStudyPermitModel
extends
DocumentModel
public String getBarcodeData()
Returns the study permit barcode data as found on the study permit.
public String getControlNumber ()
Returns the study permit control number as found on the study permit.
public String getDateOfExpiry ()
Returns the study permit expiry date as found on the study permit.
public String getIssuedAt ()
Returns the study permit place of issued as found on the study permit.
public Date getNames ()
Returns the subject's names as found on the study permit.
public String getNumberOfEntries ()
Returns the study permit number of entries as found on the study permit.
public String getPassportNumber ()
Returns the subject's passport number as found on the study permit.
public String getValidFrom ()
Returns the study permit issued date as found on the study permit.
Public methods
Data source
String
OCR
String
OCR
Date
OCR
String
OCR
String
OCR
String
OCR
String
OCR
Date
OCR
Data source
<T extends DocumentModel>
N/A
Bitmap
Front of document
String
Local storage
Bitmap
Front of document
String
Local storage
Bitmap
Front of document
String
Local storage
void
saveImages(Context context)
Saves all images within the model
to the local device and populates
all path fields.
N/A
Returns
String
Study permit barcode data. This value cannot be null
.
Returns
String
Study permit control number. This value cannot be null
.
Returns
Date
Study permit date of expiry. This value cannot be null
.
Returns
String
Study permit place of issued. This value cannot be null
.
Returns
String
The subject's names. This value cannot be null
.
Returns
String
Study permit number of entries. This value cannot be null
.
Returns
String
The subject's passport number. This value cannot be null
.
Returns
Date
Study permit date of issue. This value cannot be null
.