public class

PerformanceFactorCompensationMatrixWeightedDataType

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

Class Overview

Performance Factor Compensation Matrix Weighted Data is part of Performance Factors Data within a Bonus Plan; there must be one Performance Factor Compensation Matrix Weighted Data for a Performance Factors Data.

Java class for Performance_Factor_Compensation_Matrix_Weighted_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Performance_Factor_Compensation_Matrix_Weighted_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Matrix_Weighted_Reference" type="{urn:com.workday/bsvc}Compensation_Matrix_Weighted_Percent_BasedObjectType"/>
         <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>
 

Summary

Constants
long serialVersionUID
Fields
protected DefaultScorecardObjectType bonusModifierReference
protected CompensationMatrixWeightedPercentBasedObjectType compensationMatrixWeightedReference
protected BigDecimal weight
Public Constructors
PerformanceFactorCompensationMatrixWeightedDataType()
Public Methods
DefaultScorecardObjectType getBonusModifierReference()
Gets the value of the bonusModifierReference property.
CompensationMatrixWeightedPercentBasedObjectType getCompensationMatrixWeightedReference()
Gets the value of the compensationMatrixWeightedReference property.
BigDecimal getWeight()
Gets the value of the weight property.
void setBonusModifierReference(DefaultScorecardObjectType value)
Sets the value of the bonusModifierReference property.
void setCompensationMatrixWeightedReference(CompensationMatrixWeightedPercentBasedObjectType value)
Sets the value of the compensationMatrixWeightedReference property.
void setWeight(BigDecimal value)
Sets the value of the weight property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DefaultScorecardObjectType bonusModifierReference

protected CompensationMatrixWeightedPercentBasedObjectType compensationMatrixWeightedReference

protected BigDecimal weight

Public Constructors

public PerformanceFactorCompensationMatrixWeightedDataType ()

Public Methods

public DefaultScorecardObjectType getBonusModifierReference ()

Gets the value of the bonusModifierReference property.

Returns

public CompensationMatrixWeightedPercentBasedObjectType getCompensationMatrixWeightedReference ()

Gets the value of the compensationMatrixWeightedReference property.

public BigDecimal getWeight ()

Gets the value of the weight property.

Returns
  • possible object is BigDecimal

public void setBonusModifierReference (DefaultScorecardObjectType value)

Sets the value of the bonusModifierReference property.

Parameters
value Allowed object is DefaultScorecardObjectType

public void setCompensationMatrixWeightedReference (CompensationMatrixWeightedPercentBasedObjectType value)

Sets the value of the compensationMatrixWeightedReference property.

Parameters
value Allowed object is CompensationMatrixWeightedPercentBasedObjectType

public void setWeight (BigDecimal value)

Sets the value of the weight property.

Parameters
value Allowed object is BigDecimal