public class InternationalIDPassport extends AbstractModel
header, skipSign| Constructor and Description |
|---|
InternationalIDPassport() |
InternationalIDPassport(InternationalIDPassport source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBirthday()
Get Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDateOfExpiration()
Get Expiration date
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFullName()
Get Full name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getGivenName()
Get First name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIssuingCountry()
Get Issuing country
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLicenseNumber()
Get Passport ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNationalityCode()
Get Nationality code
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPassportCodeFirst()
Get The first line at the bottom, the MRZ Code sequence
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPassportCodeSecond()
Get The second line at the bottom, the MRZ Code sequence
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSex()
Get Gender (F-Female, M-Male)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSurname()
Get Last name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBirthday(String Birthday)
Set Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDateOfExpiration(String DateOfExpiration)
Set Expiration date
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFullName(String FullName)
Set Full name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setGivenName(String GivenName)
Set First name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIssuingCountry(String IssuingCountry)
Set Issuing country
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLicenseNumber(String LicenseNumber)
Set Passport ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNationalityCode(String NationalityCode)
Set Nationality code
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPassportCodeFirst(String PassportCodeFirst)
Set The first line at the bottom, the MRZ Code sequence
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPassportCodeSecond(String PassportCodeSecond)
Set The second line at the bottom, the MRZ Code sequence
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSex(String Sex)
Set Gender (F-Female, M-Male)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSurname(String Surname)
Set Last name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InternationalIDPassport()
public InternationalIDPassport(InternationalIDPassport source)
public String getLicenseNumber()
public void setLicenseNumber(String LicenseNumber)
LicenseNumber - Passport ID
Note: This field may return null, indicating that no valid values can be obtained.public String getFullName()
public void setFullName(String FullName)
FullName - Full name
Note: This field may return null, indicating that no valid values can be obtained.public String getSurname()
public void setSurname(String Surname)
Surname - Last name
Note: This field may return null, indicating that no valid values can be obtained.public String getGivenName()
public void setGivenName(String GivenName)
GivenName - First name
Note: This field may return null, indicating that no valid values can be obtained.public String getBirthday()
public void setBirthday(String Birthday)
Birthday - Birthday
Note: This field may return null, indicating that no valid values can be obtained.public String getSex()
public void setSex(String Sex)
Sex - Gender (F-Female, M-Male)
Note: This field may return null, indicating that no valid values can be obtained.public String getDateOfExpiration()
public void setDateOfExpiration(String DateOfExpiration)
DateOfExpiration - Expiration date
Note: This field may return null, indicating that no valid values can be obtained.public String getIssuingCountry()
public void setIssuingCountry(String IssuingCountry)
IssuingCountry - Issuing country
Note: This field may return null, indicating that no valid values can be obtained.public String getNationalityCode()
public void setNationalityCode(String NationalityCode)
NationalityCode - Nationality code
Note: This field may return null, indicating that no valid values can be obtained.public String getPassportCodeFirst()
public void setPassportCodeFirst(String PassportCodeFirst)
PassportCodeFirst - The first line at the bottom, the MRZ Code sequence
Note: This field may return null, indicating that no valid values can be obtained.public String getPassportCodeSecond()
public void setPassportCodeSecond(String PassportCodeSecond)
PassportCodeSecond - The second line at the bottom, the MRZ Code sequence
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.