net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocConfiguration

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocConfiguration

public class XmlAdhocConfiguration
extends Object

Java class for Configuration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Configuration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="report" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Report" minOccurs="0"/>
         <element name="filter" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Filter" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlAdhocFilter filter
           
protected  XmlAdhocReport report
           
 
Constructor Summary
XmlAdhocConfiguration()
           
 
Method Summary
 XmlAdhocFilter getFilter()
          Gets the value of the filter property.
 XmlAdhocReport getReport()
          Gets the value of the report property.
 void setFilter(XmlAdhocFilter value)
          Sets the value of the filter property.
 void setReport(XmlAdhocReport value)
          Sets the value of the report property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

report

protected XmlAdhocReport report

filter

protected XmlAdhocFilter filter
Constructor Detail

XmlAdhocConfiguration

public XmlAdhocConfiguration()
Method Detail

getReport

public XmlAdhocReport getReport()
Gets the value of the report property.

Returns:
possible object is XmlAdhocReport

setReport

public void setReport(XmlAdhocReport value)
Sets the value of the report property.

Parameters:
value - allowed object is XmlAdhocReport

getFilter

public XmlAdhocFilter getFilter()
Gets the value of the filter property.

Returns:
possible object is XmlAdhocFilter

setFilter

public void setFilter(XmlAdhocFilter value)
Sets the value of the filter property.

Parameters:
value - allowed object is XmlAdhocFilter


Copyright © 2010-2012. All Rights Reserved.