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