| java.lang.Object | |
| ↳ | com.workday.talent.ManageSuccessionPlanEventCandidateDataType |
Encapsulating element containing candidate data for a Succession Plan.
Java class for Manage_Succession_Plan_Event_Candidate_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Manage_Succession_Plan_Event_Candidate_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Succession_Readiness_Reference" type="{urn:com.workday/bsvc}Succession_ReadinessObjectType"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| notes | |||||||||||
| successionReadinessReference | |||||||||||
| topCandidate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the successionReadinessReference property.
| |||||||||||
Gets the value of the topCandidate property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the notes 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 employeeReference property.
EmployeeObjectType
Gets the value of the notes property.
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 employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the successionReadinessReference property.
| value | Allowed object is
SuccessionReadinessObjectType
|
|---|
Sets the value of the topCandidate property.
| value | Allowed object is Boolean |
|---|