| java.lang.Object | |
| ↳ | com.workday.compensation.ProfileScorecardResultDataType |
Contains the set of goals and goal values for this result.
Java class for Profile_Scorecard_Result_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Profile_Scorecard_Result_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Goal_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
<element name="Achievement" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| achievement | |||||||||||
| goalReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the achievement property.
| |||||||||||
Gets the value of the goalReference property.
| |||||||||||
Sets the value of the achievement property.
| |||||||||||
Sets the value of the goalReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the achievement property.
Gets the value of the goalReference property.
UniqueIdentifierObjectType
Sets the value of the achievement property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the goalReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|