| java.lang.Object | |
| ↳ | workday.com.bsvc.FeedbackReceivedType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| date | |||||||||||
| feedbackType | |||||||||||
| from | |||||||||||
| questionAsked | |||||||||||
| requestedByWorkerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the feedbackType property.
| |||||||||||
Gets the value of the from property.
| |||||||||||
Gets the value of the questionAsked property.
| |||||||||||
Gets the value of the requestedByWorkerReference property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the feedbackType property.
| |||||||||||
Sets the value of the from property.
| |||||||||||
Sets the value of the questionAsked property.
| |||||||||||
Sets the value of the requestedByWorkerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the comment property.
Gets the value of the date property.
Gets the value of the feedbackType property.
Gets the value of the from property.
Gets the value of the questionAsked property.
Gets the value of the requestedByWorkerReference property.
WorkerObjectType
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the date property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the feedbackType property.
| value | Allowed object is String |
|---|
Sets the value of the from property.
| value | Allowed object is String |
|---|
Sets the value of the questionAsked property.
| value | Allowed object is String |
|---|
Sets the value of the requestedByWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

