| java.lang.Object | |
| ↳ | com.workday.compensation.PerformanceFactorScorecardDataType |
Performance Factor Scorecard Data is part of Performance Factors Data within a Bonus Plan. There must be at least one Performance Factor Scorecard Data within the Performance Factors Data.
Java class for Performance_Factor_Scorecard_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Performance_Factor_Scorecard_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Scorecard_Reference" type="{urn:com.workday/bsvc}Default_ScorecardObjectType"/>
<element name="Weight">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="10"/>
<minInclusive value="0"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="Bonus_Modifier_Reference" type="{urn:com.workday/bsvc}Default_ScorecardObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bonusModifierReference | |||||||||||
| scorecardReference | |||||||||||
| weight | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bonusModifierReference property.
| |||||||||||
Gets the value of the scorecardReference property.
| |||||||||||
Gets the value of the weight property.
| |||||||||||
Sets the value of the bonusModifierReference property.
| |||||||||||
Sets the value of the scorecardReference property.
| |||||||||||
Sets the value of the weight property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bonusModifierReference property.
DefaultScorecardObjectType
Gets the value of the scorecardReference property.
DefaultScorecardObjectType
Gets the value of the weight property.
Sets the value of the bonusModifierReference property.
| value | Allowed object is
DefaultScorecardObjectType
|
|---|
Sets the value of the scorecardReference property.
| value | Allowed object is
DefaultScorecardObjectType
|
|---|
Sets the value of the weight property.
| value | Allowed object is BigDecimal |
|---|