public class

SelfEvaluationDetailDataType

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

Class Overview

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

Java class for Self_Evaluation_Detail_DataType complex type.

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

 <complexType name="Self_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
SelfEvaluationDetailDataType()
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 SelfEvaluationDetailDataType ()

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