public class

CareerPreferencesDataType

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

Class Overview

Employees Career Interest Data.

Java class for Career_Preferences_DataType complex type.

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

 <complexType name="Career_Preferences_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Career_Interest_Reference" type="{urn:com.workday/bsvc}Career_ResponsibilityObjectType" minOccurs="0"/>
         <element name="Career_Interests" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CareerResponsibilityObjectType careerInterestReference
protected String careerInterests
Public Constructors
CareerPreferencesDataType()
Public Methods
CareerResponsibilityObjectType getCareerInterestReference()
Gets the value of the careerInterestReference property.
String getCareerInterests()
Gets the value of the careerInterests property.
void setCareerInterestReference(CareerResponsibilityObjectType value)
Sets the value of the careerInterestReference property.
void setCareerInterests(String value)
Sets the value of the careerInterests property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CareerResponsibilityObjectType careerInterestReference

protected String careerInterests

Public Constructors

public CareerPreferencesDataType ()

Public Methods

public CareerResponsibilityObjectType getCareerInterestReference ()

Gets the value of the careerInterestReference property.

Returns

public String getCareerInterests ()

Gets the value of the careerInterests property.

Returns
  • possible object is String

public void setCareerInterestReference (CareerResponsibilityObjectType value)

Sets the value of the careerInterestReference property.

Parameters
value Allowed object is CareerResponsibilityObjectType

public void setCareerInterests (String value)

Sets the value of the careerInterests property.

Parameters
value Allowed object is String