| java.lang.Object | |
| ↳ | com.workday.hr.ChangeAdditionalNamesRequestType |
This web service allows updates to the additional names of a worker.
Java class for Change_Additional_Names_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Change_Additional_Names_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Change_Additional_Names_Data" type="{urn:com.workday/bsvc}Change_Additional_Name_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| changeAdditionalNamesData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the changeAdditionalNamesData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the changeAdditionalNamesData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the changeAdditionalNamesData property.
ChangeAdditionalNameDataType
Gets the value of the version property.
Sets the value of the changeAdditionalNamesData property.
| value | Allowed object is
ChangeAdditionalNameDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

