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 |
getChineseName()
Get Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getChName()
Deprecated.
|
String |
getCountryOfBirth()
Deprecated.
|
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()
Deprecated.
|
String |
getFullName()
Get English name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getID()
Deprecated.
|
String |
getLicenseNumber()
Get License number
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNationality()
Get Nationality
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 Race (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 |
setChineseName(String ChineseName)
Set Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setChName(String ChName)
Deprecated.
|
void |
setCountryOfBirth(String CountryOfBirth)
Deprecated.
|
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)
Deprecated.
|
void |
setFullName(String FullName)
Set English name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setID(String ID)
Deprecated.
|
void |
setLicenseNumber(String LicenseNumber)
Set License number
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNationality(String Nationality)
Set Nationality
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 Race (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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SingaporeIDCard()
public SingaporeIDCard(SingaporeIDCard source)
@Deprecated public String getChName()
@Deprecated public void setChName(String ChName)
ChName - Chinese name
Note: This field may return null, indicating that no valid values can be obtained.public String getChineseName()
public void setChineseName(String ChineseName)
ChineseName - Chinese name
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public String getEnName()
@Deprecated public void setEnName(String EnName)
EnName - English name
Note: This field may return null, indicating that no valid values can be obtained.public String getFullName()
public void setFullName(String FullName)
FullName - English name
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public String getID()
@Deprecated public void setID(String ID)
ID - License number
Note: This field may return null, indicating that no valid values can be obtained.public String getLicenseNumber()
public void setLicenseNumber(String LicenseNumber)
LicenseNumber - 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.@Deprecated public String getCountryOfBirth()
@Deprecated 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 getNationality()
public void setNationality(String Nationality)
Nationality - Nationality
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 - Race (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 © 2025. All rights reserved.