public class

CompensationGradeType

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

Class Overview

Contains a compensation grade and its associated data.

Java class for Compensation_GradeType complex type.

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

 <complexType name="Compensation_GradeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Grade_Reference" type="{urn:com.workday/bsvc}Compensation_GradeObjectType" minOccurs="0"/>
         <element name="Compensation_Grade_Data" type="{urn:com.workday/bsvc}Compensation_Grade_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompensationGradeDataType compensationGradeData
protected CompensationGradeObjectType compensationGradeReference
Public Constructors
CompensationGradeType()
Public Methods
CompensationGradeDataType getCompensationGradeData()
Gets the value of the compensationGradeData property.
CompensationGradeObjectType getCompensationGradeReference()
Gets the value of the compensationGradeReference property.
void setCompensationGradeData(CompensationGradeDataType value)
Sets the value of the compensationGradeData property.
void setCompensationGradeReference(CompensationGradeObjectType value)
Sets the value of the compensationGradeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompensationGradeDataType compensationGradeData

protected CompensationGradeObjectType compensationGradeReference

Public Constructors

public CompensationGradeType ()

Public Methods

public CompensationGradeDataType getCompensationGradeData ()

Gets the value of the compensationGradeData property.

Returns

public CompensationGradeObjectType getCompensationGradeReference ()

Gets the value of the compensationGradeReference property.

Returns

public void setCompensationGradeData (CompensationGradeDataType value)

Sets the value of the compensationGradeData property.

Parameters
value Allowed object is CompensationGradeDataType

public void setCompensationGradeReference (CompensationGradeObjectType value)

Sets the value of the compensationGradeReference property.

Parameters
value Allowed object is CompensationGradeObjectType