Package io.anyline.nfc.Reader
Class BacInfo
-
- All Implemented Interfaces:
public class BacInfo
-
-
Field Summary
Fields Modifier and Type Field Description public String
passportNbr
public String
dateOfBirth
public String
dateOfExpiry
-
Constructor Summary
Constructors Constructor Description BacInfo()
-
Method Summary
Modifier and Type Method Description String
getPassportNbr()
void
setPassportNbr(String passportNbr)
String
getDateOfBirth()
void
setDateOfBirth(String dateOfBirth)
format has to be yymmdd for example 991031 String
getDateOfExpiry()
void
setDateOfExpiry(String dateOfExpiry)
format has to be yymmdd for example 991031 -
-
Method Detail
-
getPassportNbr
String getPassportNbr()
-
setPassportNbr
void setPassportNbr(String passportNbr)
-
getDateOfBirth
String getDateOfBirth()
-
setDateOfBirth
void setDateOfBirth(String dateOfBirth)
format has to be yymmdd for example 991031
-
getDateOfExpiry
String getDateOfExpiry()
-
setDateOfExpiry
void setDateOfExpiry(String dateOfExpiry)
format has to be yymmdd for example 991031
-
-
-
-