public class

UpdateEmployeeReviewRatingResponseType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String comment
protected EmployeeObjectType employeeReference
protected BigDecimal overallRatingOverride
protected XMLGregorianCalendar periodEndDate
protected XMLGregorianCalendar periodStartDate
protected ReviewRatingObjectType ratingReference
protected ReviewTypeObjectType reviewTypeReference
protected String version
Public Constructors
UpdateEmployeeReviewRatingResponseType()
Public Methods
String getComment()
Gets the value of the comment property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
BigDecimal getOverallRatingOverride()
Gets the value of the overallRatingOverride property.
XMLGregorianCalendar getPeriodEndDate()
Gets the value of the periodEndDate property.
XMLGregorianCalendar getPeriodStartDate()
Gets the value of the periodStartDate property.
ReviewRatingObjectType getRatingReference()
Gets the value of the ratingReference property.
ReviewTypeObjectType getReviewTypeReference()
Gets the value of the reviewTypeReference property.
String getVersion()
Gets the value of the version property.
void setComment(String value)
Sets the value of the comment property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setOverallRatingOverride(BigDecimal value)
Sets the value of the overallRatingOverride property.
void setPeriodEndDate(XMLGregorianCalendar value)
Sets the value of the periodEndDate property.
void setPeriodStartDate(XMLGregorianCalendar value)
Sets the value of the periodStartDate property.
void setRatingReference(ReviewRatingObjectType value)
Sets the value of the ratingReference property.
void setReviewTypeReference(ReviewTypeObjectType value)
Sets the value of the reviewTypeReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String comment

protected EmployeeObjectType employeeReference

protected BigDecimal overallRatingOverride

protected XMLGregorianCalendar periodEndDate

protected XMLGregorianCalendar periodStartDate

protected ReviewRatingObjectType ratingReference

protected ReviewTypeObjectType reviewTypeReference

protected String version

Public Constructors

public UpdateEmployeeReviewRatingResponseType ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public BigDecimal getOverallRatingOverride ()

Gets the value of the overallRatingOverride property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getPeriodEndDate ()

Gets the value of the periodEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getPeriodStartDate ()

Gets the value of the periodStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public ReviewRatingObjectType getRatingReference ()

Gets the value of the ratingReference property.

Returns

public ReviewTypeObjectType getReviewTypeReference ()

Gets the value of the reviewTypeReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setOverallRatingOverride (BigDecimal value)

Sets the value of the overallRatingOverride property.

Parameters
value Allowed object is BigDecimal

public void setPeriodEndDate (XMLGregorianCalendar value)

Sets the value of the periodEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPeriodStartDate (XMLGregorianCalendar value)

Sets the value of the periodStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRatingReference (ReviewRatingObjectType value)

Sets the value of the ratingReference property.

Parameters
value Allowed object is ReviewRatingObjectType

public void setReviewTypeReference (ReviewTypeObjectType value)

Sets the value of the reviewTypeReference property.

Parameters
value Allowed object is ReviewTypeObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String