| java.lang.Object | |
| ↳ | com.workday.hr.WorkerGoalType |
Contains the reference to the Goal Detail and all the Goal Data payload.
Java class for Worker_GoalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_GoalType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Goal_Reference" type="{urn:com.workday/bsvc}GoalObjectType" minOccurs="0"/>
<element name="Goal_Data" type="{urn:com.workday/bsvc}Goal_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| goalData | |||||||||||
| goalReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the goalData property.
| |||||||||||
Gets the value of the goalReference property.
| |||||||||||
Sets the value of the goalData property.
| |||||||||||
Sets the value of the goalReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the goalData 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 goalData property.
For example, to add a new item, do as follows:
getGoalData().add(newItem);
Objects of the following type(s) are allowed in the list
GoalDetailDataType
Gets the value of the goalReference property.
GoalObjectType
Sets the value of the goalData property.
| goalData | Allowed object is
GoalDetailDataType
|
|---|
Sets the value of the goalReference property.
| value | Allowed object is
GoalObjectType
|
|---|

