| java.lang.Object | |
| ↳ | workday.com.bsvc.EmployeeReviewDataType |
Contains the latest completed performance review for the employee.
Java class for Employee_Review_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Review_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Performance_Review_Data" type="{urn:com.workday/bsvc}Performance_Review_DataType" minOccurs="0"/>
<element name="Performance_Improvement_Plan_Data" type="{urn:com.workday/bsvc}Performance_Improvement_Plan_DataType" minOccurs="0"/>
<element name="Development_Plan_Data" type="{urn:com.workday/bsvc}Development_Plan_DataType" minOccurs="0"/>
<element name="Disciplinary_Action_Data" type="{urn:com.workday/bsvc}Disciplinary_Action_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| developmentPlanData | |||||||||||
| disciplinaryActionData | |||||||||||
| performanceImprovementPlanData | |||||||||||
| performanceReviewData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the developmentPlanData property.
| |||||||||||
Gets the value of the disciplinaryActionData property.
| |||||||||||
Gets the value of the performanceImprovementPlanData property.
| |||||||||||
Gets the value of the performanceReviewData property.
| |||||||||||
Sets the value of the developmentPlanData property.
| |||||||||||
Sets the value of the disciplinaryActionData property.
| |||||||||||
Sets the value of the performanceImprovementPlanData property.
| |||||||||||
Sets the value of the performanceReviewData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the developmentPlanData property.
DevelopmentPlanDataType
Gets the value of the disciplinaryActionData property.
DisciplinaryActionDataType
Gets the value of the performanceImprovementPlanData property.
PerformanceImprovementPlanDataType
Gets the value of the performanceReviewData property.
PerformanceReviewDataType
Sets the value of the developmentPlanData property.
| value | Allowed object is
DevelopmentPlanDataType
|
|---|
Sets the value of the disciplinaryActionData property.
| value | Allowed object is
DisciplinaryActionDataType
|
|---|
Sets the value of the performanceImprovementPlanData property.
| value | Allowed object is
PerformanceImprovementPlanDataType
|
|---|
Sets the value of the performanceReviewData property.
| value | Allowed object is
PerformanceReviewDataType
|
|---|

