public class

PutMeritIncreaseMatrixRequestType

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

Class Overview

A request object to put new merrit increase matrix data.

Java class for Put_Merit_Increase_Matrix_RequestType complex type.

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

 <complexType name="Put_Merit_Increase_Matrix_RequestType">
   <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"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompensationMatrixDataType compensationMatrixData
protected CompensationMatrixObjectType compensationMatrixReference
protected String version
Public Constructors
PutMeritIncreaseMatrixRequestType()
Public Methods
CompensationMatrixDataType getCompensationMatrixData()
Gets the value of the compensationMatrixData property.
CompensationMatrixObjectType getCompensationMatrixReference()
Gets the value of the compensationMatrixReference property.
String getVersion()
Gets the value of the version property.
void setCompensationMatrixData(CompensationMatrixDataType value)
Sets the value of the compensationMatrixData property.
void setCompensationMatrixReference(CompensationMatrixObjectType value)
Sets the value of the compensationMatrixReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompensationMatrixDataType compensationMatrixData

protected CompensationMatrixObjectType compensationMatrixReference

protected String version

Public Constructors

public PutMeritIncreaseMatrixRequestType ()

Public Methods

public CompensationMatrixDataType getCompensationMatrixData ()

Gets the value of the compensationMatrixData property.

Returns

public CompensationMatrixObjectType getCompensationMatrixReference ()

Gets the value of the compensationMatrixReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setCompensationMatrixData (CompensationMatrixDataType value)

Sets the value of the compensationMatrixData property.

Parameters
value Allowed object is CompensationMatrixDataType

public void setCompensationMatrixReference (CompensationMatrixObjectType value)

Sets the value of the compensationMatrixReference property.

Parameters
value Allowed object is CompensationMatrixObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String