Class DePassport
-
- All Implemented Interfaces:
public final class DePassport extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDePassport.FieldNamespublic classDePassport.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperbirthDateprivate final TextFieldWrapperbirthplaceprivate final TextFieldWrappercountryCodeprivate final TextFieldWrapperexpiryDateprivate final TextFieldWrappergenderprivate final TextFieldWrappergivenNamesprivate final TextFieldWrapperidprivate final TextFieldWrapperissueDateprivate final TextFieldWrapperissuingAuthorityprivate final TextFieldWrappermaidenNameprivate final TextFieldWrappernationalityprivate final TextFieldWrapperpassportTypeprivate final FieldWrapperphotoprivate final TextFieldWrapperrawMRZprivate final FieldWrappersignatureprivate final TextFieldWrappersurnameprivate final MRZmrz
-
Constructor Summary
Constructors Constructor Description DePassport(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetBirthDate()Birth date final TextFieldWrappergetBirthplace()Birthplace final TextFieldWrappergetCountryCode()Country code final TextFieldWrappergetExpiryDate()Expiry date final TextFieldWrappergetGender()Gender final TextFieldWrappergetGivenNames()Given names final TextFieldWrappergetId()Document ID number (in the top-right corner) final TextFieldWrappergetIssueDate()Issue date final TextFieldWrappergetIssuingAuthority()Issuing authority final TextFieldWrappergetMaidenName()Maiden name final TextFieldWrappergetNationality()Nationality final TextFieldWrappergetPassportType()Passport type final FieldWrappergetPhoto()Photo image final TextFieldWrappergetRawMRZ()Raw MRZ text value final FieldWrappergetSignature()Signature image final TextFieldWrappergetSurname()Surname final MRZgetMrz()The child document of type "MRZ". -
-
Constructor Detail
-
DePassport
DePassport(GenericDocument document)
-
-
Method Detail
-
getBirthDate
final TextFieldWrapper getBirthDate()
Birth date
-
getBirthplace
final TextFieldWrapper getBirthplace()
Birthplace
-
getCountryCode
final TextFieldWrapper getCountryCode()
Country code
-
getExpiryDate
final TextFieldWrapper getExpiryDate()
Expiry date
-
getGender
final TextFieldWrapper getGender()
Gender
-
getGivenNames
final TextFieldWrapper getGivenNames()
Given names
-
getId
final TextFieldWrapper getId()
Document ID number (in the top-right corner)
-
getIssueDate
final TextFieldWrapper getIssueDate()
Issue date
-
getIssuingAuthority
final TextFieldWrapper getIssuingAuthority()
Issuing authority
-
getMaidenName
final TextFieldWrapper getMaidenName()
Maiden name
-
getNationality
final TextFieldWrapper getNationality()
Nationality
-
getPassportType
final TextFieldWrapper getPassportType()
Passport type
-
getPhoto
final FieldWrapper getPhoto()
Photo image
-
getRawMRZ
final TextFieldWrapper getRawMRZ()
Raw MRZ text value
-
getSignature
final FieldWrapper getSignature()
Signature image
-
getSurname
final TextFieldWrapper getSurname()
Surname
-
-
-
-