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

Inherited methods

Public methods

getBarcodeData

public String getBarcodeData ()

Returns the relatives visa barcode data as found on the relatives visa.

getControlNumber

public String getControlNumber ()

Returns the relatives visa control number as found on the relatives visa.

getDateOfExpiry

public String getDateOfExpiry ()

Returns the relatives visa expiry date as found on the relatives visa.

getIssuedAt

public String getIssuedAt()

Returns the relatives visa place of issued as found on the relatives visa.

getNames

public Date getNames ()

Returns the subject's names as found on the relatives visa.

getNumberOfEntries

public String getNumberOfEntries ()

Returns the relatives visa number of entries as found on the relatives visa.

getPassportNumber

public String getPassportNumber ()

Returns the subject's passport number as found on the relatives person visa.

getReferenceNumber

public String getReferenceNumber ()

Returns the relatives visa reference number as found on the relatives visa.

getValidFrom

public String getValidFrom ()

Returns the relatives visa valid from date as found on the relatives visa.

Last updated