public class

QuarterlyWorkerTaxDataRequestCriteriaType

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

Class Overview

Request Criteria

Java class for Quarterly_Worker_Tax_Data_Request_CriteriaType complex type.

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

 <complexType name="Quarterly_Worker_Tax_Data_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType"/>
         <element name="Calendar_Quarter_Reference" type="{urn:com.workday/bsvc}Calendar_QuarterObjectType"/>
         <element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CalendarQuarterObjectType calendarQuarterReference
protected CompanyObjectType companyReference
protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData
Public Constructors
QuarterlyWorkerTaxDataRequestCriteriaType()
Public Methods
CalendarQuarterObjectType getCalendarQuarterReference()
Gets the value of the calendarQuarterReference property.
CompanyObjectType getCompanyReference()
Gets the value of the companyReference property.
FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData()
Gets the value of the fieldAndParameterCriteriaData property.
void setCalendarQuarterReference(CalendarQuarterObjectType value)
Sets the value of the calendarQuarterReference property.
void setCompanyReference(CompanyObjectType value)
Sets the value of the companyReference property.
void setFieldAndParameterCriteriaData(FieldAndParameterCriteriaDataType value)
Sets the value of the fieldAndParameterCriteriaData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CalendarQuarterObjectType calendarQuarterReference

protected CompanyObjectType companyReference

protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData

Public Constructors

public QuarterlyWorkerTaxDataRequestCriteriaType ()

Public Methods

public CalendarQuarterObjectType getCalendarQuarterReference ()

Gets the value of the calendarQuarterReference property.

Returns

public CompanyObjectType getCompanyReference ()

Gets the value of the companyReference property.

Returns

public FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData ()

Gets the value of the fieldAndParameterCriteriaData property.

Returns

public void setCalendarQuarterReference (CalendarQuarterObjectType value)

Sets the value of the calendarQuarterReference property.

Parameters
value Allowed object is CalendarQuarterObjectType

public void setCompanyReference (CompanyObjectType value)

Sets the value of the companyReference property.

Parameters
value Allowed object is CompanyObjectType

public void setFieldAndParameterCriteriaData (FieldAndParameterCriteriaDataType value)

Sets the value of the fieldAndParameterCriteriaData property.

Parameters
value Allowed object is FieldAndParameterCriteriaDataType