public class

CompensatableGuidelinesDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.absence.CompensatableGuidelinesDataType

Class Overview

Data element containing the compensation guidelines for a compensation change.

Java class for Compensatable_Guidelines_DataType complex type.

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

 <complexType name="Compensatable_Guidelines_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Package_Reference" type="{urn:com.workday/bsvc}Compensation_PackageObjectType" minOccurs="0"/>
         <element name="Compensation_Grade_Reference" type="{urn:com.workday/bsvc}Compensation_GradeObjectType" minOccurs="0"/>
         <element name="Compensation_Grade_Profile_Reference" type="{urn:com.workday/bsvc}Compensation_Grade_ProfileObjectType" minOccurs="0"/>
         <element name="Compensation_Step_Reference" type="{urn:com.workday/bsvc}Compensation_StepObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompensationGradeProfileObjectType compensationGradeProfileReference
protected CompensationGradeObjectType compensationGradeReference
protected CompensationPackageObjectType compensationPackageReference
protected CompensationStepObjectType compensationStepReference
Public Constructors
CompensatableGuidelinesDataType()
Public Methods
CompensationGradeProfileObjectType getCompensationGradeProfileReference()
Gets the value of the compensationGradeProfileReference property.
CompensationGradeObjectType getCompensationGradeReference()
Gets the value of the compensationGradeReference property.
CompensationPackageObjectType getCompensationPackageReference()
Gets the value of the compensationPackageReference property.
CompensationStepObjectType getCompensationStepReference()
Gets the value of the compensationStepReference property.
void setCompensationGradeProfileReference(CompensationGradeProfileObjectType value)
Sets the value of the compensationGradeProfileReference property.
void setCompensationGradeReference(CompensationGradeObjectType value)
Sets the value of the compensationGradeReference property.
void setCompensationPackageReference(CompensationPackageObjectType value)
Sets the value of the compensationPackageReference property.
void setCompensationStepReference(CompensationStepObjectType value)
Sets the value of the compensationStepReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompensationGradeProfileObjectType compensationGradeProfileReference

protected CompensationGradeObjectType compensationGradeReference

protected CompensationPackageObjectType compensationPackageReference

protected CompensationStepObjectType compensationStepReference

Public Constructors

public CompensatableGuidelinesDataType ()

Public Methods

public CompensationGradeProfileObjectType getCompensationGradeProfileReference ()

Gets the value of the compensationGradeProfileReference property.

Returns

public CompensationGradeObjectType getCompensationGradeReference ()

Gets the value of the compensationGradeReference property.

Returns

public CompensationPackageObjectType getCompensationPackageReference ()

Gets the value of the compensationPackageReference property.

Returns

public CompensationStepObjectType getCompensationStepReference ()

Gets the value of the compensationStepReference property.

Returns

public void setCompensationGradeProfileReference (CompensationGradeProfileObjectType value)

Sets the value of the compensationGradeProfileReference property.

Parameters
value Allowed object is CompensationGradeProfileObjectType

public void setCompensationGradeReference (CompensationGradeObjectType value)

Sets the value of the compensationGradeReference property.

Parameters
value Allowed object is CompensationGradeObjectType

public void setCompensationPackageReference (CompensationPackageObjectType value)

Sets the value of the compensationPackageReference property.

Parameters
value Allowed object is CompensationPackageObjectType

public void setCompensationStepReference (CompensationStepObjectType value)

Sets the value of the compensationStepReference property.

Parameters
value Allowed object is CompensationStepObjectType