org.apertereports.common.xml.ws
Class GenerateReportRequest
java.lang.Object
org.apertereports.common.xml.ws.GenerateReportRequest
public class GenerateReportRequest
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reportData" type="{http://bluesoft.net.pl/rnd/apertereports/schemas}ReportData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reportData
protected ReportData reportData
GenerateReportRequest
public GenerateReportRequest()
getReportData
public ReportData getReportData()
- Gets the value of the reportData property.
- Returns:
- possible object is
ReportData
setReportData
public void setReportData(ReportData value)
- Sets the value of the reportData property.
- Parameters:
value - allowed object is
ReportData
Copyright © 2011-2012. All Rights Reserved.