public class

PerformanceFactorsDataType

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

Class Overview

Performance Factors Data is part of Bonus Plan and is mutually exclusive with Performance Matrix Data. It consists of one or more Performance Factor Scorecard Data and one Performance Factor Compensation Matrix Weighted Data.

Java class for Performance_Factors_DataType complex type.

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

 <complexType name="Performance_Factors_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Performance_Factor_Scorecard_Data" type="{urn:com.workday/bsvc}Performance_Factor_Scorecard_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Performance_Factor_Compensation_Matrix_Weighted_Data" type="{urn:com.workday/bsvc}Performance_Factor_Compensation_Matrix_Weighted_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PerformanceFactorCompensationMatrixWeightedDataType performanceFactorCompensationMatrixWeightedData
protected List<PerformanceFactorScorecardDataType> performanceFactorScorecardData
Public Constructors
PerformanceFactorsDataType()
Public Methods
PerformanceFactorCompensationMatrixWeightedDataType getPerformanceFactorCompensationMatrixWeightedData()
Gets the value of the performanceFactorCompensationMatrixWeightedData property.
List<PerformanceFactorScorecardDataType> getPerformanceFactorScorecardData()
Gets the value of the performanceFactorScorecardData property.
void setPerformanceFactorCompensationMatrixWeightedData(PerformanceFactorCompensationMatrixWeightedDataType value)
Sets the value of the performanceFactorCompensationMatrixWeightedData property.
void setPerformanceFactorScorecardData(List<PerformanceFactorScorecardDataType> performanceFactorScorecardData)
Sets the value of the performanceFactorScorecardData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PerformanceFactorCompensationMatrixWeightedDataType performanceFactorCompensationMatrixWeightedData

protected List<PerformanceFactorScorecardDataType> performanceFactorScorecardData

Public Constructors

public PerformanceFactorsDataType ()

Public Methods

public PerformanceFactorCompensationMatrixWeightedDataType getPerformanceFactorCompensationMatrixWeightedData ()

Gets the value of the performanceFactorCompensationMatrixWeightedData property.

public List<PerformanceFactorScorecardDataType> getPerformanceFactorScorecardData ()

Gets the value of the performanceFactorScorecardData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the performanceFactorScorecardData property.

For example, to add a new item, do as follows:

    getPerformanceFactorScorecardData().add(newItem);
 

Objects of the following type(s) are allowed in the list PerformanceFactorScorecardDataType

public void setPerformanceFactorCompensationMatrixWeightedData (PerformanceFactorCompensationMatrixWeightedDataType value)

Sets the value of the performanceFactorCompensationMatrixWeightedData property.

Parameters
value Allowed object is PerformanceFactorCompensationMatrixWeightedDataType

public void setPerformanceFactorScorecardData (List<PerformanceFactorScorecardDataType> performanceFactorScorecardData)

Sets the value of the performanceFactorScorecardData property.

Parameters
performanceFactorScorecardData Allowed object is PerformanceFactorScorecardDataType