public class

EmployeeReviewDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.EmployeeReviewDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected DevelopmentPlanDataType developmentPlanData
protected DisciplinaryActionDataType disciplinaryActionData
protected PerformanceImprovementPlanDataType performanceImprovementPlanData
protected PerformanceReviewDataType performanceReviewData
Public Constructors
EmployeeReviewDataType()
Public Methods
DevelopmentPlanDataType getDevelopmentPlanData()
Gets the value of the developmentPlanData property.
DisciplinaryActionDataType getDisciplinaryActionData()
Gets the value of the disciplinaryActionData property.
PerformanceImprovementPlanDataType getPerformanceImprovementPlanData()
Gets the value of the performanceImprovementPlanData property.
PerformanceReviewDataType getPerformanceReviewData()
Gets the value of the performanceReviewData property.
void setDevelopmentPlanData(DevelopmentPlanDataType value)
Sets the value of the developmentPlanData property.
void setDisciplinaryActionData(DisciplinaryActionDataType value)
Sets the value of the disciplinaryActionData property.
void setPerformanceImprovementPlanData(PerformanceImprovementPlanDataType value)
Sets the value of the performanceImprovementPlanData property.
void setPerformanceReviewData(PerformanceReviewDataType value)
Sets the value of the performanceReviewData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DevelopmentPlanDataType developmentPlanData

protected DisciplinaryActionDataType disciplinaryActionData

protected PerformanceImprovementPlanDataType performanceImprovementPlanData

protected PerformanceReviewDataType performanceReviewData

Public Constructors

public EmployeeReviewDataType ()

Public Methods

public DevelopmentPlanDataType getDevelopmentPlanData ()

Gets the value of the developmentPlanData property.

Returns

public DisciplinaryActionDataType getDisciplinaryActionData ()

Gets the value of the disciplinaryActionData property.

Returns

public PerformanceImprovementPlanDataType getPerformanceImprovementPlanData ()

Gets the value of the performanceImprovementPlanData property.

Returns

public PerformanceReviewDataType getPerformanceReviewData ()

Gets the value of the performanceReviewData property.

Returns

public void setDevelopmentPlanData (DevelopmentPlanDataType value)

Sets the value of the developmentPlanData property.

Parameters
value Allowed object is DevelopmentPlanDataType

public void setDisciplinaryActionData (DisciplinaryActionDataType value)

Sets the value of the disciplinaryActionData property.

Parameters
value Allowed object is DisciplinaryActionDataType

public void setPerformanceImprovementPlanData (PerformanceImprovementPlanDataType value)

Sets the value of the performanceImprovementPlanData property.

Parameters
value Allowed object is PerformanceImprovementPlanDataType

public void setPerformanceReviewData (PerformanceReviewDataType value)

Sets the value of the performanceReviewData property.

Parameters
value Allowed object is PerformanceReviewDataType