| java.lang.Object | |
| ↳ | com.workday.performancemanagement.OverallEvaluationSectionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| overallRatingOverride | |||||||||||
| ratingReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the overallRatingOverride property.
| |||||||||||
Gets the value of the ratingReference property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the overallRatingOverride property.
| |||||||||||
Sets the value of the ratingReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comment property.
Gets the value of the overallRatingOverride property.
Gets the value of the ratingReference property.
ReviewRatingObjectType
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the overallRatingOverride property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the ratingReference property.
| value | Allowed object is
ReviewRatingObjectType
|
|---|