public class

CompensationGradeProfileType

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

Class Overview

Contains a compensation grade profile and its associated data.

Java class for Compensation_Grade_ProfileType complex type.

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

 <complexType name="Compensation_Grade_ProfileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Grade_Profile_Reference" type="{urn:com.workday/bsvc}Compensation_Grade_ProfileObjectType" minOccurs="0"/>
         <element name="Compensation_Grade_Profile_Data" type="{urn:com.workday/bsvc}Compensation_Grade_Profile_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompensationGradeProfileDataType compensationGradeProfileData
protected CompensationGradeProfileObjectType compensationGradeProfileReference
protected Boolean delete
Public Constructors
CompensationGradeProfileType()
Public Methods
CompensationGradeProfileDataType getCompensationGradeProfileData()
Gets the value of the compensationGradeProfileData property.
CompensationGradeProfileObjectType getCompensationGradeProfileReference()
Gets the value of the compensationGradeProfileReference property.
Boolean getDelete()
Gets the value of the delete property.
void setCompensationGradeProfileData(CompensationGradeProfileDataType value)
Sets the value of the compensationGradeProfileData property.
void setCompensationGradeProfileReference(CompensationGradeProfileObjectType value)
Sets the value of the compensationGradeProfileReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompensationGradeProfileDataType compensationGradeProfileData

protected CompensationGradeProfileObjectType compensationGradeProfileReference

protected Boolean delete

Public Constructors

public CompensationGradeProfileType ()

Public Methods

public CompensationGradeProfileDataType getCompensationGradeProfileData ()

Gets the value of the compensationGradeProfileData property.

Returns

public CompensationGradeProfileObjectType getCompensationGradeProfileReference ()

Gets the value of the compensationGradeProfileReference property.

Returns

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setCompensationGradeProfileData (CompensationGradeProfileDataType value)

Sets the value of the compensationGradeProfileData property.

Parameters
value Allowed object is CompensationGradeProfileDataType

public void setCompensationGradeProfileReference (CompensationGradeProfileObjectType value)

Sets the value of the compensationGradeProfileReference property.

Parameters
value Allowed object is CompensationGradeProfileObjectType

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean