public class

SuccessionPlanCandidateDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.SuccessionPlanCandidateDataType

Class Overview

Contains information about the succession plan candidacy for the employee.

Java class for Succession_Plan_Candidate_DataType complex type.

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

 <complexType name="Succession_Plan_Candidate_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position_Element_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Succession_Readiness_Reference" type="{urn:com.workday/bsvc}Succession_ReadinessObjectType" minOccurs="0"/>
         <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"/>
         <element name="Last_Updated" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String lastUpdated
protected String notes
protected PositionElementObjectType positionElementReference
protected SuccessionReadinessObjectType successionReadinessReference
protected Boolean topCandidate
Public Constructors
SuccessionPlanCandidateDataType()
Public Methods
String getLastUpdated()
Gets the value of the lastUpdated property.
String getNotes()
Gets the value of the notes property.
PositionElementObjectType getPositionElementReference()
Gets the value of the positionElementReference property.
SuccessionReadinessObjectType getSuccessionReadinessReference()
Gets the value of the successionReadinessReference property.
Boolean isTopCandidate()
Gets the value of the topCandidate property.
void setLastUpdated(String value)
Sets the value of the lastUpdated property.
void setNotes(String value)
Sets the value of the notes property.
void setPositionElementReference(PositionElementObjectType value)
Sets the value of the positionElementReference 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

Fields

protected String lastUpdated

protected String notes

protected PositionElementObjectType positionElementReference

protected SuccessionReadinessObjectType successionReadinessReference

protected Boolean topCandidate

Public Constructors

public SuccessionPlanCandidateDataType ()

Public Methods

public String getLastUpdated ()

Gets the value of the lastUpdated property.

Returns
  • possible object is String

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public PositionElementObjectType getPositionElementReference ()

Gets the value of the positionElementReference property.

Returns

public SuccessionReadinessObjectType getSuccessionReadinessReference ()

Gets the value of the successionReadinessReference property.

Returns

public Boolean isTopCandidate ()

Gets the value of the topCandidate property.

Returns
  • possible object is Boolean

public void setLastUpdated (String value)

Sets the value of the lastUpdated property.

Parameters
value Allowed object is String

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setPositionElementReference (PositionElementObjectType value)

Sets the value of the positionElementReference property.

Parameters
value Allowed object is PositionElementObjectType

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