public class

EditJobInterestsDataType

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

Class Overview

Contains the employee reference and job interests for that employee.

Java class for Edit_Job_Interests_DataType complex type.

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

 <complexType name="Edit_Job_Interests_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Job_Interests_Data" type="{urn:com.workday/bsvc}Job_Interests_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeObjectType employeeReference
protected JobInterestsDataType jobInterestsData
Public Constructors
EditJobInterestsDataType()
Public Methods
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
JobInterestsDataType getJobInterestsData()
Gets the value of the jobInterestsData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setJobInterestsData(JobInterestsDataType value)
Sets the value of the jobInterestsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeObjectType employeeReference

protected JobInterestsDataType jobInterestsData

Public Constructors

public EditJobInterestsDataType ()

Public Methods

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public JobInterestsDataType getJobInterestsData ()

Gets the value of the jobInterestsData property.

Returns

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setJobInterestsData (JobInterestsDataType value)

Sets the value of the jobInterestsData property.

Parameters
value Allowed object is JobInterestsDataType