| java.lang.Object | |
| ↳ | com.workday.compensation.AlternativePayRangeType |
Contains an alternative pay range and its associated data.
Java class for Alternative_Pay_RangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Alternative_Pay_RangeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Alternate_Pay_Range_Data" type="{urn:com.workday/bsvc}Alternate_Pay_Range_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| alternatePayRangeData | |||||||||||
| delete | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the alternatePayRangeData property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Sets the value of the alternatePayRangeData property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the alternatePayRangeData property.
AlternatePayRangeDataType
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 alternatePayRangeData property.
| value | Allowed object is
AlternatePayRangeDataType
|
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|