| java.lang.Object | |
| ↳ | com.workday.payroll.QuarterlyWorkerTaxDataRequestCriteriaType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| calendarQuarterReference | |||||||||||
| companyReference | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the calendarQuarterReference property.
| |||||||||||
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the calendarQuarterReference property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the calendarQuarterReference property.
CalendarQuarterObjectType
Gets the value of the companyReference property.
CompanyObjectType
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Sets the value of the calendarQuarterReference property.
| value | Allowed object is
CalendarQuarterObjectType
|
|---|
Sets the value of the companyReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|