Class EPassportDataGroups
java.lang.Object
com.regula.documentreader.api.params.rfid.dg.DataGroups
com.regula.documentreader.api.params.rfid.dg.EPassportDataGroups
- Direct Known Subclasses:
DTCDataGroup
Class that contains EPassport data groups
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EPassportDataGroups
static EPassportDataGroups
static EPassportDataGroups
fromJson
(JSONObject object) boolean
isDG15()
boolean
isDG16()
void
setDG15
(boolean dG15) void
setDG16
(boolean dG16) toJson()
protected JSONObject
protected void
updateDGsFromJson
(JSONObject object) Methods inherited from class com.regula.documentreader.api.params.rfid.dg.DataGroups
isDG1, isDG10, isDG11, isDG12, isDG13, isDG14, isDG2, isDG3, isDG4, isDG5, isDG6, isDG7, isDG8, isDG9, setDG1, setDG10, setDG11, setDG12, setDG13, setDG14, setDG2, setDG3, setDG4, setDG5, setDG6, setDG7, setDG8, setDG9
-
Constructor Details
-
EPassportDataGroups
public EPassportDataGroups()
-
-
Method Details
-
defaultSettingsInstance
-
toJsonObject
protected JSONObject toJsonObject()- Overrides:
toJsonObject
in classDataGroups
-
toJson
- Overrides:
toJson
in classDataGroups
-
updateDGsFromJson
protected void updateDGsFromJson(JSONObject object) - Overrides:
updateDGsFromJson
in classDataGroups
-
fromJson
-
fromJson
-
isDG15
public boolean isDG15() -
setDG15
public void setDG15(boolean dG15) -
isDG16
public boolean isDG16() -
setDG16
public void setDG16(boolean dG16)
-