| java.lang.Object | |
| ↳ | com.workday.hr.ChangePreferredNameBusinessProcessDataType |
Wrapper element for the Preferred Name Change business process web service.
Java class for Change_Preferred_Name_Business_Process_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Change_Preferred_Name_Business_Process_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Use_Legal_Name_As_Preferred_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Name_Data" type="{urn:com.workday/bsvc}Person_Name_Detail_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| nameData | |||||||||||
| useLegalNameAsPreferredName | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the nameData property.
| |||||||||||
Gets the value of the useLegalNameAsPreferredName property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the nameData property.
| |||||||||||
Sets the value of the useLegalNameAsPreferredName property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the nameData property.
PersonNameDetailDataType
Gets the value of the useLegalNameAsPreferredName property. This getter has been renamed from isUseLegalNameAsPreferredName() to getUseLegalNameAsPreferredName() by cxf-xjc-boolean plugin.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the nameData property.
| value | Allowed object is
PersonNameDetailDataType
|
|---|
Sets the value of the useLegalNameAsPreferredName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

