public class

WorkerGoalType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<GoalDetailDataType> goalData
protected GoalObjectType goalReference
Public Constructors
WorkerGoalType()
Public Methods
List<GoalDetailDataType> getGoalData()
Gets the value of the goalData property.
GoalObjectType getGoalReference()
Gets the value of the goalReference property.
void setGoalData(List<GoalDetailDataType> goalData)
Sets the value of the goalData property.
void setGoalReference(GoalObjectType value)
Sets the value of the goalReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<GoalDetailDataType> goalData

protected GoalObjectType goalReference

Public Constructors

public WorkerGoalType ()

Public Methods

public List<GoalDetailDataType> getGoalData ()

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

public GoalObjectType getGoalReference ()

Gets the value of the goalReference property.

Returns

public void setGoalData (List<GoalDetailDataType> goalData)

Sets the value of the goalData property.

Parameters
goalData Allowed object is GoalDetailDataType

public void setGoalReference (GoalObjectType value)

Sets the value of the goalReference property.

Parameters
value Allowed object is GoalObjectType