public class

CompensationGradeProfileReferenceType

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

Class Overview

Reference element representing a unique instance of Compensation Grade Profile.

Java class for Compensation_Grade_Profile_ReferenceType complex type.

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

 <complexType name="Compensation_Grade_Profile_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Profile_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Compensation_Grade_Reference" type="{urn:com.workday/bsvc}Compensation_Grade_ReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CompensationGradeReferenceType compensationGradeReference
protected String compensationProfileName
Public Constructors
CompensationGradeProfileReferenceType()
Public Methods
CompensationGradeReferenceType getCompensationGradeReference()
Gets the value of the compensationGradeReference property.
String getCompensationProfileName()
Gets the value of the compensationProfileName property.
void setCompensationGradeReference(CompensationGradeReferenceType value)
Sets the value of the compensationGradeReference property.
void setCompensationProfileName(String value)
Sets the value of the compensationProfileName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CompensationGradeReferenceType compensationGradeReference

protected String compensationProfileName

Public Constructors

public CompensationGradeProfileReferenceType ()

Public Methods

public CompensationGradeReferenceType getCompensationGradeReference ()

Gets the value of the compensationGradeReference property.

Returns

public String getCompensationProfileName ()

Gets the value of the compensationProfileName property.

Returns
  • possible object is String

public void setCompensationGradeReference (CompensationGradeReferenceType value)

Sets the value of the compensationGradeReference property.

Parameters
value Allowed object is CompensationGradeReferenceType

public void setCompensationProfileName (String value)

Sets the value of the compensationProfileName property.

Parameters
value Allowed object is String