Comment on page
SouthAfricaVisitorsVisaModel
A class derived from DocumentModel containing details specific to the South Africa Visitors Visa
import com.sybrin.identity.countries.SouthAfrica.VisitorsVisa.SouthAfricaVisitorsVisaModel
Public methods | | Data source |
String | OCR | |
String | OCR | |
Date | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
String | OCR | |
Date | OCR |
| Data source | |
N/A | ||
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
Bitmap | Front of document | |
String | Local storage | |
void | Saves all images within the model to the local device and populates all path fields. | N/A |
public String getBarcodeData ()
Returns the visitors visa barcode data as found on the visitors visa.
Returns | |
String | Visitors visa barcode data. This value cannot be null . |
public String getControlNumber ()
Returns the visitors visa control number as found on the visitors visa.
Returns | |
String | Visitors visa control number. This value cannot be null . |
public String getDateOfExpiry ()
Returns the visitors visa expiry date as found on the visitors visa.
Returns | |
Date | Visitors visa date of expiry. This value cannot be null . |
public Date getNames ()
Returns the subject's names as found on the visitors visa.
Returns | |
String | The subject's names. This value cannot be null . |
public String getNumberOfEntries ()
Returns the visitors visa number of entries as found on the visitors visa.
Returns | |
String | Visitors visa number of entries. This value cannot be null . |
public String getIssuedAt ()
Returns the visitors visa place of issued as found on the visitors visa.
Returns | |
String | Visitors visa place of issued. This value cannot be null . |
public String getPassportNumber ()
Returns the subject's passport number as found on the visitors visa.
Returns | |
String | The subject's passport number. This value cannot be null . |
public String getReferenceNumber ()
Returns the visitors visa reference number as found on the visitors visa.
Returns | |
String | Visitors visa reference number. This value cannot be null . |
public String getValidFrom ()
Returns the visitors visa issued date as found on the visitors visa.
Returns | |
Date | Visitors visa date of issue. This value cannot be null . |
Last modified 1yr ago