| java.lang.Object | |
| ↳ | com.workday.talent.EditRelocationPreferencesDataType |
Contains the employee reference and relocation preferences for that employee.
Java class for Edit_Relocation_Preferences_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Edit_Relocation_Preferences_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Relocation_Preference_Data" type="{urn:com.workday/bsvc}Relocation_Preference_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| relocationPreferenceData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the relocationPreferenceData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the relocationPreferenceData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the relocationPreferenceData property.
RelocationPreferenceDataType
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the relocationPreferenceData property.
| value | Allowed object is
RelocationPreferenceDataType
|
|---|