public class

SuccessionPoolType

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

Class Overview

Contain response to describe Succession Pool definition and its membership.

Java class for Succession_PoolType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<SuccessionPoolDataType> successionPoolData
protected SuccessionPoolObjectType successionPoolReference
Public Constructors
SuccessionPoolType()
Public Methods
List<SuccessionPoolDataType> getSuccessionPoolData()
Gets the value of the successionPoolData property.
SuccessionPoolObjectType getSuccessionPoolReference()
Gets the value of the successionPoolReference property.
void setSuccessionPoolData(List<SuccessionPoolDataType> successionPoolData)
Sets the value of the successionPoolData property.
void setSuccessionPoolReference(SuccessionPoolObjectType value)
Sets the value of the successionPoolReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<SuccessionPoolDataType> successionPoolData

protected SuccessionPoolObjectType successionPoolReference

Public Constructors

public SuccessionPoolType ()

Public Methods

public List<SuccessionPoolDataType> getSuccessionPoolData ()

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

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

    getSuccessionPoolData().add(newItem);
 

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

public SuccessionPoolObjectType getSuccessionPoolReference ()

Gets the value of the successionPoolReference property.

Returns

public void setSuccessionPoolData (List<SuccessionPoolDataType> successionPoolData)

Sets the value of the successionPoolData property.

Parameters
successionPoolData Allowed object is SuccessionPoolDataType

public void setSuccessionPoolReference (SuccessionPoolObjectType value)

Sets the value of the successionPoolReference property.

Parameters
value Allowed object is SuccessionPoolObjectType