Package io.scanbot.barcodescanner.entity
Class IDCardPDF417
-
- All Implemented Interfaces:
public final class IDCardPDF417 extends GenericDocumentWrapper
ID Card
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
IDCardPDF417.FieldNames
public class
IDCardPDF417.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
birthDate
private final TextFieldWrapper
dateExpired
private final TextFieldWrapper
dateIssued
private final TextFieldWrapper
documentCode
private final TextFieldWrapper
firstName
private final TextFieldWrapper
lastName
private final TextFieldWrapper
optional
-
Constructor Summary
Constructors Constructor Description IDCardPDF417(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getBirthDate()
Birth Date. final TextFieldWrapper
getDateExpired()
Date Expired. final TextFieldWrapper
getDateIssued()
Date Issued. final TextFieldWrapper
getDocumentCode()
Document Code final TextFieldWrapper
getFirstName()
First Name final TextFieldWrapper
getLastName()
Last Name final TextFieldWrapper
getOptional()
Optional -
-
Constructor Detail
-
IDCardPDF417
IDCardPDF417(GenericDocument document)
-
-
Method Detail
-
getBirthDate
final TextFieldWrapper getBirthDate()
Birth Date. The format is ISO8601 with delimiters
-
getDateExpired
final TextFieldWrapper getDateExpired()
Date Expired. The format is ISO8601 with delimiters
-
getDateIssued
final TextFieldWrapper getDateIssued()
Date Issued. The format is ISO8601 with delimiters
-
getDocumentCode
final TextFieldWrapper getDocumentCode()
Document Code
-
getFirstName
final TextFieldWrapper getFirstName()
First Name
-
getLastName
final TextFieldWrapper getLastName()
Last Name
-
getOptional
final TextFieldWrapper getOptional()
Optional
-
-
-
-