| java.lang.Object | |
| ↳ | com.workday.hr.ChangeAdditionalNamesResponseType |
Response for the Change Additional Names web service request. Includes the worker reference and additional name data.
Java class for Change_Additional_Names_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Change_Additional_Names_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Person_Additional_Name_Change_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Additional_Name_Data" type="{urn:com.workday/bsvc}Additional_Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalNameData | |||||||||||
| personAdditionalNameChangeReference | |||||||||||
| version | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalNameData property.
| |||||||||||
Gets the value of the personAdditionalNameChangeReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the additionalNameData property.
| |||||||||||
Sets the value of the personAdditionalNameChangeReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalNameData 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 additionalNameData property.
For example, to add a new item, do as follows:
getAdditionalNameData().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalNameDataType
Gets the value of the personAdditionalNameChangeReference property.
UniqueIdentifierObjectType
Gets the value of the version property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the additionalNameData property.
| additionalNameData | Allowed object is
AdditionalNameDataType
|
|---|
Sets the value of the personAdditionalNameChangeReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|