SouthAfricaRelativesVisaModel
A class derived from DocumentModel containing details specific to the South Africa Relatives Visa
import com.sybrin.identity.countries.SouthAfrica.RelativesVisa.SouthAfricaRelativesVisaModel
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
Casts the current model to the
type specified by the class parameter.
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 methods
getBarcodeData
public String getBarcodeData ()
Returns the relatives visa barcode data as found on the relatives visa.
Returns
String
Relatives visa barcode data. This value cannot be null
.
getControlNumber
public String getControlNumber ()
Returns the relatives visa control number as found on the relatives visa.
Returns
String
Relatives visa control number. This value cannot be null
.
getDateOfExpiry
public String getDateOfExpiry ()
Returns the relatives visa expiry date as found on the relatives visa.
Returns
Date
Relatives visa date of expiry. This value cannot be null
.
getIssuedAt
public String getIssuedAt()
Returns the relatives visa place of issued as found on the relatives visa.
Returns
String
Relatives visa place of issued. This value cannot be null
.
getNames
public Date getNames ()
Returns the subject's names as found on the relatives visa.
Returns
String
The subject's names. This value cannot be null
.
getNumberOfEntries
public String getNumberOfEntries ()
Returns the relatives visa number of entries as found on the relatives visa.
Returns
String
Relatives visa number of entries. This value cannot be null
.
getPassportNumber
public String getPassportNumber ()
Returns the subject's passport number as found on the relatives person visa.
Returns
String
The subject's passport number. This value cannot be null
.
getReferenceNumber
public String getReferenceNumber ()
Returns the relatives visa reference number as found on the relatives visa.
Returns
String
Relatives visa reference number. This value cannot be null
.
getValidFrom
public String getValidFrom ()
Returns the relatives visa valid from date as found on the relatives visa.
Returns
Date
Relatives visa valid from date. This value cannot be null
.
Last updated