Class DeDriverLicenseBack.Category
-
- All Implemented Interfaces:
public class DeDriverLicenseBack.Category extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeDriverLicenseBack.Category.FieldNamespublic classDeDriverLicenseBack.Category.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description private final TextFieldWrapperrestrictionsprivate final TextFieldWrappervalidFromprivate final TextFieldWrappervalidUntil
-
Constructor Summary
Constructors Constructor Description DeDriverLicenseBack.Category(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetRestrictions()Restrictions (Column 12. final TextFieldWrappergetValidFrom()Valid from (Column 10. final TextFieldWrappergetValidUntil()Valid until (Column 11. -
-
Constructor Detail
-
DeDriverLicenseBack.Category
DeDriverLicenseBack.Category(GenericDocument document)
-
-
Method Detail
-
getRestrictions
final TextFieldWrapper getRestrictions()
Restrictions (Column 12.)
-
getValidFrom
final TextFieldWrapper getValidFrom()
Valid from (Column 10.)
-
getValidUntil
final TextFieldWrapper getValidUntil()
Valid until (Column 11.)
-
-
-
-