| java.lang.Object | |
| ↳ | com.workday.payroll.MultipleWorksiteReportResponseDataType |
Contains the data for the multiple worksite report response.
Java class for Multiple_Worksite_Report_Response_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Multiple_Worksite_Report_Response_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Multiple_Worksite_Report_Data" type="{urn:com.workday/bsvc}Multiple_Worksite_Report_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| multipleWorksiteReportData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the multipleWorksiteReportData property.
| |||||||||||
Sets the value of the multipleWorksiteReportData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the multipleWorksiteReportData property.
MultipleWorksiteReportDataType
Sets the value of the multipleWorksiteReportData property.
| value | Allowed object is
MultipleWorksiteReportDataType
|
|---|

