| java.lang.Object | |
| ↳ | com.workday.hr.OverallEvaluationDetailDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| ratingReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the ratingReference property.
| |||||||||||
Sets the value of the comment 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 ratingReference property.
ReviewRatingObjectType
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the ratingReference property.
| value | Allowed object is
ReviewRatingObjectType
|
|---|

