Package pt.gov.cartaodecidadao
Class PTEID_ICAO_DG11
java.lang.Object
pt.gov.cartaodecidadao.PTEID_Object
pt.gov.cartaodecidadao.PTEID_BaseDGReport
pt.gov.cartaodecidadao.PTEID_ICAO_DG11
-
Method Summary
Modifier and TypeMethodDescriptionReturn custody information (optional, depending on the card content)voiddelete()Return the full date of birth (YYYYMMDD) (optional, depending on the card content)fullName()Return the full name of the holder (optional, depending on the card content)Return the list of tags present in the DG11intReturn the number of other namesReturn other names (optional, depending on the card content)Return other valid travel document numbers (optional, depending on the card content)Return the permanent address (optional, depending on the card content)Return the personal number of the holder (optional, depending on the card content)Return the personal summary (optional, depending on the card content)Return the place of birth (optional, depending on the card content)Return the profession (optional, depending on the card content)Return the proof of citizenship (optional, depending on the card content)Return the telephone number (optional, depending on the card content)title()Return the title (optional, depending on the card content)Methods inherited from class pt.gov.cartaodecidadao.PTEID_BaseDGReport
GetDocumentReport
-
Method Details
-
delete
public void delete()- Overrides:
deletein classPTEID_BaseDGReport
-
listOfTags
Return the list of tags present in the DG11 -
fullName
Return the full name of the holder (optional, depending on the card content) -
personalNumber
Return the personal number of the holder (optional, depending on the card content) -
fullDateOfBirth
Return the full date of birth (YYYYMMDD) (optional, depending on the card content) -
placeOfBirth
Return the place of birth (optional, depending on the card content) -
permanentAddress
Return the permanent address (optional, depending on the card content) -
telephone
Return the telephone number (optional, depending on the card content) -
profession
Return the profession (optional, depending on the card content) -
title
Return the title (optional, depending on the card content) -
personalSummary
Return the personal summary (optional, depending on the card content) -
proofOfCitizenship
Return the proof of citizenship (optional, depending on the card content) -
otherValidTDNumbers
Return other valid travel document numbers (optional, depending on the card content) -
custodyInformation
Return custody information (optional, depending on the card content) -
numberOfOtherNames
public int numberOfOtherNames()Return the number of other names -
otherNames
Return other names (optional, depending on the card content) -
GetReport
- Overrides:
GetReportin classPTEID_BaseDGReport
-