| java.lang.Object | |
| ↳ | com.workday.talent.ManageSuccessionPlanBusinessProcessDataType |
Encapsulating Element for managing a Succession Plan.
Java class for Manage_Succession_Plan_Business_Process_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Manage_Succession_Plan_Business_Process_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Element_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType"/>
<element name="Consider_External_Candidate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Candidate_Data" type="{urn:com.workday/bsvc}Manage_Succession_Plan_Event_Candidate_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| candidateData | |||||||||||
| considerExternalCandidate | |||||||||||
| positionElementReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the candidateData property.
| |||||||||||
Gets the value of the considerExternalCandidate property.
| |||||||||||
Gets the value of the positionElementReference property.
| |||||||||||
Sets the value of the candidateData property.
| |||||||||||
Sets the value of the considerExternalCandidate property.
| |||||||||||
Sets the value of the positionElementReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the candidateData 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 candidateData property.
For example, to add a new item, do as follows:
getCandidateData().add(newItem);
Objects of the following type(s) are allowed in the list
ManageSuccessionPlanEventCandidateDataType
Gets the value of the considerExternalCandidate property. This getter has been renamed from isConsiderExternalCandidate() to getConsiderExternalCandidate() by cxf-xjc-boolean plugin.
Gets the value of the positionElementReference property.
PositionElementObjectType
Sets the value of the candidateData property.
| candidateData | Allowed object is
ManageSuccessionPlanEventCandidateDataType
|
|---|
Sets the value of the considerExternalCandidate property.
| value | Allowed object is Boolean |
|---|
Sets the value of the positionElementReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|