public class

AlternativePayRangeType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected AlternatePayRangeDataType alternatePayRangeData
protected Boolean delete
Public Constructors
AlternativePayRangeType()
Public Methods
AlternatePayRangeDataType getAlternatePayRangeData()
Gets the value of the alternatePayRangeData property.
Boolean getDelete()
Gets the value of the delete property.
void setAlternatePayRangeData(AlternatePayRangeDataType value)
Sets the value of the alternatePayRangeData 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 AlternatePayRangeDataType alternatePayRangeData

protected Boolean delete

Public Constructors

public AlternativePayRangeType ()

Public Methods

public AlternatePayRangeDataType getAlternatePayRangeData ()

Gets the value of the alternatePayRangeData 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 setAlternatePayRangeData (AlternatePayRangeDataType value)

Sets the value of the alternatePayRangeData property.

Parameters
value Allowed object is AlternatePayRangeDataType

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean