public class

PerformanceReviewDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PerformanceReviewDataType

Class Overview

Contains the latest completed performance review for the employee.

Java class for Performance_Review_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Performance_Review_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Performance_Review_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Review_Data" type="{urn:com.workday/bsvc}Employee_Review_Details_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected UniqueIdentifierObjectType performanceReviewReference
protected EmployeeReviewDetailsDataType reviewData
Public Constructors
PerformanceReviewDataType()
Public Methods
UniqueIdentifierObjectType getPerformanceReviewReference()
Gets the value of the performanceReviewReference property.
EmployeeReviewDetailsDataType getReviewData()
Gets the value of the reviewData property.
void setPerformanceReviewReference(UniqueIdentifierObjectType value)
Sets the value of the performanceReviewReference property.
void setReviewData(EmployeeReviewDetailsDataType value)
Sets the value of the reviewData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UniqueIdentifierObjectType performanceReviewReference

protected EmployeeReviewDetailsDataType reviewData

Public Constructors

public PerformanceReviewDataType ()

Public Methods

public UniqueIdentifierObjectType getPerformanceReviewReference ()

Gets the value of the performanceReviewReference property.

Returns

public EmployeeReviewDetailsDataType getReviewData ()

Gets the value of the reviewData property.

Returns

public void setPerformanceReviewReference (UniqueIdentifierObjectType value)

Sets the value of the performanceReviewReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setReviewData (EmployeeReviewDetailsDataType value)

Sets the value of the reviewData property.

Parameters
value Allowed object is EmployeeReviewDetailsDataType