public class

PerformanceMatrixDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.PerformanceMatrixDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected DefaultScorecardObjectType bonusModifierReference
protected CompensationMatrixObjectType compensationMatrixReference
protected Boolean useMatrixAsReferenceOnly
Public Constructors
PerformanceMatrixDataType()
Public Methods
DefaultScorecardObjectType getBonusModifierReference()
Gets the value of the bonusModifierReference property.
CompensationMatrixObjectType getCompensationMatrixReference()
Gets the value of the compensationMatrixReference property.
Boolean getUseMatrixAsReferenceOnly()
Gets the value of the useMatrixAsReferenceOnly property.
void setBonusModifierReference(DefaultScorecardObjectType value)
Sets the value of the bonusModifierReference property.
void setCompensationMatrixReference(CompensationMatrixObjectType value)
Sets the value of the compensationMatrixReference property.
void setUseMatrixAsReferenceOnly(Boolean value)
Sets the value of the useMatrixAsReferenceOnly property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DefaultScorecardObjectType bonusModifierReference

protected CompensationMatrixObjectType compensationMatrixReference

protected Boolean useMatrixAsReferenceOnly

Public Constructors

public PerformanceMatrixDataType ()

Public Methods

public DefaultScorecardObjectType getBonusModifierReference ()

Gets the value of the bonusModifierReference property.

Returns

public CompensationMatrixObjectType getCompensationMatrixReference ()

Gets the value of the compensationMatrixReference property.

Returns

public Boolean getUseMatrixAsReferenceOnly ()

Gets the value of the useMatrixAsReferenceOnly property. This getter has been renamed from isUseMatrixAsReferenceOnly() to getUseMatrixAsReferenceOnly() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setBonusModifierReference (DefaultScorecardObjectType value)

Sets the value of the bonusModifierReference property.

Parameters
value Allowed object is DefaultScorecardObjectType

public void setCompensationMatrixReference (CompensationMatrixObjectType value)

Sets the value of the compensationMatrixReference property.

Parameters
value Allowed object is CompensationMatrixObjectType

public void setUseMatrixAsReferenceOnly (Boolean value)

Sets the value of the useMatrixAsReferenceOnly property.

Parameters
value Allowed object is Boolean