public class SingaporeIDCard extends AbstractModel
header, skipSign| Constructor and Description |
|---|
SingaporeIDCard() |
SingaporeIDCard(SingaporeIDCard 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 |
getAddress()
Get Address (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getBirthday()
Get Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getChName()
Get Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCountryOfBirth()
Get Country of birth
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDateOfExpiration()
Get Date of expiry (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDateOfIssue()
Get Date of issue (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getEnName()
Get English name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getID()
Get License number
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNRICCode()
Get NRIC number (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPostCode()
Get Post number (on the front)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRace()
Get Nationality (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSex()
Get Gender
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAddress(String Address)
Set Address (on the back)
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 |
setChName(String ChName)
Set Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCountryOfBirth(String CountryOfBirth)
Set Country of birth
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDateOfExpiration(String DateOfExpiration)
Set Date of expiry (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDateOfIssue(String DateOfIssue)
Set Date of issue (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEnName(String EnName)
Set English name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setID(String ID)
Set License number
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNRICCode(String NRICCode)
Set NRIC number (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPostCode(String PostCode)
Set Post number (on the front)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRace(String Race)
Set Nationality (on the back)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSex(String Sex)
Set Gender
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SingaporeIDCard()
public SingaporeIDCard(SingaporeIDCard source)
public String getChName()
public void setChName(String ChName)
ChName - Chinese name
Note: This field may return null, indicating that no valid values can be obtained.public String getEnName()
public void setEnName(String EnName)
EnName - English name
Note: This field may return null, indicating that no valid values can be obtained.public String getID()
public void setID(String ID)
ID - License number
Note: This field may return null, indicating that no valid values can be obtained.public String getSex()
public void setSex(String Sex)
Sex - Gender
Note: This field may return null, indicating that no valid values can be obtained.public String getCountryOfBirth()
public void setCountryOfBirth(String CountryOfBirth)
CountryOfBirth - Country of birth
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 getAddress()
public void setAddress(String Address)
Address - Address (on the back)
Note: This field may return null, indicating that no valid values can be obtained.public String getRace()
public void setRace(String Race)
Race - Nationality (on the back)
Note: This field may return null, indicating that no valid values can be obtained.public String getNRICCode()
public void setNRICCode(String NRICCode)
NRICCode - NRIC number (on the back)
Note: This field may return null, indicating that no valid values can be obtained.public String getPostCode()
public void setPostCode(String PostCode)
PostCode - Post number (on the front)
Note: This field may return null, indicating that no valid values can be obtained.public String getDateOfExpiration()
public void setDateOfExpiration(String DateOfExpiration)
DateOfExpiration - Date of expiry (on the back)
Note: This field may return null, indicating that no valid values can be obtained.public String getDateOfIssue()
public void setDateOfIssue(String DateOfIssue)
DateOfIssue - Date of issue (on the back)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.