public class MrvB extends MrzRecordOptional
| Constructor and Description |
|---|
MrvB()
Construct a MrvB Record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fromMrz(String mrz)
Parses the MRZ record.
|
String |
toMrz()
Serializes this record to a valid MRZ record.
|
buildToString, getOptional, setOptionalgetCode, getCode1, getCode2, getDateOfBirth, getDocumentNumber, getExpirationDate, getFormat, getGivenNames, getIssuingCountry, getNationality, getRecordName, getSex, getSurname, isValidComposite, isValidDateOfBirth, isValidDocumentNumber, isValidExpirationDate, setCode, setCode1, setCode2, setDateOfBirth, setDocumentNumber, setExpirationDate, setGivenNames, setIssuingCountry, setName, setNationality, setSex, setSurname, setValidComposite, setValidDateOfBirth, setValidDocumentNumber, setValidExpirationDate, toStringpublic void fromMrz(String mrz) throws MrzParseException
MrzRecordfromMrz in class MrzRecordmrz - the mrz record, not null, separated by \nMrzParseException - could not parse MRZCopyright © 2011–2022 Innovatrics. All rights reserved.