public class

GoalDetailDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.GoalDetailDataType

Class Overview

Contains a single Goal Detail (Review Goal or Worker Goal Detail) and the Notes and History.

Java class for Goal_Detail_DataType complex type.

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

 <complexType name="Goal_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Goal_Reference_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Goal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Organization_Goal_Reference" type="{urn:com.workday/bsvc}Organization_GoalObjectType" minOccurs="0"/>
         <element name="Due_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Completion_Status_Reference" type="{urn:com.workday/bsvc}Component_CompletionObjectType" minOccurs="0"/>
         <element name="Completion_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar completionDate
protected ComponentCompletionObjectType completionStatusReference
protected String description
protected XMLGregorianCalendar dueDate
protected String goal
protected String goalReferenceID
protected OrganizationGoalObjectType organizationGoalReference
Public Constructors
GoalDetailDataType()
Public Methods
XMLGregorianCalendar getCompletionDate()
Gets the value of the completionDate property.
ComponentCompletionObjectType getCompletionStatusReference()
Gets the value of the completionStatusReference property.
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar getDueDate()
Gets the value of the dueDate property.
String getGoal()
Gets the value of the goal property.
String getGoalReferenceID()
Gets the value of the goalReferenceID property.
OrganizationGoalObjectType getOrganizationGoalReference()
Gets the value of the organizationGoalReference property.
void setCompletionDate(XMLGregorianCalendar value)
Sets the value of the completionDate property.
void setCompletionStatusReference(ComponentCompletionObjectType value)
Sets the value of the completionStatusReference property.
void setDescription(String value)
Sets the value of the description property.
void setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate property.
void setGoal(String value)
Sets the value of the goal property.
void setGoalReferenceID(String value)
Sets the value of the goalReferenceID property.
void setOrganizationGoalReference(OrganizationGoalObjectType value)
Sets the value of the organizationGoalReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar completionDate

protected ComponentCompletionObjectType completionStatusReference

protected String description

protected XMLGregorianCalendar dueDate

protected String goal

protected String goalReferenceID

protected OrganizationGoalObjectType organizationGoalReference

Public Constructors

public GoalDetailDataType ()

Public Methods

public XMLGregorianCalendar getCompletionDate ()

Gets the value of the completionDate property.

Returns
  • possible object is XMLGregorianCalendar

public ComponentCompletionObjectType getCompletionStatusReference ()

Gets the value of the completionStatusReference property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public XMLGregorianCalendar getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getGoal ()

Gets the value of the goal property.

Returns
  • possible object is String

public String getGoalReferenceID ()

Gets the value of the goalReferenceID property.

Returns
  • possible object is String

public OrganizationGoalObjectType getOrganizationGoalReference ()

Gets the value of the organizationGoalReference property.

Returns

public void setCompletionDate (XMLGregorianCalendar value)

Sets the value of the completionDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCompletionStatusReference (ComponentCompletionObjectType value)

Sets the value of the completionStatusReference property.

Parameters
value Allowed object is ComponentCompletionObjectType

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDueDate (XMLGregorianCalendar value)

Sets the value of the dueDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setGoal (String value)

Sets the value of the goal property.

Parameters
value Allowed object is String

public void setGoalReferenceID (String value)

Sets the value of the goalReferenceID property.

Parameters
value Allowed object is String

public void setOrganizationGoalReference (OrganizationGoalObjectType value)

Sets the value of the organizationGoalReference property.

Parameters
value Allowed object is OrganizationGoalObjectType