| java.lang.Object | |
| ↳ | com.workday.hr.WorkerCareerDataType |
Contains the current career information for an employee. This includes the travel and relocation preferences, job profiles the employee is interested in, and their career interests
Java class for Worker_Career_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Career_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Relocation_Data" type="{urn:com.workday/bsvc}Relocation_Preference_DataType" minOccurs="0"/>
<element name="Travel_Data" type="{urn:com.workday/bsvc}Travel_Preference_DataType" minOccurs="0"/>
<element name="Job_Interests_Data" type="{urn:com.workday/bsvc}Job_Interests_DataType" minOccurs="0"/>
<element name="Career_Interests_Data" type="{urn:com.workday/bsvc}Career_Preferences_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| careerInterestsData | |||||||||||
| jobInterestsData | |||||||||||
| relocationData | |||||||||||
| travelData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the careerInterestsData property.
| |||||||||||
Gets the value of the jobInterestsData property.
| |||||||||||
Gets the value of the relocationData property.
| |||||||||||
Gets the value of the travelData property.
| |||||||||||
Sets the value of the careerInterestsData property.
| |||||||||||
Sets the value of the jobInterestsData property.
| |||||||||||
Sets the value of the relocationData property.
| |||||||||||
Sets the value of the travelData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the careerInterestsData property.
CareerPreferencesDataType
Gets the value of the jobInterestsData property.
JobInterestsDataType
Gets the value of the relocationData property.
RelocationPreferenceDataType
Gets the value of the travelData property.
TravelPreferenceDataType
Sets the value of the careerInterestsData property.
| value | Allowed object is
CareerPreferencesDataType
|
|---|
Sets the value of the jobInterestsData property.
| value | Allowed object is
JobInterestsDataType
|
|---|
Sets the value of the relocationData property.
| value | Allowed object is
RelocationPreferenceDataType
|
|---|
Sets the value of the travelData property.
| value | Allowed object is
TravelPreferenceDataType
|
|---|

