| java.lang.Object | |
| ↳ | com.workday.staffing.FeedbackResponseType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| feedbackComment | |||||||||||
| feedbackQuestion | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the feedbackComment property.
| |||||||||||
Gets the value of the feedbackQuestion property.
| |||||||||||
Sets the value of the feedbackComment property.
| |||||||||||
Sets the value of the feedbackQuestion property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the feedbackComment property.
Gets the value of the feedbackQuestion property.
Sets the value of the feedbackComment property.
| value | Allowed object is String |
|---|
Sets the value of the feedbackQuestion property.
| value | Allowed object is String |
|---|

