| java.lang.Object | |
| ↳ | workday.com.bsvc.EmployeeReviewDetailsDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| managerEvaluationData | |||||||||||
| managerReference | |||||||||||
| periodEndDate | |||||||||||
| periodStartDate | |||||||||||
| reviewInitiatedDate | |||||||||||
| reviewTemplateReference | |||||||||||
| reviewTypeReference | |||||||||||
| selfEvaluationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the managerEvaluationData property.
| |||||||||||
Gets the value of the managerReference property.
| |||||||||||
Gets the value of the periodEndDate property.
| |||||||||||
Gets the value of the periodStartDate property.
| |||||||||||
Gets the value of the reviewInitiatedDate property.
| |||||||||||
Gets the value of the reviewTemplateReference property.
| |||||||||||
Gets the value of the reviewTypeReference property.
| |||||||||||
Gets the value of the selfEvaluationData property.
| |||||||||||
Sets the value of the managerEvaluationData property.
| |||||||||||
Sets the value of the managerReference property.
| |||||||||||
Sets the value of the periodEndDate property.
| |||||||||||
Sets the value of the periodStartDate property.
| |||||||||||
Sets the value of the reviewInitiatedDate property.
| |||||||||||
Sets the value of the reviewTemplateReference property.
| |||||||||||
Sets the value of the reviewTypeReference property.
| |||||||||||
Sets the value of the selfEvaluationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the managerEvaluationData property.
ManagerEvaluationDetailDataType
Gets the value of the managerReference property.
WorkerObjectType
Gets the value of the periodEndDate property.
Gets the value of the periodStartDate property.
Gets the value of the reviewInitiatedDate property.
Gets the value of the reviewTemplateReference property.
EmployeeReviewTemplateObjectType
Gets the value of the reviewTypeReference property.
ReviewTypeObjectType
Gets the value of the selfEvaluationData property.
SelfEvaluationDetailDataType
Sets the value of the managerEvaluationData property.
| value | Allowed object is
ManagerEvaluationDetailDataType
|
|---|
Sets the value of the managerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the periodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the reviewInitiatedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the reviewTemplateReference property.
| value | Allowed object is
EmployeeReviewTemplateObjectType
|
|---|
Sets the value of the reviewTypeReference property.
| value | Allowed object is
ReviewTypeObjectType
|
|---|
Sets the value of the selfEvaluationData property.
| value | Allowed object is
SelfEvaluationDetailDataType
|
|---|