public class PhilippinesDrivingLicense extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PhilippinesDrivingLicense()  | 
PhilippinesDrivingLicense(PhilippinesDrivingLicense 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 | 
getAgencyCode()
Get Agency code
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 | 
getExpiresDate()
Get Date of expiry
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getFirstName()
Get First name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getLastName()
Get Last name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getLicenseNo()
Get License number
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 | 
getName()
Get Full Name
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 | 
getSex()
Get Gender
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 | 
setAgencyCode(String AgencyCode)
Set Agency code
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 | 
setExpiresDate(String ExpiresDate)
Set Date of expiry
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setFirstName(String FirstName)
Set First name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setLastName(String LastName)
Set Last name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setLicenseNo(String LicenseNo)
Set License number
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 | 
setName(String Name)
Set Full Name
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 | 
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 PhilippinesDrivingLicense()
public PhilippinesDrivingLicense(PhilippinesDrivingLicense source)
public String getName()
public void setName(String Name)
Name - Full Name
Note: This field may return null, indicating that no valid values can be obtained.public String getLastName()
public void setLastName(String LastName)
LastName - Last name
Note: This field may return null, indicating that no valid values can be obtained.public String getFirstName()
public void setFirstName(String FirstName)
FirstName - First name
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 getNationality()
public void setNationality(String Nationality)
Nationality - Nationality
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 getAddress()
public void setAddress(String Address)
Address - Address
Note: This field may return null, indicating that no valid values can be obtained.public String getLicenseNo()
public void setLicenseNo(String LicenseNo)
LicenseNo - License number
Note: This field may return null, indicating that no valid values can be obtained.public String getExpiresDate()
public void setExpiresDate(String ExpiresDate)
ExpiresDate - Date of expiry
Note: This field may return null, indicating that no valid values can be obtained.public String getAgencyCode()
public void setAgencyCode(String AgencyCode)
AgencyCode - Agency code
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.Copyright © 2025. All rights reserved.