| java.lang.Object | |
| ↳ | com.workday.compensation.PutMeritIncreaseMatrixRequestType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationMatrixData | |||||||||||
| compensationMatrixReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationMatrixData property.
| |||||||||||
Gets the value of the compensationMatrixReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the compensationMatrixData property.
| |||||||||||
Sets the value of the compensationMatrixReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationMatrixData property.
CompensationMatrixDataType
Gets the value of the compensationMatrixReference property.
CompensationMatrixObjectType
Gets the value of the version property.
Sets the value of the compensationMatrixData property.
| value | Allowed object is
CompensationMatrixDataType
|
|---|
Sets the value of the compensationMatrixReference property.
| value | Allowed object is
CompensationMatrixObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|