public class

ManagerEvaluationDetailDataType

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

Class Overview

Contains the evaluation information that was filled out by the manager.

Java class for Manager_Evaluation_Detail_DataType complex type.

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

 <complexType name="Manager_Evaluation_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Overall_Data" type="{urn:com.workday/bsvc}Overall_Evaluation_Detail_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected OverallEvaluationDetailDataType overallData
Public Constructors
ManagerEvaluationDetailDataType()
Public Methods
OverallEvaluationDetailDataType getOverallData()
Gets the value of the overallData property.
void setOverallData(OverallEvaluationDetailDataType value)
Sets the value of the overallData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected OverallEvaluationDetailDataType overallData

Public Constructors

public ManagerEvaluationDetailDataType ()

Public Methods

public OverallEvaluationDetailDataType getOverallData ()

Gets the value of the overallData property.

Returns

public void setOverallData (OverallEvaluationDetailDataType value)

Sets the value of the overallData property.

Parameters
value Allowed object is OverallEvaluationDetailDataType