Class DeDriverLicenseBack
-
- All Implemented Interfaces:
public final class DeDriverLicenseBack extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DeDriverLicenseBack.FieldNames
public class
DeDriverLicenseBack.NormalizedFieldNames
public class
DeDriverLicenseBack.Category
public final class
DeDriverLicenseBack.Categories
-
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()
The child document of type "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()
The child document of type "Categories".
-
-
-
-