public class

EditCareerPreferencesDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.EditCareerPreferencesDataType

Class Overview

Contains the employees career preference.

Java class for Edit_Career_Preferences_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Edit_Career_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="Career_Preferences_Data" type="{urn:com.workday/bsvc}Career_Preferences_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CareerPreferencesDataType careerPreferencesData
protected EmployeeObjectType employeeReference
Public Constructors
EditCareerPreferencesDataType()
Public Methods
CareerPreferencesDataType getCareerPreferencesData()
Gets the value of the careerPreferencesData property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
void setCareerPreferencesData(CareerPreferencesDataType value)
Sets the value of the careerPreferencesData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CareerPreferencesDataType careerPreferencesData

protected EmployeeObjectType employeeReference

Public Constructors

public EditCareerPreferencesDataType ()

Public Methods

public CareerPreferencesDataType getCareerPreferencesData ()

Gets the value of the careerPreferencesData property.

Returns

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public void setCareerPreferencesData (CareerPreferencesDataType value)

Sets the value of the careerPreferencesData property.

Parameters
value Allowed object is CareerPreferencesDataType

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType