| java.lang.Object | |
| ↳ | com.workday.benefits.PersonNameDetailDataType |
Contains the components of a name, such as the First Name and Last Name.
Java class for Person_Name_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person_Name_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
<element name="Prefix_Data" type="{urn:com.workday/bsvc}Person_Name_Prefix_DataType" minOccurs="0"/>
<element name="First_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Middle_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Last_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Secondary_Last_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Local_Name_Detail_Data" type="{urn:com.workday/bsvc}Local_Person_Name_Detail_DataType" minOccurs="0"/>
<element name="Suffix_Data" type="{urn:com.workday/bsvc}Person_Name_Suffix_DataType" minOccurs="0"/>
<element name="Full_Name_for_Singapore_and_Malaysia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Formatted_Name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Reporting_Name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| firstName | |||||||||||
| formattedName | |||||||||||
| fullNameForSingaporeAndMalaysia | |||||||||||
| lastName | |||||||||||
| localNameDetailData | |||||||||||
| middleName | |||||||||||
| prefixData | |||||||||||
| reportingName | |||||||||||
| secondaryLastName | |||||||||||
| suffixData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the firstName property.
| |||||||||||
Gets the value of the formattedName property.
| |||||||||||
Gets the value of the fullNameForSingaporeAndMalaysia property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the localNameDetailData property.
| |||||||||||
Gets the value of the middleName property.
| |||||||||||
Gets the value of the prefixData property.
| |||||||||||
Gets the value of the reportingName property.
| |||||||||||
Gets the value of the secondaryLastName property.
| |||||||||||
Gets the value of the suffixData property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the formattedName property.
| |||||||||||
Sets the value of the fullNameForSingaporeAndMalaysia property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the localNameDetailData property.
| |||||||||||
Sets the value of the middleName property.
| |||||||||||
Sets the value of the prefixData property.
| |||||||||||
Sets the value of the reportingName property.
| |||||||||||
Sets the value of the secondaryLastName property.
| |||||||||||
Sets the value of the suffixData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the firstName property.
Gets the value of the formattedName property.
Gets the value of the fullNameForSingaporeAndMalaysia property.
Gets the value of the lastName property.
Gets the value of the localNameDetailData property.
LocalPersonNameDetailDataType
Gets the value of the middleName property.
Gets the value of the prefixData property.
PersonNamePrefixDataType
Gets the value of the reportingName property.
Gets the value of the secondaryLastName property.
Gets the value of the suffixData property.
PersonNameSuffixDataType
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the formattedName property.
| value | Allowed object is String |
|---|
Sets the value of the fullNameForSingaporeAndMalaysia property.
| value | Allowed object is String |
|---|
Sets the value of the lastName property.
| value | Allowed object is String |
|---|
Sets the value of the localNameDetailData property.
| value | Allowed object is
LocalPersonNameDetailDataType
|
|---|
Sets the value of the middleName property.
| value | Allowed object is String |
|---|
Sets the value of the prefixData property.
| value | Allowed object is
PersonNamePrefixDataType
|
|---|
Sets the value of the reportingName property.
| value | Allowed object is String |
|---|
Sets the value of the secondaryLastName property.
| value | Allowed object is String |
|---|
Sets the value of the suffixData property.
| value | Allowed object is
PersonNameSuffixDataType
|
|---|