public class

ManageSuccessionPlanEventCandidateDataType

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

Class Overview

Encapsulating element containing candidate data for a Succession Plan.

Java class for Manage_Succession_Plan_Event_Candidate_DataType complex type.

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

 <complexType name="Manage_Succession_Plan_Event_Candidate_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Succession_Readiness_Reference" type="{urn:com.workday/bsvc}Succession_ReadinessObjectType"/>
         <element name="Top_Candidate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeObjectType employeeReference
protected String notes
protected SuccessionReadinessObjectType successionReadinessReference
protected Boolean topCandidate
Public Constructors
ManageSuccessionPlanEventCandidateDataType()
Public Methods
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
String getNotes()
Gets the value of the notes property.
SuccessionReadinessObjectType getSuccessionReadinessReference()
Gets the value of the successionReadinessReference property.
Boolean getTopCandidate()
Gets the value of the topCandidate property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setNotes(String value)
Sets the value of the notes property.
void setSuccessionReadinessReference(SuccessionReadinessObjectType value)
Sets the value of the successionReadinessReference property.
void setTopCandidate(Boolean value)
Sets the value of the topCandidate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeObjectType employeeReference

protected String notes

protected SuccessionReadinessObjectType successionReadinessReference

protected Boolean topCandidate

Public Constructors

public ManageSuccessionPlanEventCandidateDataType ()

Public Methods

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public SuccessionReadinessObjectType getSuccessionReadinessReference ()

Gets the value of the successionReadinessReference property.

Returns

public Boolean getTopCandidate ()

Gets the value of the topCandidate property. This getter has been renamed from isTopCandidate() to getTopCandidate() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setSuccessionReadinessReference (SuccessionReadinessObjectType value)

Sets the value of the successionReadinessReference property.

Parameters
value Allowed object is SuccessionReadinessObjectType

public void setTopCandidate (Boolean value)

Sets the value of the topCandidate property.

Parameters
value Allowed object is Boolean