public class

ManageSuccessionPlanBusinessProcessDataType

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

Class Overview

Encapsulating Element for managing a Succession Plan.

Java class for Manage_Succession_Plan_Business_Process_DataType complex type.

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

 <complexType name="Manage_Succession_Plan_Business_Process_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position_Element_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType"/>
         <element name="Consider_External_Candidate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Candidate_Data" type="{urn:com.workday/bsvc}Manage_Succession_Plan_Event_Candidate_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<ManageSuccessionPlanEventCandidateDataType> candidateData
protected Boolean considerExternalCandidate
protected PositionElementObjectType positionElementReference
Public Constructors
ManageSuccessionPlanBusinessProcessDataType()
Public Methods
List<ManageSuccessionPlanEventCandidateDataType> getCandidateData()
Gets the value of the candidateData property.
Boolean getConsiderExternalCandidate()
Gets the value of the considerExternalCandidate property.
PositionElementObjectType getPositionElementReference()
Gets the value of the positionElementReference property.
void setCandidateData(List<ManageSuccessionPlanEventCandidateDataType> candidateData)
Sets the value of the candidateData property.
void setConsiderExternalCandidate(Boolean value)
Sets the value of the considerExternalCandidate property.
void setPositionElementReference(PositionElementObjectType value)
Sets the value of the positionElementReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<ManageSuccessionPlanEventCandidateDataType> candidateData

protected Boolean considerExternalCandidate

protected PositionElementObjectType positionElementReference

Public Constructors

public ManageSuccessionPlanBusinessProcessDataType ()

Public Methods

public List<ManageSuccessionPlanEventCandidateDataType> getCandidateData ()

Gets the value of the candidateData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the candidateData property.

For example, to add a new item, do as follows:

    getCandidateData().add(newItem);
 

Objects of the following type(s) are allowed in the list ManageSuccessionPlanEventCandidateDataType

public Boolean getConsiderExternalCandidate ()

Gets the value of the considerExternalCandidate property. This getter has been renamed from isConsiderExternalCandidate() to getConsiderExternalCandidate() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PositionElementObjectType getPositionElementReference ()

Gets the value of the positionElementReference property.

Returns

public void setCandidateData (List<ManageSuccessionPlanEventCandidateDataType> candidateData)

Sets the value of the candidateData property.

Parameters
candidateData Allowed object is ManageSuccessionPlanEventCandidateDataType

public void setConsiderExternalCandidate (Boolean value)

Sets the value of the considerExternalCandidate property.

Parameters
value Allowed object is Boolean

public void setPositionElementReference (PositionElementObjectType value)

Sets the value of the positionElementReference property.

Parameters
value Allowed object is PositionElementObjectType