| java.lang.Object | |
| ↳ | com.workday.payroll.MultipleWorksiteReportRequestCriteriaType |
Contains request criteria for the multiple worksite report.
Java class for Multiple_Worksite_Report_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Multiple_Worksite_Report_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="Payroll_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_State_AuthorityObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| calendarQuarterReference | |||||||||||
| companyReference | |||||||||||
| payrollTaxAuthorityReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the calendarQuarterReference property.
| |||||||||||
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the payrollTaxAuthorityReference property.
| |||||||||||
Sets the value of the calendarQuarterReference property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the payrollTaxAuthorityReference 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 payrollTaxAuthorityReference 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 payrollTaxAuthorityReference property.
For example, to add a new item, do as follows:
getPayrollTaxAuthorityReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollStateAuthorityObjectType
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 payrollTaxAuthorityReference property.
| payrollTaxAuthorityReference | Allowed object is
PayrollStateAuthorityObjectType
|
|---|