Class DeDriverLicenseBack
-
- All Implemented Interfaces:
public final class DeDriverLicenseBack extends GenericDocumentWrapper
German driver license (Führerschein), back side
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DeDriverLicenseBack.FieldNames
public class
DeDriverLicenseBack.NormalizedFieldNames
public class
DeDriverLicenseBack.Category
A category row from the categories table
public final class
DeDriverLicenseBack.Categories
Categories table row container
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
restrictions
private final DeDriverLicenseBack.Categories
categories
-
Constructor Summary
Constructors Constructor Description DeDriverLicenseBack(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getRestrictions()
Restrictions applied for the driver's license (Field 12. final DeDriverLicenseBack.Categories
getCategories()
Categories -
-
Constructor Detail
-
DeDriverLicenseBack
DeDriverLicenseBack(GenericDocument document)
-
-
Method Detail
-
getRestrictions
final TextFieldWrapper getRestrictions()
Restrictions applied for the driver's license (Field 12.)
-
getCategories
final DeDriverLicenseBack.Categories getCategories()
Categories
-
-
-
-