public class

SuccessionPoolDataType

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

Class Overview

Encapsulating Element for managing a Succession Plan.

Java class for Succession_Pool_DataType complex type.

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

 <complexType name="Succession_Pool_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="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" maxOccurs="unbounded"/>
         <element name="Succession_Pool_Candidate" type="{urn:com.workday/bsvc}Succession_Pool_CandidateType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Replace_All" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String description
protected String id
protected Boolean inactive
protected List<JobProfileObjectType> jobProfileReference
protected String name
protected Boolean replaceAll
protected List<SuccessionPoolCandidateType> successionPoolCandidate
Public Constructors
SuccessionPoolDataType()
Public Methods
String getDescription()
Gets the value of the description property.
String getID()
Gets the value of the id property.
Boolean getInactive()
Gets the value of the inactive property.
List<JobProfileObjectType> getJobProfileReference()
Gets the value of the jobProfileReference property.
String getName()
Gets the value of the name property.
Boolean getReplaceAll()
Gets the value of the replaceAll property.
List<SuccessionPoolCandidateType> getSuccessionPoolCandidate()
Gets the value of the successionPoolCandidate property.
void setDescription(String value)
Sets the value of the description property.
void setID(String value)
Sets the value of the id property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setJobProfileReference(List<JobProfileObjectType> jobProfileReference)
Sets the value of the jobProfileReference property.
void setName(String value)
Sets the value of the name property.
void setReplaceAll(Boolean value)
Sets the value of the replaceAll property.
void setSuccessionPoolCandidate(List<SuccessionPoolCandidateType> successionPoolCandidate)
Sets the value of the successionPoolCandidate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String description

protected String id

protected Boolean inactive

protected List<JobProfileObjectType> jobProfileReference

protected String name

protected Boolean replaceAll

protected List<SuccessionPoolCandidateType> successionPoolCandidate

Public Constructors

public SuccessionPoolDataType ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<JobProfileObjectType> getJobProfileReference ()

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

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

    getJobProfileReference().add(newItem);
 

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

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean getReplaceAll ()

Gets the value of the replaceAll property. This getter has been renamed from isReplaceAll() to getReplaceAll() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<SuccessionPoolCandidateType> getSuccessionPoolCandidate ()

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

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

    getSuccessionPoolCandidate().add(newItem);
 

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

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setJobProfileReference (List<JobProfileObjectType> jobProfileReference)

Sets the value of the jobProfileReference property.

Parameters
jobProfileReference Allowed object is JobProfileObjectType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setReplaceAll (Boolean value)

Sets the value of the replaceAll property.

Parameters
value Allowed object is Boolean

public void setSuccessionPoolCandidate (List<SuccessionPoolCandidateType> successionPoolCandidate)

Sets the value of the successionPoolCandidate property.

Parameters
successionPoolCandidate Allowed object is SuccessionPoolCandidateType