public class

WorkerCareerDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CareerPreferencesDataType careerInterestsData
protected JobInterestsDataType jobInterestsData
protected RelocationPreferenceDataType relocationData
protected TravelPreferenceDataType travelData
Public Constructors
WorkerCareerDataType()
Public Methods
CareerPreferencesDataType getCareerInterestsData()
Gets the value of the careerInterestsData property.
JobInterestsDataType getJobInterestsData()
Gets the value of the jobInterestsData property.
RelocationPreferenceDataType getRelocationData()
Gets the value of the relocationData property.
TravelPreferenceDataType getTravelData()
Gets the value of the travelData property.
void setCareerInterestsData(CareerPreferencesDataType value)
Sets the value of the careerInterestsData property.
void setJobInterestsData(JobInterestsDataType value)
Sets the value of the jobInterestsData property.
void setRelocationData(RelocationPreferenceDataType value)
Sets the value of the relocationData property.
void setTravelData(TravelPreferenceDataType value)
Sets the value of the travelData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CareerPreferencesDataType careerInterestsData

protected JobInterestsDataType jobInterestsData

protected RelocationPreferenceDataType relocationData

protected TravelPreferenceDataType travelData

Public Constructors

public WorkerCareerDataType ()

Public Methods

public CareerPreferencesDataType getCareerInterestsData ()

Gets the value of the careerInterestsData property.

Returns

public JobInterestsDataType getJobInterestsData ()

Gets the value of the jobInterestsData property.

Returns

public RelocationPreferenceDataType getRelocationData ()

Gets the value of the relocationData property.

Returns

public TravelPreferenceDataType getTravelData ()

Gets the value of the travelData property.

Returns

public void setCareerInterestsData (CareerPreferencesDataType value)

Sets the value of the careerInterestsData property.

Parameters
value Allowed object is CareerPreferencesDataType

public void setJobInterestsData (JobInterestsDataType value)

Sets the value of the jobInterestsData property.

Parameters
value Allowed object is JobInterestsDataType

public void setRelocationData (RelocationPreferenceDataType value)

Sets the value of the relocationData property.

Parameters
value Allowed object is RelocationPreferenceDataType

public void setTravelData (TravelPreferenceDataType value)

Sets the value of the travelData property.

Parameters
value Allowed object is TravelPreferenceDataType