| java.lang.Object | |
| ↳ | com.workday.compensation.PerformanceFactorsDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| performanceFactorCompensationMatrixWeightedData | |||||||||||
| performanceFactorScorecardData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the performanceFactorCompensationMatrixWeightedData property.
| |||||||||||
Gets the value of the performanceFactorScorecardData property.
| |||||||||||
Sets the value of the performanceFactorCompensationMatrixWeightedData property.
| |||||||||||
Sets the value of the performanceFactorScorecardData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the performanceFactorCompensationMatrixWeightedData property.
PerformanceFactorCompensationMatrixWeightedDataType
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
Sets the value of the performanceFactorCompensationMatrixWeightedData property.
| value | Allowed object is
PerformanceFactorCompensationMatrixWeightedDataType
|
|---|
Sets the value of the performanceFactorScorecardData property.
| performanceFactorScorecardData | Allowed object is
PerformanceFactorScorecardDataType
|
|---|