| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationMatrixRequestCriteriaType |
Request criteria
Java class for Compensation_Matrix_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Matrix_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Compensation_Matrix_Amount_Based" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Compensation_Matrix_Non-weighted_Percent_Based" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Compensation_Matrix_Weighted_Percent_Based" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationMatrixAmountBased | |||||||||||
| compensationMatrixNonWeightedPercentBased | |||||||||||
| compensationMatrixWeightedPercentBased | |||||||||||
| name | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationMatrixAmountBased property.
| |||||||||||
Gets the value of the compensationMatrixNonWeightedPercentBased property.
| |||||||||||
Gets the value of the compensationMatrixWeightedPercentBased property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the compensationMatrixAmountBased property.
| |||||||||||
Sets the value of the compensationMatrixNonWeightedPercentBased property.
| |||||||||||
Sets the value of the compensationMatrixWeightedPercentBased property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationMatrixAmountBased property. This getter has been renamed from isCompensationMatrixAmountBased() to getCompensationMatrixAmountBased() by cxf-xjc-boolean plugin.
Gets the value of the compensationMatrixNonWeightedPercentBased property. This getter has been renamed from isCompensationMatrixNonWeightedPercentBased() to getCompensationMatrixNonWeightedPercentBased() by cxf-xjc-boolean plugin.
Gets the value of the compensationMatrixWeightedPercentBased property. This getter has been renamed from isCompensationMatrixWeightedPercentBased() to getCompensationMatrixWeightedPercentBased() by cxf-xjc-boolean plugin.
Gets the value of the name property.
Sets the value of the compensationMatrixAmountBased property.
| value | Allowed object is Boolean |
|---|
Sets the value of the compensationMatrixNonWeightedPercentBased property.
| value | Allowed object is Boolean |
|---|
Sets the value of the compensationMatrixWeightedPercentBased property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|