public class

MultipleWorksiteReportResponseDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected MultipleWorksiteReportDataType multipleWorksiteReportData
Public Constructors
MultipleWorksiteReportResponseDataType()
Public Methods
MultipleWorksiteReportDataType getMultipleWorksiteReportData()
Gets the value of the multipleWorksiteReportData property.
void setMultipleWorksiteReportData(MultipleWorksiteReportDataType value)
Sets the value of the multipleWorksiteReportData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected MultipleWorksiteReportDataType multipleWorksiteReportData

Public Constructors

public MultipleWorksiteReportResponseDataType ()

Public Methods

public MultipleWorksiteReportDataType getMultipleWorksiteReportData ()

Gets the value of the multipleWorksiteReportData property.

Returns

public void setMultipleWorksiteReportData (MultipleWorksiteReportDataType value)

Sets the value of the multipleWorksiteReportData property.

Parameters
value Allowed object is MultipleWorksiteReportDataType