-
public final class PassportNfcDg1DataItemWraps the single item of the data loaded from DG1 group as a key-value object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPassportNfcDg1DataItem.Companion
-
Field Summary
Fields Modifier and Type Field Description private final NFCDatagroupDG1FieldNamekeyprivate final Stringvalue
-
Constructor Summary
Constructors Constructor Description PassportNfcDg1DataItem(Integer keyInt, String value)PassportNfcDg1DataItem(NFCDatagroupDG1FieldName key, String value)
-
Method Summary
Modifier and Type Method Description final NFCDatagroupDG1FieldNamegetKey()final StringgetValue()-
-
Constructor Detail
-
PassportNfcDg1DataItem
PassportNfcDg1DataItem(NFCDatagroupDG1FieldName key, String value)
- Parameters:
key- key of the itemvalue- value of the item
-
-
Method Detail
-
getKey
final NFCDatagroupDG1FieldName getKey()
-
-
-
-