public class

PayrollInputRequestCriteriaType

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

Class Overview

Payroll Input Request Criteria

Java class for Payroll_Input_Request_CriteriaType complex type.

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

 <complexType name="Payroll_Input_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Deduction_Reference" type="{urn:com.workday/bsvc}Deduction__All_ObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Open-Ended_Ongoing_Inputs" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<DeductionAllObjectType> deductionReference
protected List<EarningAllObjectType> earningReference
protected XMLGregorianCalendar endDate
protected Boolean openEndedOngoingInputs
protected XMLGregorianCalendar startDate
protected WorkerObjectType workerReference
Public Constructors
PayrollInputRequestCriteriaType()
Public Methods
List<DeductionAllObjectType> getDeductionReference()
Gets the value of the deductionReference property.
List<EarningAllObjectType> getEarningReference()
Gets the value of the earningReference property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
Boolean getOpenEndedOngoingInputs()
Gets the value of the openEndedOngoingInputs property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setDeductionReference(List<DeductionAllObjectType> deductionReference)
Sets the value of the deductionReference property.
void setEarningReference(List<EarningAllObjectType> earningReference)
Sets the value of the earningReference property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setOpenEndedOngoingInputs(Boolean value)
Sets the value of the openEndedOngoingInputs property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate 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 List<DeductionAllObjectType> deductionReference

protected List<EarningAllObjectType> earningReference

protected XMLGregorianCalendar endDate

protected Boolean openEndedOngoingInputs

protected XMLGregorianCalendar startDate

protected WorkerObjectType workerReference

Public Constructors

public PayrollInputRequestCriteriaType ()

Public Methods

public List<DeductionAllObjectType> getDeductionReference ()

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

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

    getDeductionReference().add(newItem);
 

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

public List<EarningAllObjectType> getEarningReference ()

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

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

    getEarningReference().add(newItem);
 

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

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getOpenEndedOngoingInputs ()

Gets the value of the openEndedOngoingInputs property. This getter has been renamed from isOpenEndedOngoingInputs() to getOpenEndedOngoingInputs() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setDeductionReference (List<DeductionAllObjectType> deductionReference)

Sets the value of the deductionReference property.

Parameters
deductionReference Allowed object is DeductionAllObjectType

public void setEarningReference (List<EarningAllObjectType> earningReference)

Sets the value of the earningReference property.

Parameters
earningReference Allowed object is EarningAllObjectType

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOpenEndedOngoingInputs (Boolean value)

Sets the value of the openEndedOngoingInputs property.

Parameters
value Allowed object is Boolean

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType