public class

OverallEvaluationDetailDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.OverallEvaluationDetailDataType

Class Overview

The overall section evaluation information (rating, comments) for the evaluator.

Java class for Overall_Evaluation_Detail_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String comment
protected ReviewRatingObjectType ratingReference
Public Constructors
OverallEvaluationDetailDataType()
Public Methods
String getComment()
Gets the value of the comment property.
ReviewRatingObjectType getRatingReference()
Gets the value of the ratingReference property.
void setComment(String value)
Sets the value of the comment property.
void setRatingReference(ReviewRatingObjectType value)
Sets the value of the ratingReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String comment

protected ReviewRatingObjectType ratingReference

Public Constructors

public OverallEvaluationDetailDataType ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public ReviewRatingObjectType getRatingReference ()

Gets the value of the ratingReference property.

Returns

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setRatingReference (ReviewRatingObjectType value)

Sets the value of the ratingReference property.

Parameters
value Allowed object is ReviewRatingObjectType