| java.lang.Object | |
| ↳ | com.workday.performancemanagement.UpdateEmployeeReviewRatingResponseType |
Responds with the information for the employee review that was updated.
Java class for Update_Employee_Review_Rating_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Update_Employee_Review_Rating_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" minOccurs="0"/>
<element name="Review_Type_Reference" type="{urn:com.workday/bsvc}Review_TypeObjectType" minOccurs="0"/>
<element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Rating_Reference" type="{urn:com.workday/bsvc}Review_RatingObjectType" minOccurs="0"/>
<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="Comment" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| employeeReference | |||||||||||
| overallRatingOverride | |||||||||||
| periodEndDate | |||||||||||
| periodStartDate | |||||||||||
| ratingReference | |||||||||||
| reviewTypeReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the overallRatingOverride property.
| |||||||||||
Gets the value of the periodEndDate property.
| |||||||||||
Gets the value of the periodStartDate property.
| |||||||||||
Gets the value of the ratingReference property.
| |||||||||||
Gets the value of the reviewTypeReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the overallRatingOverride property.
| |||||||||||
Sets the value of the periodEndDate property.
| |||||||||||
Sets the value of the periodStartDate property.
| |||||||||||
Sets the value of the ratingReference property.
| |||||||||||
Sets the value of the reviewTypeReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comment property.
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the overallRatingOverride property.
Gets the value of the periodEndDate property.
Gets the value of the periodStartDate property.
Gets the value of the ratingReference property.
ReviewRatingObjectType
Gets the value of the reviewTypeReference property.
ReviewTypeObjectType
Gets the value of the version property.
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the overallRatingOverride property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the periodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the ratingReference property.
| value | Allowed object is
ReviewRatingObjectType
|
|---|
Sets the value of the reviewTypeReference property.
| value | Allowed object is
ReviewTypeObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|