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 classDeDriverLicenseBack.FieldNamespublic classDeDriverLicenseBack.NormalizedFieldNamespublic classDeDriverLicenseBack.CategoryA category row from the categories table
public final classDeDriverLicenseBack.CategoriesCategories table row container
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperrestrictionsprivate final DeDriverLicenseBack.Categoriescategories
-
Constructor Summary
Constructors Constructor Description DeDriverLicenseBack(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetRestrictions()Restrictions applied for the driver's license (Field 12. final DeDriverLicenseBack.CategoriesgetCategories()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
-
-
-
-