public class

RelocationPreferenceDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.RelocationPreferenceDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String additionalInformation
protected List<RelocationAreaObjectType> longTermRelocationAreaReference
protected CommonBooleanEnumerationObjectType longTermRelocationReference
protected List<RelocationAreaObjectType> shortTermRelocationAreaReference
protected CommonBooleanEnumerationObjectType shortTermRelocationReference
Public Constructors
RelocationPreferenceDataType()
Public Methods
String getAdditionalInformation()
Gets the value of the additionalInformation property.
List<RelocationAreaObjectType> getLongTermRelocationAreaReference()
Gets the value of the longTermRelocationAreaReference property.
CommonBooleanEnumerationObjectType getLongTermRelocationReference()
Gets the value of the longTermRelocationReference property.
List<RelocationAreaObjectType> getShortTermRelocationAreaReference()
Gets the value of the shortTermRelocationAreaReference property.
CommonBooleanEnumerationObjectType getShortTermRelocationReference()
Gets the value of the shortTermRelocationReference property.
void setAdditionalInformation(String value)
Sets the value of the additionalInformation property.
void setLongTermRelocationAreaReference(List<RelocationAreaObjectType> longTermRelocationAreaReference)
Sets the value of the longTermRelocationAreaReference property.
void setLongTermRelocationReference(CommonBooleanEnumerationObjectType value)
Sets the value of the longTermRelocationReference property.
void setShortTermRelocationAreaReference(List<RelocationAreaObjectType> shortTermRelocationAreaReference)
Sets the value of the shortTermRelocationAreaReference property.
void setShortTermRelocationReference(CommonBooleanEnumerationObjectType value)
Sets the value of the shortTermRelocationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String additionalInformation

protected List<RelocationAreaObjectType> longTermRelocationAreaReference

protected CommonBooleanEnumerationObjectType longTermRelocationReference

protected List<RelocationAreaObjectType> shortTermRelocationAreaReference

protected CommonBooleanEnumerationObjectType shortTermRelocationReference

Public Constructors

public RelocationPreferenceDataType ()

Public Methods

public String getAdditionalInformation ()

Gets the value of the additionalInformation property.

Returns
  • possible object is String

public List<RelocationAreaObjectType> getLongTermRelocationAreaReference ()

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

public CommonBooleanEnumerationObjectType getLongTermRelocationReference ()

Gets the value of the longTermRelocationReference property.

Returns

public List<RelocationAreaObjectType> getShortTermRelocationAreaReference ()

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

public CommonBooleanEnumerationObjectType getShortTermRelocationReference ()

Gets the value of the shortTermRelocationReference property.

Returns

public void setAdditionalInformation (String value)

Sets the value of the additionalInformation property.

Parameters
value Allowed object is String

public void setLongTermRelocationAreaReference (List<RelocationAreaObjectType> longTermRelocationAreaReference)

Sets the value of the longTermRelocationAreaReference property.

Parameters
longTermRelocationAreaReference Allowed object is RelocationAreaObjectType

public void setLongTermRelocationReference (CommonBooleanEnumerationObjectType value)

Sets the value of the longTermRelocationReference property.

Parameters
value Allowed object is CommonBooleanEnumerationObjectType

public void setShortTermRelocationAreaReference (List<RelocationAreaObjectType> shortTermRelocationAreaReference)

Sets the value of the shortTermRelocationAreaReference property.

Parameters
shortTermRelocationAreaReference Allowed object is RelocationAreaObjectType

public void setShortTermRelocationReference (CommonBooleanEnumerationObjectType value)

Sets the value of the shortTermRelocationReference property.

Parameters
value Allowed object is CommonBooleanEnumerationObjectType