| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationStepType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationStepData | |||||||||||
| compensationStepReference | |||||||||||
| delete | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationStepData property.
| |||||||||||
Gets the value of the compensationStepReference property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Sets the value of the compensationStepData property.
| |||||||||||
Sets the value of the compensationStepReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationStepData property.
CompensationStepDataType
Gets the value of the compensationStepReference property.
CompensationStepObjectType
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Sets the value of the compensationStepData property.
| value | Allowed object is
CompensationStepDataType
|
|---|
Sets the value of the compensationStepReference property.
| value | Allowed object is
CompensationStepObjectType
|
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|