public class

SuccessionPoolCandidateType

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

Class Overview

Holds Element to contain information for Succession Pool Membership

Java class for Succession_Pool_CandidateType complex type.

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

 <complexType name="Succession_Pool_CandidateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Succession_Pool_Candidate_Reference" type="{urn:com.workday/bsvc}Succession_Pool_CandidateObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Succession_Pool_Candidate_Data" type="{urn:com.workday/bsvc}Succession_Pool_Candidate_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected SuccessionPoolCandidateDataType successionPoolCandidateData
protected List<SuccessionPoolCandidateObjectType> successionPoolCandidateReference
Public Constructors
SuccessionPoolCandidateType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
SuccessionPoolCandidateDataType getSuccessionPoolCandidateData()
Gets the value of the successionPoolCandidateData property.
List<SuccessionPoolCandidateObjectType> getSuccessionPoolCandidateReference()
Gets the value of the successionPoolCandidateReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setSuccessionPoolCandidateData(SuccessionPoolCandidateDataType value)
Sets the value of the successionPoolCandidateData property.
void setSuccessionPoolCandidateReference(List<SuccessionPoolCandidateObjectType> successionPoolCandidateReference)
Sets the value of the successionPoolCandidateReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected SuccessionPoolCandidateDataType successionPoolCandidateData

protected List<SuccessionPoolCandidateObjectType> successionPoolCandidateReference

Public Constructors

public SuccessionPoolCandidateType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public SuccessionPoolCandidateDataType getSuccessionPoolCandidateData ()

Gets the value of the successionPoolCandidateData property.

Returns

public List<SuccessionPoolCandidateObjectType> getSuccessionPoolCandidateReference ()

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

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

    getSuccessionPoolCandidateReference().add(newItem);
 

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

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setSuccessionPoolCandidateData (SuccessionPoolCandidateDataType value)

Sets the value of the successionPoolCandidateData property.

Parameters
value Allowed object is SuccessionPoolCandidateDataType

public void setSuccessionPoolCandidateReference (List<SuccessionPoolCandidateObjectType> successionPoolCandidateReference)

Sets the value of the successionPoolCandidateReference property.

Parameters
successionPoolCandidateReference Allowed object is SuccessionPoolCandidateObjectType