public class

FeedbackReceivedType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.FeedbackReceivedType

Class Overview

Contains the informational components of a feedback (comment, date, question asked, sender, requester, and type).

Java class for Feedback_ReceivedType complex type.

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

 <complexType name="Feedback_ReceivedType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Comment" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
         <element name="From" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Question_Asked" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
         <element name="Requested_By_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Feedback_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String comment
protected XMLGregorianCalendar date
protected String feedbackType
protected String from
protected String questionAsked
protected WorkerObjectType requestedByWorkerReference
Public Constructors
FeedbackReceivedType()
Public Methods
String getComment()
Gets the value of the comment property.
XMLGregorianCalendar getDate()
Gets the value of the date property.
String getFeedbackType()
Gets the value of the feedbackType property.
String getFrom()
Gets the value of the from property.
String getQuestionAsked()
Gets the value of the questionAsked property.
WorkerObjectType getRequestedByWorkerReference()
Gets the value of the requestedByWorkerReference property.
void setComment(String value)
Sets the value of the comment property.
void setDate(XMLGregorianCalendar value)
Sets the value of the date property.
void setFeedbackType(String value)
Sets the value of the feedbackType property.
void setFrom(String value)
Sets the value of the from property.
void setQuestionAsked(String value)
Sets the value of the questionAsked property.
void setRequestedByWorkerReference(WorkerObjectType value)
Sets the value of the requestedByWorkerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String comment

protected XMLGregorianCalendar date

protected String feedbackType

protected String from

protected String questionAsked

protected WorkerObjectType requestedByWorkerReference

Public Constructors

public FeedbackReceivedType ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public XMLGregorianCalendar getDate ()

Gets the value of the date property.

Returns
  • possible object is XMLGregorianCalendar

public String getFeedbackType ()

Gets the value of the feedbackType property.

Returns
  • possible object is String

public String getFrom ()

Gets the value of the from property.

Returns
  • possible object is String

public String getQuestionAsked ()

Gets the value of the questionAsked property.

Returns
  • possible object is String

public WorkerObjectType getRequestedByWorkerReference ()

Gets the value of the requestedByWorkerReference property.

Returns

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setDate (XMLGregorianCalendar value)

Sets the value of the date property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFeedbackType (String value)

Sets the value of the feedbackType property.

Parameters
value Allowed object is String

public void setFrom (String value)

Sets the value of the from property.

Parameters
value Allowed object is String

public void setQuestionAsked (String value)

Sets the value of the questionAsked property.

Parameters
value Allowed object is String

public void setRequestedByWorkerReference (WorkerObjectType value)

Sets the value of the requestedByWorkerReference property.

Parameters
value Allowed object is WorkerObjectType