SouthAfricaRetiredPersonVisaModel
A class derived from DocumentModel containing details specific to the South Africa Retired Person Visa
A class derived from DocumentModel containing details specific to the South Africa Retired Person Visa
import com.sybrin.identity.countries.SouthAfrica.RetiredPersonVisa.SouthAfricaRetiredPersonVisaModel
extends
DocumentModel
public String getBarcodeData ()
Returns the retired person visa barcode data as found on the retired person visa.
public String getControlNumber ()
Returns the retired person visa control number as found on the retired person visa.
public String getDateOfExpiry ()
Returns the retired person visa expiry date as found on the retired person visa.
public String getIssuedAt()
Returns the retired person visa place of issued as found on the retired person visa.
public Date getNames ()
Returns the subject's names as found on the retired person visa.
public String getNumberOfEntries ()
Returns the retired person visa number of entries as found on the retired person visa.
public String getPassportNumber ()
Returns the subject's passport number as found on the retired person visa.
public String getReferenceNumber ()
Returns the retired person visa reference number as found on the retirement visa.
public String getValidFrom ()
Returns the retired person visa valid from date as found on the retired person visa.
Public methods
Data source
String
OCR
String
OCR
Date
OCR
String
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
Retired person visa barcode data. This value cannot be null
.
Returns
String
Retired person visa control number. This value cannot be null
.
Returns
Date
Retired person visa date of expiry. This value cannot be null
.
Returns
String
Retired person visa place of issued. 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
The subject's passport number. This value cannot be null
.
Returns
String
Retired person visa reference number. This value cannot be null
.
Returns
Date
Retired person visa valid from date. This value cannot be null
.