| java.lang.Object | |
| ↳ | com.workday.hr.SuccessionPlanCandidateDataType |
Contains information about the succession plan candidacy for the employee.
Java class for Succession_Plan_Candidate_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Succession_Plan_Candidate_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Element_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Succession_Readiness_Reference" type="{urn:com.workday/bsvc}Succession_ReadinessObjectType" minOccurs="0"/>
<element name="Top_Candidate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Last_Updated" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lastUpdated | |||||||||||
| notes | |||||||||||
| positionElementReference | |||||||||||
| successionReadinessReference | |||||||||||
| topCandidate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the lastUpdated property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the positionElementReference property.
| |||||||||||
Gets the value of the successionReadinessReference property.
| |||||||||||
Gets the value of the topCandidate property.
| |||||||||||
Sets the value of the lastUpdated property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the positionElementReference property.
| |||||||||||
Sets the value of the successionReadinessReference property.
| |||||||||||
Sets the value of the topCandidate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the lastUpdated property.
Gets the value of the notes property.
Gets the value of the positionElementReference property.
PositionElementObjectType
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.
Sets the value of the lastUpdated property.
| value | Allowed object is String |
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the positionElementReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the successionReadinessReference property.
| value | Allowed object is
SuccessionReadinessObjectType
|
|---|
Sets the value of the topCandidate property.
| value | Allowed object is Boolean |
|---|