| java.lang.Object | |
| ↳ | com.workday.staffing.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="From" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
<element name="Feedback_Response_Data" type="{urn:com.workday/bsvc}Feedback_ResponseType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| date | |||||||||||
| feedbackResponseData | |||||||||||
| feedbackType | |||||||||||
| from | |||||||||||
| requestedByWorkerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the date property.
| |||||||||||
Gets the value of the feedbackResponseData property.
| |||||||||||
Gets the value of the feedbackType property.
| |||||||||||
Gets the value of the from property.
| |||||||||||
Gets the value of the requestedByWorkerReference property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the feedbackResponseData property.
| |||||||||||
Sets the value of the feedbackType property.
| |||||||||||
Sets the value of the from property.
| |||||||||||
Sets the value of the requestedByWorkerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the date property.
Gets the value of the feedbackResponseData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the feedbackResponseData property.
For example, to add a new item, do as follows:
getFeedbackResponseData().add(newItem);
Objects of the following type(s) are allowed in the list
FeedbackResponseType
Gets the value of the feedbackType property.
Gets the value of the from property.
Gets the value of the requestedByWorkerReference property.
WorkerObjectType
Sets the value of the date property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the feedbackResponseData property.
| feedbackResponseData | Allowed object is
FeedbackResponseType
|
|---|
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 requestedByWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|