public class

CompensationMatrixRequestCriteriaType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean compensationMatrixAmountBased
protected Boolean compensationMatrixNonWeightedPercentBased
protected Boolean compensationMatrixWeightedPercentBased
protected String name
Public Constructors
CompensationMatrixRequestCriteriaType()
Public Methods
Boolean getCompensationMatrixAmountBased()
Gets the value of the compensationMatrixAmountBased property.
Boolean getCompensationMatrixNonWeightedPercentBased()
Gets the value of the compensationMatrixNonWeightedPercentBased property.
Boolean getCompensationMatrixWeightedPercentBased()
Gets the value of the compensationMatrixWeightedPercentBased property.
String getName()
Gets the value of the name property.
void setCompensationMatrixAmountBased(Boolean value)
Sets the value of the compensationMatrixAmountBased property.
void setCompensationMatrixNonWeightedPercentBased(Boolean value)
Sets the value of the compensationMatrixNonWeightedPercentBased property.
void setCompensationMatrixWeightedPercentBased(Boolean value)
Sets the value of the compensationMatrixWeightedPercentBased property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean compensationMatrixAmountBased

protected Boolean compensationMatrixNonWeightedPercentBased

protected Boolean compensationMatrixWeightedPercentBased

protected String name

Public Constructors

public CompensationMatrixRequestCriteriaType ()

Public Methods

public Boolean getCompensationMatrixAmountBased ()

Gets the value of the compensationMatrixAmountBased property. This getter has been renamed from isCompensationMatrixAmountBased() to getCompensationMatrixAmountBased() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getCompensationMatrixNonWeightedPercentBased ()

Gets the value of the compensationMatrixNonWeightedPercentBased property. This getter has been renamed from isCompensationMatrixNonWeightedPercentBased() to getCompensationMatrixNonWeightedPercentBased() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getCompensationMatrixWeightedPercentBased ()

Gets the value of the compensationMatrixWeightedPercentBased property. This getter has been renamed from isCompensationMatrixWeightedPercentBased() to getCompensationMatrixWeightedPercentBased() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setCompensationMatrixAmountBased (Boolean value)

Sets the value of the compensationMatrixAmountBased property.

Parameters
value Allowed object is Boolean

public void setCompensationMatrixNonWeightedPercentBased (Boolean value)

Sets the value of the compensationMatrixNonWeightedPercentBased property.

Parameters
value Allowed object is Boolean

public void setCompensationMatrixWeightedPercentBased (Boolean value)

Sets the value of the compensationMatrixWeightedPercentBased property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String