public class

FeedbackResponseType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.FeedbackResponseType

Class Overview

Element for Feedback Comments and Questions. There can be multiple questions per request, thus multiple comments per feedback given.

Java class for Feedback_ResponseType complex type.

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

 <complexType name="Feedback_ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Feedback_Question" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
         <element name="Feedback_Comment" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String feedbackComment
protected String feedbackQuestion
Public Constructors
FeedbackResponseType()
Public Methods
String getFeedbackComment()
Gets the value of the feedbackComment property.
String getFeedbackQuestion()
Gets the value of the feedbackQuestion property.
void setFeedbackComment(String value)
Sets the value of the feedbackComment property.
void setFeedbackQuestion(String value)
Sets the value of the feedbackQuestion property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String feedbackComment

protected String feedbackQuestion

Public Constructors

public FeedbackResponseType ()

Public Methods

public String getFeedbackComment ()

Gets the value of the feedbackComment property.

Returns
  • possible object is String

public String getFeedbackQuestion ()

Gets the value of the feedbackQuestion property.

Returns
  • possible object is String

public void setFeedbackComment (String value)

Sets the value of the feedbackComment property.

Parameters
value Allowed object is String

public void setFeedbackQuestion (String value)

Sets the value of the feedbackQuestion property.

Parameters
value Allowed object is String