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