| java.lang.Object | |
| ↳ | com.workday.payroll.LocalNameDataType |
Contains the components of a name in local script, such as the First Name and Last Name, for supporting countries.
Java class for Local_Name_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Local_Name_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="{urn:com.workday/bsvc}Local_Last_Name_DataType" maxOccurs="unbounded" 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 | |||||||||||
| lastName | |||||||||||
| localName | |||||||||||
| localScript | |||||||||||
| middleName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the firstName property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the localName property.
| |||||||||||
Gets the value of the localScript property.
| |||||||||||
Gets the value of the middleName property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the localName property.
| |||||||||||
Sets the value of the localScript property.
| |||||||||||
Sets the value of the middleName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the firstName property.
Gets the value of the lastName property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lastName property.
For example, to add a new item, do as follows:
getLastName().add(newItem);
Objects of the following type(s) are allowed in the list
LocalLastNameDataType
Gets the value of the localName property.
Gets the value of the localScript property.
Gets the value of the middleName property.
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the lastName property.
| lastName | Allowed object is
LocalLastNameDataType
|
|---|
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 |
|---|