public class

CompensationStepType

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

Class Overview

Contains the pay range data.

Java class for Compensation_StepType complex type.

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

 <complexType name="Compensation_StepType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Step_Reference" type="{urn:com.workday/bsvc}Compensation_StepObjectType" minOccurs="0"/>
         <element name="Compensation_Step_Data" type="{urn:com.workday/bsvc}Compensation_Step_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompensationStepDataType compensationStepData
protected CompensationStepObjectType compensationStepReference
protected Boolean delete
Public Constructors
CompensationStepType()
Public Methods
CompensationStepDataType getCompensationStepData()
Gets the value of the compensationStepData property.
CompensationStepObjectType getCompensationStepReference()
Gets the value of the compensationStepReference property.
Boolean getDelete()
Gets the value of the delete property.
void setCompensationStepData(CompensationStepDataType value)
Sets the value of the compensationStepData property.
void setCompensationStepReference(CompensationStepObjectType value)
Sets the value of the compensationStepReference 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 CompensationStepDataType compensationStepData

protected CompensationStepObjectType compensationStepReference

protected Boolean delete

Public Constructors

public CompensationStepType ()

Public Methods

public CompensationStepDataType getCompensationStepData ()

Gets the value of the compensationStepData property.

Returns

public CompensationStepObjectType getCompensationStepReference ()

Gets the value of the compensationStepReference 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 setCompensationStepData (CompensationStepDataType value)

Sets the value of the compensationStepData property.

Parameters
value Allowed object is CompensationStepDataType

public void setCompensationStepReference (CompensationStepObjectType value)

Sets the value of the compensationStepReference property.

Parameters
value Allowed object is CompensationStepObjectType

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean