| java.lang.Object | |
| ↳ | com.workday.talent.RelocationPreferenceDataType |
Contains the information about the employee's willingness to relocate as part of their job.
Java class for Relocation_Preference_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Relocation_Preference_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Short_Term_Relocation_Reference" type="{urn:com.workday/bsvc}Common_Boolean_EnumerationObjectType" minOccurs="0"/>
<element name="Short_Term_Relocation_Area__Reference" type="{urn:com.workday/bsvc}Relocation_AreaObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Long_Term_Relocation_Reference" type="{urn:com.workday/bsvc}Common_Boolean_EnumerationObjectType" minOccurs="0"/>
<element name="Long_Term_Relocation_Area__Reference" type="{urn:com.workday/bsvc}Relocation_AreaObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Additional_Information" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalInformation | |||||||||||
| longTermRelocationAreaReference | |||||||||||
| longTermRelocationReference | |||||||||||
| shortTermRelocationAreaReference | |||||||||||
| shortTermRelocationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalInformation property.
| |||||||||||
Gets the value of the longTermRelocationAreaReference property.
| |||||||||||
Gets the value of the longTermRelocationReference property.
| |||||||||||
Gets the value of the shortTermRelocationAreaReference property.
| |||||||||||
Gets the value of the shortTermRelocationReference property.
| |||||||||||
Sets the value of the additionalInformation property.
| |||||||||||
Sets the value of the longTermRelocationAreaReference property.
| |||||||||||
Sets the value of the longTermRelocationReference property.
| |||||||||||
Sets the value of the shortTermRelocationAreaReference property.
| |||||||||||
Sets the value of the shortTermRelocationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalInformation property.
Gets the value of the longTermRelocationAreaReference 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 longTermRelocationAreaReference property.
For example, to add a new item, do as follows:
getLongTermRelocationAreaReference().add(newItem);
Objects of the following type(s) are allowed in the list
RelocationAreaObjectType
Gets the value of the longTermRelocationReference property.
CommonBooleanEnumerationObjectType
Gets the value of the shortTermRelocationAreaReference 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 shortTermRelocationAreaReference property.
For example, to add a new item, do as follows:
getShortTermRelocationAreaReference().add(newItem);
Objects of the following type(s) are allowed in the list
RelocationAreaObjectType
Gets the value of the shortTermRelocationReference property.
CommonBooleanEnumerationObjectType
Sets the value of the additionalInformation property.
| value | Allowed object is String |
|---|
Sets the value of the longTermRelocationAreaReference property.
| longTermRelocationAreaReference | Allowed object is
RelocationAreaObjectType
|
|---|
Sets the value of the longTermRelocationReference property.
| value | Allowed object is
CommonBooleanEnumerationObjectType
|
|---|
Sets the value of the shortTermRelocationAreaReference property.
| shortTermRelocationAreaReference | Allowed object is
RelocationAreaObjectType
|
|---|
Sets the value of the shortTermRelocationReference property.
| value | Allowed object is
CommonBooleanEnumerationObjectType
|
|---|