public class

PayrollResultRequestCriteriaType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayrollResultRequestCriteriaType

Class Overview

Payroll Result Request Criteria

Java class for Payroll_Result_Request_CriteriaType complex type.

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

 <complexType name="Payroll_Result_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Period_Selection_Date_Reference" type="{urn:com.workday/bsvc}Period_Date_IndicatorObjectType"/>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Pay_Calculation_Criteria" type="{urn:com.workday/bsvc}Pay_Calculations_SelectedType" minOccurs="0"/>
         <element name="Run_Category_Reference" type="{urn:com.workday/bsvc}Run_CategoryObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Settlement_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<CompanyObjectType> companyReference
protected List<EmployeeObjectType> employeeReference
protected XMLGregorianCalendar endDate
protected PayCalculationsSelectedType payCalculationCriteria
protected List<PayGroupObjectType> payGroupReference
protected List<PeriodObjectType> periodReference
protected PeriodDateIndicatorObjectType periodSelectionDateReference
protected List<RunCategoryObjectType> runCategoryReference
protected List<UniqueIdentifierObjectType> settlementIDReference
protected XMLGregorianCalendar startDate
Public Constructors
PayrollResultRequestCriteriaType()
Public Methods
List<CompanyObjectType> getCompanyReference()
Gets the value of the companyReference property.
List<EmployeeObjectType> getEmployeeReference()
Gets the value of the employeeReference property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
PayCalculationsSelectedType getPayCalculationCriteria()
Gets the value of the payCalculationCriteria property.
List<PayGroupObjectType> getPayGroupReference()
Gets the value of the payGroupReference property.
List<PeriodObjectType> getPeriodReference()
Gets the value of the periodReference property.
PeriodDateIndicatorObjectType getPeriodSelectionDateReference()
Gets the value of the periodSelectionDateReference property.
List<RunCategoryObjectType> getRunCategoryReference()
Gets the value of the runCategoryReference property.
List<UniqueIdentifierObjectType> getSettlementIDReference()
Gets the value of the settlementIDReference property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setPayCalculationCriteria(PayCalculationsSelectedType value)
Sets the value of the payCalculationCriteria property.
void setPeriodSelectionDateReference(PeriodDateIndicatorObjectType value)
Sets the value of the periodSelectionDateReference property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CompanyObjectType> companyReference

protected List<EmployeeObjectType> employeeReference

protected XMLGregorianCalendar endDate

protected PayCalculationsSelectedType payCalculationCriteria

protected List<PayGroupObjectType> payGroupReference

protected List<PeriodObjectType> periodReference

protected PeriodDateIndicatorObjectType periodSelectionDateReference

protected List<RunCategoryObjectType> runCategoryReference

protected List<UniqueIdentifierObjectType> settlementIDReference

protected XMLGregorianCalendar startDate

Public Constructors

public PayrollResultRequestCriteriaType ()

Public Methods

public List<CompanyObjectType> getCompanyReference ()

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

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

    getCompanyReference().add(newItem);
 

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

public List<EmployeeObjectType> getEmployeeReference ()

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

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

    getEmployeeReference().add(newItem);
 

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

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public PayCalculationsSelectedType getPayCalculationCriteria ()

Gets the value of the payCalculationCriteria property.

Returns

public List<PayGroupObjectType> getPayGroupReference ()

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

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

    getPayGroupReference().add(newItem);
 

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

public List<PeriodObjectType> getPeriodReference ()

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

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

    getPeriodReference().add(newItem);
 

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

public PeriodDateIndicatorObjectType getPeriodSelectionDateReference ()

Gets the value of the periodSelectionDateReference property.

Returns

public List<RunCategoryObjectType> getRunCategoryReference ()

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

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

    getRunCategoryReference().add(newItem);
 

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

public List<UniqueIdentifierObjectType> getSettlementIDReference ()

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

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

    getSettlementIDReference().add(newItem);
 

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

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPayCalculationCriteria (PayCalculationsSelectedType value)

Sets the value of the payCalculationCriteria property.

Parameters
value Allowed object is PayCalculationsSelectedType

public void setPeriodSelectionDateReference (PeriodDateIndicatorObjectType value)

Sets the value of the periodSelectionDateReference property.

Parameters
value Allowed object is PeriodDateIndicatorObjectType

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar