| java.lang.Object | |
| ↳ | com.workday.talent.SuccessionPoolCandidateDataType |
Encapsulating element containing candidate data for a Succession Plan.
Java class for Succession_Pool_Candidate_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Succession_Pool_Candidate_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="Top_Candidate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="XMLNAME__Worker__Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Succession_Readiness_Reference" type="{urn:com.workday/bsvc}Succession_ReadinessObjectType" minOccurs="0"/>
<element name="Succession_Pool_Candidate_Notes" type="{urn:com.workday/bsvc}Succession_Pool_Candidate_Note_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| successionPoolCandidateNotes | |||||||||||
| successionReadinessReference | |||||||||||
| topCandidate | |||||||||||
| xmlnameWorkerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the successionPoolCandidateNotes property.
| |||||||||||
Gets the value of the successionReadinessReference property.
| |||||||||||
Gets the value of the topCandidate property.
| |||||||||||
Gets the value of the xmlnameWorkerReference property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the successionPoolCandidateNotes property.
| |||||||||||
Sets the value of the successionReadinessReference property.
| |||||||||||
Sets the value of the topCandidate property.
| |||||||||||
Sets the value of the xmlnameWorkerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the id property.
Gets the value of the successionPoolCandidateNotes 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 successionPoolCandidateNotes property.
For example, to add a new item, do as follows:
getSuccessionPoolCandidateNotes().add(newItem);
Objects of the following type(s) are allowed in the list
SuccessionPoolCandidateNoteDataType
Gets the value of the successionReadinessReference property.
SuccessionReadinessObjectType
Gets the value of the topCandidate property. This getter has been renamed from isTopCandidate() to getTopCandidate() by cxf-xjc-boolean plugin.
Gets the value of the xmlnameWorkerReference property.
WorkerObjectType
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the successionPoolCandidateNotes property.
| successionPoolCandidateNotes | Allowed object is
SuccessionPoolCandidateNoteDataType
|
|---|
Sets the value of the successionReadinessReference property.
| value | Allowed object is
SuccessionReadinessObjectType
|
|---|
Sets the value of the topCandidate property.
| value | Allowed object is Boolean |
|---|
Sets the value of the xmlnameWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|