public class

EmployeeReviewDetailsDataType

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

Class Overview

Contains the information about the review for the employee.

Java class for Employee_Review_Details_DataType complex type.

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

 <complexType name="Employee_Review_Details_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Manager_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Review_Type_Reference" type="{urn:com.workday/bsvc}Review_TypeObjectType" minOccurs="0"/>
         <element name="Review_Template_Reference" type="{urn:com.workday/bsvc}Employee_Review_TemplateObjectType" minOccurs="0"/>
         <element name="Review_Initiated_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Self_Evaluation_Data" type="{urn:com.workday/bsvc}Self_Evaluation_Detail_DataType" minOccurs="0"/>
         <element name="Manager_Evaluation_Data" type="{urn:com.workday/bsvc}Manager_Evaluation_Detail_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ManagerEvaluationDetailDataType managerEvaluationData
protected WorkerObjectType managerReference
protected XMLGregorianCalendar periodEndDate
protected XMLGregorianCalendar periodStartDate
protected XMLGregorianCalendar reviewInitiatedDate
protected EmployeeReviewTemplateObjectType reviewTemplateReference
protected ReviewTypeObjectType reviewTypeReference
protected SelfEvaluationDetailDataType selfEvaluationData
Public Constructors
EmployeeReviewDetailsDataType()
Public Methods
ManagerEvaluationDetailDataType getManagerEvaluationData()
Gets the value of the managerEvaluationData property.
WorkerObjectType getManagerReference()
Gets the value of the managerReference property.
XMLGregorianCalendar getPeriodEndDate()
Gets the value of the periodEndDate property.
XMLGregorianCalendar getPeriodStartDate()
Gets the value of the periodStartDate property.
XMLGregorianCalendar getReviewInitiatedDate()
Gets the value of the reviewInitiatedDate property.
EmployeeReviewTemplateObjectType getReviewTemplateReference()
Gets the value of the reviewTemplateReference property.
ReviewTypeObjectType getReviewTypeReference()
Gets the value of the reviewTypeReference property.
SelfEvaluationDetailDataType getSelfEvaluationData()
Gets the value of the selfEvaluationData property.
void setManagerEvaluationData(ManagerEvaluationDetailDataType value)
Sets the value of the managerEvaluationData property.
void setManagerReference(WorkerObjectType value)
Sets the value of the managerReference property.
void setPeriodEndDate(XMLGregorianCalendar value)
Sets the value of the periodEndDate property.
void setPeriodStartDate(XMLGregorianCalendar value)
Sets the value of the periodStartDate property.
void setReviewInitiatedDate(XMLGregorianCalendar value)
Sets the value of the reviewInitiatedDate property.
void setReviewTemplateReference(EmployeeReviewTemplateObjectType value)
Sets the value of the reviewTemplateReference property.
void setReviewTypeReference(ReviewTypeObjectType value)
Sets the value of the reviewTypeReference property.
void setSelfEvaluationData(SelfEvaluationDetailDataType value)
Sets the value of the selfEvaluationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ManagerEvaluationDetailDataType managerEvaluationData

protected WorkerObjectType managerReference

protected XMLGregorianCalendar periodEndDate

protected XMLGregorianCalendar periodStartDate

protected XMLGregorianCalendar reviewInitiatedDate

protected EmployeeReviewTemplateObjectType reviewTemplateReference

protected ReviewTypeObjectType reviewTypeReference

protected SelfEvaluationDetailDataType selfEvaluationData

Public Constructors

public EmployeeReviewDetailsDataType ()

Public Methods

public ManagerEvaluationDetailDataType getManagerEvaluationData ()

Gets the value of the managerEvaluationData property.

Returns

public WorkerObjectType getManagerReference ()

Gets the value of the managerReference property.

Returns

public XMLGregorianCalendar getPeriodEndDate ()

Gets the value of the periodEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getPeriodStartDate ()

Gets the value of the periodStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getReviewInitiatedDate ()

Gets the value of the reviewInitiatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public EmployeeReviewTemplateObjectType getReviewTemplateReference ()

Gets the value of the reviewTemplateReference property.

Returns

public ReviewTypeObjectType getReviewTypeReference ()

Gets the value of the reviewTypeReference property.

Returns

public SelfEvaluationDetailDataType getSelfEvaluationData ()

Gets the value of the selfEvaluationData property.

Returns

public void setManagerEvaluationData (ManagerEvaluationDetailDataType value)

Sets the value of the managerEvaluationData property.

Parameters
value Allowed object is ManagerEvaluationDetailDataType

public void setManagerReference (WorkerObjectType value)

Sets the value of the managerReference property.

Parameters
value Allowed object is WorkerObjectType

public void setPeriodEndDate (XMLGregorianCalendar value)

Sets the value of the periodEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPeriodStartDate (XMLGregorianCalendar value)

Sets the value of the periodStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setReviewInitiatedDate (XMLGregorianCalendar value)

Sets the value of the reviewInitiatedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setReviewTemplateReference (EmployeeReviewTemplateObjectType value)

Sets the value of the reviewTemplateReference property.

Parameters
value Allowed object is EmployeeReviewTemplateObjectType

public void setReviewTypeReference (ReviewTypeObjectType value)

Sets the value of the reviewTypeReference property.

Parameters
value Allowed object is ReviewTypeObjectType

public void setSelfEvaluationData (SelfEvaluationDetailDataType value)

Sets the value of the selfEvaluationData property.

Parameters
value Allowed object is SelfEvaluationDetailDataType