org.apertereports.common.xml.ws
Class GenerateReportRequest

java.lang.Object
  extended by 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>
 


Field Summary
protected  ReportData reportData
           
 
Constructor Summary
GenerateReportRequest()
           
 
Method Summary
 ReportData getReportData()
          Gets the value of the reportData property.
 void setReportData(ReportData value)
          Sets the value of the reportData property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reportData

protected ReportData reportData
Constructor Detail

GenerateReportRequest

public GenerateReportRequest()
Method Detail

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.