| java.lang.Object | |
| ↳ | com.workday.hr.LocalPersonNameDetailDataType |
Contains the components of a name in local script, such as the First Name and Last Name, for supporting countries.
Java class for Local_Person_Name_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Local_Person_Name_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="First_Name_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Middle_Name_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Last_Name_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Secondary_Last_Name_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Local_Name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Local_Script" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| firstName | |||||||||||
| firstName2 | |||||||||||
| lastName | |||||||||||
| lastName2 | |||||||||||
| localName | |||||||||||
| localScript | |||||||||||
| middleName | |||||||||||
| middleName2 | |||||||||||
| secondaryLastName | |||||||||||
| secondaryLastName2 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the firstName property.
| |||||||||||
Gets the value of the firstName2 property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the lastName2 property.
| |||||||||||
Gets the value of the localName property.
| |||||||||||
Gets the value of the localScript property.
| |||||||||||
Gets the value of the middleName property.
| |||||||||||
Gets the value of the middleName2 property.
| |||||||||||
Gets the value of the secondaryLastName property.
| |||||||||||
Gets the value of the secondaryLastName2 property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the firstName2 property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the lastName2 property.
| |||||||||||
Sets the value of the localName property.
| |||||||||||
Sets the value of the localScript property.
| |||||||||||
Sets the value of the middleName property.
| |||||||||||
Sets the value of the middleName2 property.
| |||||||||||
Sets the value of the secondaryLastName property.
| |||||||||||
Sets the value of the secondaryLastName2 property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the firstName property.
Gets the value of the firstName2 property.
Gets the value of the lastName property.
Gets the value of the lastName2 property.
Gets the value of the localName property.
Gets the value of the localScript property.
Gets the value of the middleName property.
Gets the value of the middleName2 property.
Gets the value of the secondaryLastName property.
Gets the value of the secondaryLastName2 property.
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the firstName2 property.
| value | Allowed object is String |
|---|
Sets the value of the lastName property.
| value | Allowed object is String |
|---|
Sets the value of the lastName2 property.
| value | Allowed object is String |
|---|
Sets the value of the localName property.
| value | Allowed object is String |
|---|
Sets the value of the localScript property.
| value | Allowed object is String |
|---|
Sets the value of the middleName property.
| value | Allowed object is String |
|---|
Sets the value of the middleName2 property.
| value | Allowed object is String |
|---|
Sets the value of the secondaryLastName property.
| value | Allowed object is String |
|---|
Sets the value of the secondaryLastName2 property.
| value | Allowed object is String |
|---|