public class

SuccessionProfileDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.SuccessionProfileDataType

Class Overview

Contains information about all the succession plans that this employee is on.

Java class for Succession_Profile_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<SuccessionPlanCandidateDataType> candidateData
Public Constructors
SuccessionProfileDataType()
Public Methods
List<SuccessionPlanCandidateDataType> getCandidateData()
Gets the value of the candidateData property.
void setCandidateData(List<SuccessionPlanCandidateDataType> candidateData)
Sets the value of the candidateData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<SuccessionPlanCandidateDataType> candidateData

Public Constructors

public SuccessionProfileDataType ()

Public Methods

public List<SuccessionPlanCandidateDataType> 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 SuccessionPlanCandidateDataType

public void setCandidateData (List<SuccessionPlanCandidateDataType> candidateData)

Sets the value of the candidateData property.

Parameters
candidateData Allowed object is SuccessionPlanCandidateDataType