public class

FeedbackReceivedDataType

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

Class Overview

Contains the employee's feedback received

Java class for Feedback_Received_DataType complex type.

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

 <complexType name="Feedback_Received_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Feedback_Received" type="{urn:com.workday/bsvc}Feedback_ReceivedType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<FeedbackReceivedType> feedbackReceived
Public Constructors
FeedbackReceivedDataType()
Public Methods
List<FeedbackReceivedType> getFeedbackReceived()
Gets the value of the feedbackReceived property.
void setFeedbackReceived(List<FeedbackReceivedType> feedbackReceived)
Sets the value of the feedbackReceived property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<FeedbackReceivedType> feedbackReceived

Public Constructors

public FeedbackReceivedDataType ()

Public Methods

public List<FeedbackReceivedType> getFeedbackReceived ()

Gets the value of the feedbackReceived 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 feedbackReceived property.

For example, to add a new item, do as follows:

    getFeedbackReceived().add(newItem);
 

Objects of the following type(s) are allowed in the list FeedbackReceivedType

public void setFeedbackReceived (List<FeedbackReceivedType> feedbackReceived)

Sets the value of the feedbackReceived property.

Parameters
feedbackReceived Allowed object is FeedbackReceivedType