Class DeDriverLicenseFront
-
- All Implemented Interfaces:
public final class DeDriverLicenseFront extends GenericDocumentWrapper
German driver license (Führerschein), front side
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DeDriverLicenseFront.FieldNames
public class
DeDriverLicenseFront.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 ValidatedTextFieldWrapper
expiryDate
private final TextFieldWrapper
givenNames
private final TextFieldWrapper
id
private final ValidatedTextFieldWrapper
issueDate
private final TextFieldWrapper
issuingAuthority
private final TextFieldWrapper
licenseCategories
private final FieldWrapper
photo
private final FieldWrapper
signature
private final TextFieldWrapper
surname
-
Constructor Summary
Constructors Constructor Description DeDriverLicenseFront(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final ValidatedTextFieldWrapper
getBirthDate()
Birth date (Field 3. final TextFieldWrapper
getBirthplace()
Birthplace (Field 3. final ValidatedTextFieldWrapper
getExpiryDate()
Expiry date (Field 4b. final TextFieldWrapper
getGivenNames()
Given names (Field 2. final TextFieldWrapper
getId()
Document ID number (in the top-right corner, Field 5. final ValidatedTextFieldWrapper
getIssueDate()
Issue date (Field 4a. final TextFieldWrapper
getIssuingAuthority()
Issuing authority (Field 4c. final TextFieldWrapper
getLicenseCategories()
Driver's license categories (Field 9. final FieldWrapper
getPhoto()
Photo image final FieldWrapper
getSignature()
Signature image (Field 7. final TextFieldWrapper
getSurname()
Surname (Field 1. -
-
Constructor Detail
-
DeDriverLicenseFront
DeDriverLicenseFront(GenericDocument document)
-
-
Method Detail
-
getBirthDate
final ValidatedTextFieldWrapper getBirthDate()
Birth date (Field 3.)
-
getBirthplace
final TextFieldWrapper getBirthplace()
Birthplace (Field 3.)
-
getExpiryDate
final ValidatedTextFieldWrapper getExpiryDate()
Expiry date (Field 4b.)
-
getGivenNames
final TextFieldWrapper getGivenNames()
Given names (Field 2.)
-
getId
final TextFieldWrapper getId()
Document ID number (in the top-right corner, Field 5.)
-
getIssueDate
final ValidatedTextFieldWrapper getIssueDate()
Issue date (Field 4a.)
-
getIssuingAuthority
final TextFieldWrapper getIssuingAuthority()
Issuing authority (Field 4c.)
-
getLicenseCategories
final TextFieldWrapper getLicenseCategories()
Driver's license categories (Field 9.)
-
getPhoto
final FieldWrapper getPhoto()
Photo image
-
getSignature
final FieldWrapper getSignature()
Signature image (Field 7.)
-
getSurname
final TextFieldWrapper getSurname()
Surname (Field 1.)
-
-
-
-