Class EIDDataGroups
java.lang.Object
com.regula.documentreader.api.params.rfid.dg.DataGroups
com.regula.documentreader.api.params.rfid.dg.EIDDataGroups
Class that contains EID data groups
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EIDDataGroupsstatic EIDDataGroupsstatic EIDDataGroupsfromJson(JSONObject object) booleanisDG15()booleanisDG16()booleanisDG17()booleanisDG18()booleanisDG19()booleanisDG20()booleanisDG21()voidsetDG15(boolean dG15) voidsetDG16(boolean dG16) voidsetDG17(boolean dG17) voidsetDG18(boolean dG18) voidsetDG19(boolean dG19) voidsetDG20(boolean dG20) voidsetDG21(boolean dG21) toJson()Method convert object to string in json formatprotected JSONObjectprotected voidupdateDGsFromJson(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
-
EIDDataGroups
public EIDDataGroups()
-
-
Method Details
-
defaultSettingsInstance
-
toJsonObject
protected JSONObject toJsonObject()- Overrides:
toJsonObjectin classDataGroups
-
toJson
Method convert object to string in json format- Overrides:
toJsonin classDataGroups- Returns:
- string in json format
-
updateDGsFromJson
protected void updateDGsFromJson(JSONObject object) - Overrides:
updateDGsFromJsonin classDataGroups
-
fromJson
-
fromJson
-
isDG15
public boolean isDG15() -
setDG15
public void setDG15(boolean dG15) -
isDG16
public boolean isDG16() -
setDG16
public void setDG16(boolean dG16) -
isDG17
public boolean isDG17() -
setDG17
public void setDG17(boolean dG17) -
isDG18
public boolean isDG18() -
setDG18
public void setDG18(boolean dG18) -
isDG19
public boolean isDG19() -
setDG19
public void setDG19(boolean dG19) -
isDG20
public boolean isDG20() -
setDG20
public void setDG20(boolean dG20) -
isDG21
public boolean isDG21() -
setDG21
public void setDG21(boolean dG21)
-