Class DePassport
-
- All Implemented Interfaces:
public final class DePassport extends GenericDocumentWrapper
German travel passport (Reisepass)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DePassport.FieldNames
public class
DePassport.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final ValidatedTextFieldWrapper
birthDate
private final TextFieldWrapper
birthplace
private final TextFieldWrapper
countryCode
private final ValidatedTextFieldWrapper
expiryDate
private final TextFieldWrapper
gender
private final TextFieldWrapper
givenNames
private final TextFieldWrapper
id
private final ValidatedTextFieldWrapper
issueDate
private final TextFieldWrapper
issuingAuthority
private final TextFieldWrapper
maidenName
private final TextFieldWrapper
nationality
private final TextFieldWrapper
passportType
private final FieldWrapper
photo
private final TextFieldWrapper
rawMRZ
private final FieldWrapper
signature
private final TextFieldWrapper
surname
private final MRZ
mrz
-
Constructor Summary
Constructors Constructor Description DePassport(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final ValidatedTextFieldWrapper
getBirthDate()
Birth date final TextFieldWrapper
getBirthplace()
Birthplace final TextFieldWrapper
getCountryCode()
Country code final ValidatedTextFieldWrapper
getExpiryDate()
Expiry date final TextFieldWrapper
getGender()
Gender final TextFieldWrapper
getGivenNames()
Given names final TextFieldWrapper
getId()
Document ID number (in the top-right corner) final ValidatedTextFieldWrapper
getIssueDate()
Issue date final TextFieldWrapper
getIssuingAuthority()
Issuing authority final TextFieldWrapper
getMaidenName()
Maiden name final TextFieldWrapper
getNationality()
Nationality final TextFieldWrapper
getPassportType()
Passport type final FieldWrapper
getPhoto()
Photo image final TextFieldWrapper
getRawMRZ()
Raw MRZ text value final FieldWrapper
getSignature()
Signature image final TextFieldWrapper
getSurname()
Surname final MRZ
getMrz()
MRZ -
-
Constructor Detail
-
DePassport
DePassport(GenericDocument document)
-
-
Method Detail
-
getBirthDate
final ValidatedTextFieldWrapper getBirthDate()
Birth date
-
getBirthplace
final TextFieldWrapper getBirthplace()
Birthplace
-
getCountryCode
final TextFieldWrapper getCountryCode()
Country code
-
getExpiryDate
final ValidatedTextFieldWrapper 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 ValidatedTextFieldWrapper 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
-
-
-
-