SouthAfricaRetirementVisaModel
A class derived from DocumentModel containing details specific to the South Africa Retirement Visa
Last updated
A class derived from DocumentModel containing details specific to the South Africa Retirement Visa
Last updated
import com.sybrin.identity.countries.SouthAfrica.RetirementVisa.SouthAfricaRetirementVisaModel
extends
DocumentModel
public String getControlNumber ()
Returns the retirement visa control number as found on the retirement visa.
public String getDateOfExpiry ()
Returns the retirement visa expiry date as found on the retirement visa.
public String getDateOfIssued ()
Returns the retirement visa issued date as found on the retirement visa.
public Date getNames ()
Returns the subject's names as found on the retirement visa.
public String getNumberOfEntries ()
Returns the retirement visa number of entries as found on the retirement visa.
public String getPlaceOfIssued ()
Returns the retirement visa place of issued as found on the retirement visa.
public String getPassportNumber ()
Returns the subject's passport number as found on the retirement visa.
public String getReferenceNumber ()
Returns the retirement visa reference number as found on the retirement visa.
Public methods
Data source
String
OCR
Date
OCR
Date
OCR
String
OCR
String
OCR
String
OCR
String
OCR
String
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
Retirement visa control number. This value cannot be null
.
Returns
Date
Retirement visa date of expiry. This value cannot be null
.
Returns
Date
Retirement visa date of issue. This value cannot be null
.
Returns
String
The subject's names. This value cannot be null
.
Returns
String
Retirement visa number of entries. This value cannot be null
.
Returns
String
Retirement visa place of issued. This value cannot be null
.
Returns
String
The subject's passport number. This value cannot be null
.
Returns
String
Retirement visa reference number. This value cannot be null
.