SouthAfricaRetiredPersonVisaModel

A class derived from DocumentModel containing details specific to the South Africa Retired Person Visa

import com.sybrin.identity.countries.SouthAfrica.RetiredPersonVisa.SouthAfricaRetiredPersonVisaModel

extends DocumentModel

Summary

Inherited methods

Public methods

getBarcodeData

public String getBarcodeData ()

Returns the retired person visa barcode data as found on the retired person visa.

getControlNumber

public String getControlNumber ()

Returns the retired person visa control number as found on the retired person visa.

getDateOfExpiry

public String getDateOfExpiry ()

Returns the retired person visa expiry date as found on the retired person visa.

getIssuedAt

public String getIssuedAt()

Returns the retired person visa place of issued as found on the retired person visa.

getNames

public Date getNames ()

Returns the subject's names as found on the retired person visa.

getNumberOfEntries

public String getNumberOfEntries ()

Returns the retired person visa number of entries as found on the retired person visa.

getPassportNumber

public String getPassportNumber ()

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

getReferenceNumber

public String getReferenceNumber ()

Returns the retired person visa reference number as found on the retirement visa.

getValidFrom

public String getValidFrom ()

Returns the retired person visa valid from date as found on the retired person visa.

Last updated