Class DeDriverLicenseFront
-
- All Implemented Interfaces:
public final class DeDriverLicenseFront extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeDriverLicenseFront.FieldNamespublic classDeDriverLicenseFront.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperbirthDateprivate final TextFieldWrapperbirthplaceprivate final TextFieldWrapperexpiryDateprivate final TextFieldWrappergivenNamesprivate final TextFieldWrapperidprivate final TextFieldWrapperissueDateprivate final TextFieldWrapperissuingAuthorityprivate final TextFieldWrapperlicenseCategoriesprivate final FieldWrapperphotoprivate final TextFieldWrapperserialNumberprivate final FieldWrappersignatureprivate final TextFieldWrappersurname
-
Constructor Summary
Constructors Constructor Description DeDriverLicenseFront(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetBirthDate()Birth date (Field 3. final TextFieldWrappergetBirthplace()Birthplace (Field 3. final TextFieldWrappergetExpiryDate()Expiry date (Field 4b. final TextFieldWrappergetGivenNames()Given names (Field 2. final TextFieldWrappergetId()Document ID number (in the top-right corner, Field 5. final TextFieldWrappergetIssueDate()Issue date (Field 4a. final TextFieldWrappergetIssuingAuthority()Issuing authority (Field 4c. final TextFieldWrappergetLicenseCategories()Driver's license categories (Field 9. final FieldWrappergetPhoto()Photo image final TextFieldWrappergetSerialNumber()Serial number (Field 5b. final FieldWrappergetSignature()Signature image (Field 7. final TextFieldWrappergetSurname()Surname (Field 1. -
-
Constructor Detail
-
DeDriverLicenseFront
DeDriverLicenseFront(GenericDocument document)
-
-
Method Detail
-
getBirthDate
final TextFieldWrapper getBirthDate()
Birth date (Field 3.)
-
getBirthplace
final TextFieldWrapper getBirthplace()
Birthplace (Field 3.)
-
getExpiryDate
final TextFieldWrapper 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 TextFieldWrapper 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
-
getSerialNumber
final TextFieldWrapper getSerialNumber()
Serial number (Field 5b. on Driver Qualification Card)
-
getSignature
final FieldWrapper getSignature()
Signature image (Field 7.)
-
getSurname
final TextFieldWrapper getSurname()
Surname (Field 1.)
-
-
-
-