| java.lang.Object | |
| ↳ | com.workday.hr.GoalDetailDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| completionDate | |||||||||||
| completionStatusReference | |||||||||||
| description | |||||||||||
| dueDate | |||||||||||
| goal | |||||||||||
| goalReferenceID | |||||||||||
| organizationGoalReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the completionDate property.
| |||||||||||
Gets the value of the completionStatusReference property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the goal property.
| |||||||||||
Gets the value of the goalReferenceID property.
| |||||||||||
Gets the value of the organizationGoalReference property.
| |||||||||||
Sets the value of the completionDate property.
| |||||||||||
Sets the value of the completionStatusReference property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the goal property.
| |||||||||||
Sets the value of the goalReferenceID property.
| |||||||||||
Sets the value of the organizationGoalReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the completionDate property.
Gets the value of the completionStatusReference property.
ComponentCompletionObjectType
Gets the value of the description property.
Gets the value of the dueDate property.
Gets the value of the goal property.
Gets the value of the goalReferenceID property.
Gets the value of the organizationGoalReference property.
OrganizationGoalObjectType
Sets the value of the completionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the completionStatusReference property.
| value | Allowed object is
ComponentCompletionObjectType
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the dueDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the goal property.
| value | Allowed object is String |
|---|
Sets the value of the goalReferenceID property.
| value | Allowed object is String |
|---|
Sets the value of the organizationGoalReference property.
| value | Allowed object is
OrganizationGoalObjectType
|
|---|