public class

PayrollLimitOverrideRequestCriteriaType

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

Class Overview

Element to hold all criteria used to select Payroll Limit Override.

Java class for Payroll_Limit_Override_Request_CriteriaType complex type.

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

 <complexType name="Payroll_Limit_Override_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Limit_InterfaceObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<LimitInterfaceObjectType> payComponentReference
protected XMLGregorianCalendar periodEndDate
protected XMLGregorianCalendar periodStartDate
protected List<WorkerObjectType> workerReference
Public Constructors
PayrollLimitOverrideRequestCriteriaType()
Public Methods
List<LimitInterfaceObjectType> getPayComponentReference()
Gets the value of the payComponentReference property.
XMLGregorianCalendar getPeriodEndDate()
Gets the value of the periodEndDate property.
XMLGregorianCalendar getPeriodStartDate()
Gets the value of the periodStartDate property.
List<WorkerObjectType> getWorkerReference()
Gets the value of the workerReference property.
void setPayComponentReference(List<LimitInterfaceObjectType> payComponentReference)
Sets the value of the payComponentReference property.
void setPeriodEndDate(XMLGregorianCalendar value)
Sets the value of the periodEndDate property.
void setPeriodStartDate(XMLGregorianCalendar value)
Sets the value of the periodStartDate property.
void setWorkerReference(List<WorkerObjectType> workerReference)
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 List<LimitInterfaceObjectType> payComponentReference

protected XMLGregorianCalendar periodEndDate

protected XMLGregorianCalendar periodStartDate

protected List<WorkerObjectType> workerReference

Public Constructors

public PayrollLimitOverrideRequestCriteriaType ()

Public Methods

public List<LimitInterfaceObjectType> getPayComponentReference ()

Gets the value of the payComponentReference 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 payComponentReference property.

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

    getPayComponentReference().add(newItem);
 

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

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 List<WorkerObjectType> getWorkerReference ()

Gets the value of the workerReference 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 workerReference property.

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

    getWorkerReference().add(newItem);
 

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

public void setPayComponentReference (List<LimitInterfaceObjectType> payComponentReference)

Sets the value of the payComponentReference property.

Parameters
payComponentReference Allowed object is LimitInterfaceObjectType

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 setWorkerReference (List<WorkerObjectType> workerReference)

Sets the value of the workerReference property.

Parameters
workerReference Allowed object is WorkerObjectType