public class PhilippinesUMID extends AbstractModel
header, skipSign
Constructor and Description |
---|
PhilippinesUMID() |
PhilippinesUMID(PhilippinesUMID 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
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 |
getCRN()
Get CRN code
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 |
getMiddleName()
Get Middle Name
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.
|
String |
getSurname()
Get Surname
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAddress(String Address)
Set Address
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 |
setCRN(String CRN)
Set CRN code
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 |
setMiddleName(String MiddleName)
Set Middle Name
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 |
setSurname(String Surname)
Set Surname
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, toJsonString
public PhilippinesUMID()
public PhilippinesUMID(PhilippinesUMID source)
public String getSurname()
public void setSurname(String Surname)
Surname
- Surname
Note: This field may return null, indicating that no valid values can be obtained.public String getMiddleName()
public void setMiddleName(String MiddleName)
MiddleName
- Middle 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 getSex()
public void setSex(String Sex)
Sex
- Gender
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
Note: This field may return null, indicating that no valid values can be obtained.public String getCRN()
public void setCRN(String CRN)
CRN
- CRN code
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.