| java.lang.Object | |
| ↳ | com.workday.talent.SuccessionPoolCandidateType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| successionPoolCandidateData | |||||||||||
| successionPoolCandidateReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the successionPoolCandidateData property.
| |||||||||||
Gets the value of the successionPoolCandidateReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the successionPoolCandidateData property.
| |||||||||||
Sets the value of the successionPoolCandidateReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the successionPoolCandidateData property.
SuccessionPoolCandidateDataType
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
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the successionPoolCandidateData property.
| value | Allowed object is
SuccessionPoolCandidateDataType
|
|---|
Sets the value of the successionPoolCandidateReference property.
| successionPoolCandidateReference | Allowed object is
SuccessionPoolCandidateObjectType
|
|---|