public class

CompensationMatrixType

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

Class Overview

Compensation Matrix element.

Java class for Compensation_MatrixType complex type.

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

 <complexType name="Compensation_MatrixType">
   <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="Compensation_Matrix_Data" type="{urn:com.workday/bsvc}Compensation_Matrix_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<CompensationMatrixDataType> compensationMatrixData
protected CompensationMatrixObjectType compensationMatrixReference
Public Constructors
CompensationMatrixType()
Public Methods
List<CompensationMatrixDataType> getCompensationMatrixData()
Gets the value of the compensationMatrixData property.
CompensationMatrixObjectType getCompensationMatrixReference()
Gets the value of the compensationMatrixReference property.
void setCompensationMatrixData(List<CompensationMatrixDataType> compensationMatrixData)
Sets the value of the compensationMatrixData property.
void setCompensationMatrixReference(CompensationMatrixObjectType value)
Sets the value of the compensationMatrixReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<CompensationMatrixDataType> compensationMatrixData

protected CompensationMatrixObjectType compensationMatrixReference

Public Constructors

public CompensationMatrixType ()

Public Methods

public List<CompensationMatrixDataType> getCompensationMatrixData ()

Gets the value of the compensationMatrixData 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 compensationMatrixData property.

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

    getCompensationMatrixData().add(newItem);
 

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

public CompensationMatrixObjectType getCompensationMatrixReference ()

Gets the value of the compensationMatrixReference property.

Returns

public void setCompensationMatrixData (List<CompensationMatrixDataType> compensationMatrixData)

Sets the value of the compensationMatrixData property.

Parameters
compensationMatrixData Allowed object is CompensationMatrixDataType

public void setCompensationMatrixReference (CompensationMatrixObjectType value)

Sets the value of the compensationMatrixReference property.

Parameters
value Allowed object is CompensationMatrixObjectType