Class DocumentRequest18013MDL
java.lang.Object
com.regula.documentreader.api.params.mdl.DocumentRequestMDL
com.regula.documentreader.api.params.mdl.DocumentRequest18013MDL
This class contains fields for reading mDL data.
By default, all fields are marked with the null value.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.regula.documentreader.api.params.mdl.DocumentRequestMDL
docType, nameSpaceMDLs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidConfigures all mDL fields for non-retentive reading (eMDLIntentToRetain.FALSE).voidConfigures all fields for reading with data retention (eMDLIntentToRetain.TRUE).protected JSONObjecttoJson()protected JSONObjecttoJsonNameSpace(JSONObject jsonMap) Methods inherited from class com.regula.documentreader.api.params.mdl.DocumentRequestMDL
addNameSpace, addNameSpaces, toJsonNameSpaces
-
Field Details
-
familyName
-
givenName
-
birthDate
-
issueDate
-
expiryDate
-
issuingCountry
-
issuingAuthority
-
documentNumber
-
portrait
-
drivingPrivileges
-
unDistinguishingSign
-
administrativeNumber
-
sex
-
height
-
weight
-
eyeColour
-
hairColour
-
birthPlace
-
residentAddress
-
portraitCaptureDate
-
ageInYears
-
ageBirthYear
-
ageOver18
-
issuingJurisdiction
-
nationality
-
residentCity
-
residentState
-
residentPostalCode
-
residentCountry
-
biometricTemplateFace
-
biometricTemplateIris
-
biometricTemplateFinger
-
biometricTemplateSignatureSign
-
familyNameNationalCharacter
-
givenNameNationalCharacter
-
signatureUsualMark
-
-
Constructor Details
-
DocumentRequest18013MDL
public DocumentRequest18013MDL()
-
-
Method Details
-
disableIntentToRetainValues
public void disableIntentToRetainValues()Configures all mDL fields for non-retentive reading (eMDLIntentToRetain.FALSE). -
enableIntentToRetainValues
public void enableIntentToRetainValues()Configures all fields for reading with data retention (eMDLIntentToRetain.TRUE). -
toJsonNameSpace
protected JSONObject toJsonNameSpace(JSONObject jsonMap) -
toJson
protected JSONObject toJson()- Overrides:
toJsonin classDocumentRequestMDL
-