| java.lang.Object | |
| ↳ | com.workday.performancemanagement.WorkerGoalDetailDataType |
Wrapper Element for Goal Detail information.
Java class for Worker_Goal_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_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="Name" type="{urn:com.workday/bsvc}RichText"/>
<element name="Description" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
<element name="Goal_Category_Reference" type="{urn:com.workday/bsvc}Goal_CategoryObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Organization_Goal_Reference" type="{urn:com.workday/bsvc}Organization_GoalObjectType" minOccurs="0"/>
<element name="Goal_Weight" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="14"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Due_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="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"/>
<element name="Note" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| completionDate | |||||||||||
| description | |||||||||||
| dueDate | |||||||||||
| goalCategoryReference | |||||||||||
| goalReferenceID | |||||||||||
| goalWeight | |||||||||||
| name | |||||||||||
| note | |||||||||||
| organizationGoalReference | |||||||||||
| statusReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the completionDate property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the goalCategoryReference property.
| |||||||||||
Gets the value of the goalReferenceID property.
| |||||||||||
Gets the value of the goalWeight property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the organizationGoalReference property.
| |||||||||||
Gets the value of the statusReference property.
| |||||||||||
Sets the value of the completionDate property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the goalCategoryReference property.
| |||||||||||
Sets the value of the goalReferenceID property.
| |||||||||||
Sets the value of the goalWeight property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the organizationGoalReference property.
| |||||||||||
Sets the value of the statusReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the completionDate property.
Gets the value of the description property.
Gets the value of the dueDate property.
Gets the value of the goalCategoryReference 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 goalCategoryReference property.
For example, to add a new item, do as follows:
getGoalCategoryReference().add(newItem);
Objects of the following type(s) are allowed in the list
GoalCategoryObjectType
Gets the value of the goalReferenceID property.
Gets the value of the goalWeight property.
Gets the value of the name property.
Gets the value of the note property.
Gets the value of the organizationGoalReference property.
OrganizationGoalObjectType
Gets the value of the statusReference property.
ComponentCompletionObjectType
Sets the value of the completionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
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 goalCategoryReference property.
| goalCategoryReference | Allowed object is
GoalCategoryObjectType
|
|---|
Sets the value of the goalReferenceID property.
| value | Allowed object is String |
|---|
Sets the value of the goalWeight property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the organizationGoalReference property.
| value | Allowed object is
OrganizationGoalObjectType
|
|---|
Sets the value of the statusReference property.
| value | Allowed object is
ComponentCompletionObjectType
|
|---|