public class

SuccessionPoolCandidateDataType

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

Class Overview

Encapsulating element containing candidate data for a Succession Plan.

Java class for Succession_Pool_Candidate_DataType complex type.

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

 <complexType name="Succession_Pool_Candidate_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Top_Candidate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="XMLNAME__Worker__Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Succession_Readiness_Reference" type="{urn:com.workday/bsvc}Succession_ReadinessObjectType" minOccurs="0"/>
         <element name="Succession_Pool_Candidate_Notes" type="{urn:com.workday/bsvc}Succession_Pool_Candidate_Note_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String id
protected List<SuccessionPoolCandidateNoteDataType> successionPoolCandidateNotes
protected SuccessionReadinessObjectType successionReadinessReference
protected Boolean topCandidate
protected WorkerObjectType xmlnameWorkerReference
Public Constructors
SuccessionPoolCandidateDataType()
Public Methods
String getID()
Gets the value of the id property.
List<SuccessionPoolCandidateNoteDataType> getSuccessionPoolCandidateNotes()
Gets the value of the successionPoolCandidateNotes property.
SuccessionReadinessObjectType getSuccessionReadinessReference()
Gets the value of the successionReadinessReference property.
Boolean getTopCandidate()
Gets the value of the topCandidate property.
WorkerObjectType getXMLNAMEWorkerReference()
Gets the value of the xmlnameWorkerReference property.
void setID(String value)
Sets the value of the id property.
void setSuccessionPoolCandidateNotes(List<SuccessionPoolCandidateNoteDataType> successionPoolCandidateNotes)
Sets the value of the successionPoolCandidateNotes property.
void setSuccessionReadinessReference(SuccessionReadinessObjectType value)
Sets the value of the successionReadinessReference property.
void setTopCandidate(Boolean value)
Sets the value of the topCandidate property.
void setXMLNAMEWorkerReference(WorkerObjectType value)
Sets the value of the xmlnameWorkerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String id

protected List<SuccessionPoolCandidateNoteDataType> successionPoolCandidateNotes

protected SuccessionReadinessObjectType successionReadinessReference

protected Boolean topCandidate

protected WorkerObjectType xmlnameWorkerReference

Public Constructors

public SuccessionPoolCandidateDataType ()

Public Methods

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public List<SuccessionPoolCandidateNoteDataType> getSuccessionPoolCandidateNotes ()

Gets the value of the successionPoolCandidateNotes 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 successionPoolCandidateNotes property.

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

    getSuccessionPoolCandidateNotes().add(newItem);
 

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

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 WorkerObjectType getXMLNAMEWorkerReference ()

Gets the value of the xmlnameWorkerReference property.

Returns

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setSuccessionPoolCandidateNotes (List<SuccessionPoolCandidateNoteDataType> successionPoolCandidateNotes)

Sets the value of the successionPoolCandidateNotes property.

Parameters
successionPoolCandidateNotes Allowed object is SuccessionPoolCandidateNoteDataType

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

public void setXMLNAMEWorkerReference (WorkerObjectType value)

Sets the value of the xmlnameWorkerReference property.

Parameters
value Allowed object is WorkerObjectType