Class DeIdCardBack
-
- All Implemented Interfaces:
public final class DeIdCardBack extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeIdCardBack.FieldNamespublic classDeIdCardBack.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperaddressprivate final TextFieldWrappereyeColorprivate final TextFieldWrapperheightprivate final TextFieldWrapperissueDateprivate final TextFieldWrapperissuingAuthorityprivate final TextFieldWrapperpseudonymprivate final TextFieldWrapperrawMRZprivate final MRZmrz
-
Constructor Summary
Constructors Constructor Description DeIdCardBack(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetAddress()Address final TextFieldWrappergetEyeColor()Eye color final TextFieldWrappergetHeight()Height final TextFieldWrappergetIssueDate()Issue date final TextFieldWrappergetIssuingAuthority()Issuing authority final TextFieldWrappergetPseudonym()Pseudonym final TextFieldWrappergetRawMRZ()Raw MRZ text value final MRZgetMrz()The child document of type "MRZ". -
-
Constructor Detail
-
DeIdCardBack
DeIdCardBack(GenericDocument document)
-
-
Method Detail
-
getAddress
final TextFieldWrapper getAddress()
Address
-
getEyeColor
final TextFieldWrapper getEyeColor()
Eye color
-
getHeight
final TextFieldWrapper getHeight()
Height
-
getIssueDate
final TextFieldWrapper getIssueDate()
Issue date
-
getIssuingAuthority
final TextFieldWrapper getIssuingAuthority()
Issuing authority
-
getPseudonym
final TextFieldWrapper getPseudonym()
Pseudonym
-
getRawMRZ
final TextFieldWrapper getRawMRZ()
Raw MRZ text value
-
-
-
-