public class

PayrollLimitOverrideDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollLimitOverrideDataType

Class Overview

Element to hold all information about the Payroll Limit Override Data for Put or Get.

Java class for Payroll_Limit_Override_DataType complex type.

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

 <complexType name="Payroll_Limit_Override_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Limit_Interface_Data" type="{urn:com.workday/bsvc}Limit_Interface_DataType" maxOccurs="unbounded"/>
         <element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Use_Limit_Override_Value" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Limit_Override_Value" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String id
protected List<LimitInterfaceDataType> limitInterfaceData
protected BigDecimal limitOverrideValue
protected XMLGregorianCalendar periodEndDate
protected XMLGregorianCalendar periodStartDate
protected PositionElementObjectType positionReference
protected Boolean useLimitOverrideValue
protected WorkerObjectType workerReference
Public Constructors
PayrollLimitOverrideDataType()
Public Methods
String getID()
Gets the value of the id property.
List<LimitInterfaceDataType> getLimitInterfaceData()
Gets the value of the limitInterfaceData property.
BigDecimal getLimitOverrideValue()
Gets the value of the limitOverrideValue property.
XMLGregorianCalendar getPeriodEndDate()
Gets the value of the periodEndDate property.
XMLGregorianCalendar getPeriodStartDate()
Gets the value of the periodStartDate property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
Boolean getUseLimitOverrideValue()
Gets the value of the useLimitOverrideValue property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setID(String value)
Sets the value of the id property.
void setLimitInterfaceData(List<LimitInterfaceDataType> limitInterfaceData)
Sets the value of the limitInterfaceData property.
void setLimitOverrideValue(BigDecimal value)
Sets the value of the limitOverrideValue property.
void setPeriodEndDate(XMLGregorianCalendar value)
Sets the value of the periodEndDate property.
void setPeriodStartDate(XMLGregorianCalendar value)
Sets the value of the periodStartDate property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setUseLimitOverrideValue(Boolean value)
Sets the value of the useLimitOverrideValue property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String id

protected List<LimitInterfaceDataType> limitInterfaceData

protected BigDecimal limitOverrideValue

protected XMLGregorianCalendar periodEndDate

protected XMLGregorianCalendar periodStartDate

protected PositionElementObjectType positionReference

protected Boolean useLimitOverrideValue

protected WorkerObjectType workerReference

Public Constructors

public PayrollLimitOverrideDataType ()

Public Methods

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public List<LimitInterfaceDataType> getLimitInterfaceData ()

Gets the value of the limitInterfaceData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the limitInterfaceData property.

For example, to add a new item, do as follows:

    getLimitInterfaceData().add(newItem);
 

Objects of the following type(s) are allowed in the list LimitInterfaceDataType

public BigDecimal getLimitOverrideValue ()

Gets the value of the limitOverrideValue property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getPeriodEndDate ()

Gets the value of the periodEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getPeriodStartDate ()

Gets the value of the periodStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public Boolean getUseLimitOverrideValue ()

Gets the value of the useLimitOverrideValue property. This getter has been renamed from isUseLimitOverrideValue() to getUseLimitOverrideValue() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setLimitInterfaceData (List<LimitInterfaceDataType> limitInterfaceData)

Sets the value of the limitInterfaceData property.

Parameters
limitInterfaceData Allowed object is LimitInterfaceDataType

public void setLimitOverrideValue (BigDecimal value)

Sets the value of the limitOverrideValue property.

Parameters
value Allowed object is BigDecimal

public void setPeriodEndDate (XMLGregorianCalendar value)

Sets the value of the periodEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPeriodStartDate (XMLGregorianCalendar value)

Sets the value of the periodStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setUseLimitOverrideValue (Boolean value)

Sets the value of the useLimitOverrideValue property.

Parameters
value Allowed object is Boolean

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType