public class

PerformanceFactorScorecardDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected DefaultScorecardObjectType bonusModifierReference
protected DefaultScorecardObjectType scorecardReference
protected BigDecimal weight
Public Constructors
PerformanceFactorScorecardDataType()
Public Methods
DefaultScorecardObjectType getBonusModifierReference()
Gets the value of the bonusModifierReference property.
DefaultScorecardObjectType getScorecardReference()
Gets the value of the scorecardReference property.
BigDecimal getWeight()
Gets the value of the weight property.
void setBonusModifierReference(DefaultScorecardObjectType value)
Sets the value of the bonusModifierReference property.
void setScorecardReference(DefaultScorecardObjectType value)
Sets the value of the scorecardReference 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 DefaultScorecardObjectType scorecardReference

protected BigDecimal weight

Public Constructors

public PerformanceFactorScorecardDataType ()

Public Methods

public DefaultScorecardObjectType getBonusModifierReference ()

Gets the value of the bonusModifierReference property.

Returns

public DefaultScorecardObjectType getScorecardReference ()

Gets the value of the scorecardReference property.

Returns

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 setScorecardReference (DefaultScorecardObjectType value)

Sets the value of the scorecardReference property.

Parameters
value Allowed object is DefaultScorecardObjectType

public void setWeight (BigDecimal value)

Sets the value of the weight property.

Parameters
value Allowed object is BigDecimal