public class

OverallEvaluationSectionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.performancemanagement.OverallEvaluationSectionDataType

Class Overview

The overall section evaluation information (rating, comments) from the manager.

Java class for Overall_Evaluation_Section_DataType complex type.

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

 <complexType name="Overall_Evaluation_Section_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Overall_Rating_Override" minOccurs="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                 <totalDigits value="14"/>
                 <minInclusive value="0"/>
                 <fractionDigits value="2"/>
               </restriction>
             </simpleType>
           </element>
           <element name="Rating_Reference" type="{urn:com.workday/bsvc}Review_RatingObjectType" minOccurs="0"/>
         </choice>
         <element name="Comment" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String comment
protected BigDecimal overallRatingOverride
protected ReviewRatingObjectType ratingReference
Public Constructors
OverallEvaluationSectionDataType()
Public Methods
String getComment()
Gets the value of the comment property.
BigDecimal getOverallRatingOverride()
Gets the value of the overallRatingOverride property.
ReviewRatingObjectType getRatingReference()
Gets the value of the ratingReference property.
void setComment(String value)
Sets the value of the comment property.
void setOverallRatingOverride(BigDecimal value)
Sets the value of the overallRatingOverride 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 BigDecimal overallRatingOverride

protected ReviewRatingObjectType ratingReference

Public Constructors

public OverallEvaluationSectionDataType ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public BigDecimal getOverallRatingOverride ()

Gets the value of the overallRatingOverride property.

Returns
  • possible object is BigDecimal

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 setOverallRatingOverride (BigDecimal value)

Sets the value of the overallRatingOverride property.

Parameters
value Allowed object is BigDecimal

public void setRatingReference (ReviewRatingObjectType value)

Sets the value of the ratingReference property.

Parameters
value Allowed object is ReviewRatingObjectType