public class

JobProfileCompensationDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.JobProfileCompensationDataType

Class Overview

Element contains Compensation related data for the Job Profile. Currently, only an optional Compensation Grade association for the Job Profile is available.

Java class for Job_Profile_Compensation_DataType complex type.

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

 <complexType name="Job_Profile_Compensation_DataType">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CompensationGradeObjectType compensationGradeReference
Public Constructors
JobProfileCompensationDataType()
Public Methods
CompensationGradeObjectType getCompensationGradeReference()
Gets the value of the compensationGradeReference property.
void setCompensationGradeReference(CompensationGradeObjectType value)
Sets the value of the compensationGradeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CompensationGradeObjectType compensationGradeReference

Public Constructors

public JobProfileCompensationDataType ()

Public Methods

public CompensationGradeObjectType getCompensationGradeReference ()

Gets the value of the compensationGradeReference property.

Returns

public void setCompensationGradeReference (CompensationGradeObjectType value)

Sets the value of the compensationGradeReference property.

Parameters
value Allowed object is CompensationGradeObjectType