| java.lang.Object | |
| ↳ | com.workday.compensation.PerformanceMatrixDataType |
This is a wrapper for the Bonus Plan Performance Matrix and is mutually exclusive with Performance Factors Data.
Java class for Performance_Matrix_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Performance_Matrix_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Matrix_Reference" type="{urn:com.workday/bsvc}Compensation_MatrixObjectType" minOccurs="0"/>
<element name="Use_Matrix_as_Reference_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Bonus_Modifier_Reference" type="{urn:com.workday/bsvc}Default_ScorecardObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bonusModifierReference | |||||||||||
| compensationMatrixReference | |||||||||||
| useMatrixAsReferenceOnly | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bonusModifierReference property.
| |||||||||||
Gets the value of the compensationMatrixReference property.
| |||||||||||
Gets the value of the useMatrixAsReferenceOnly property.
| |||||||||||
Sets the value of the bonusModifierReference property.
| |||||||||||
Sets the value of the compensationMatrixReference property.
| |||||||||||
Sets the value of the useMatrixAsReferenceOnly property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bonusModifierReference property.
DefaultScorecardObjectType
Gets the value of the compensationMatrixReference property.
CompensationMatrixObjectType
Gets the value of the useMatrixAsReferenceOnly property. This getter has been renamed from isUseMatrixAsReferenceOnly() to getUseMatrixAsReferenceOnly() by cxf-xjc-boolean plugin.
Sets the value of the bonusModifierReference property.
| value | Allowed object is
DefaultScorecardObjectType
|
|---|
Sets the value of the compensationMatrixReference property.
| value | Allowed object is
CompensationMatrixObjectType
|
|---|
Sets the value of the useMatrixAsReferenceOnly property.
| value | Allowed object is Boolean |
|---|