public class

ManagerEvaluationDetailDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.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

Constants
long serialVersionUID
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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