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>
| Modifier and Type | Field and Description |
|---|---|
protected XmlAdhocFilter |
filter |
protected XmlAdhocReport |
report |
| Constructor and Description |
|---|
XmlAdhocConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected XmlAdhocReport report
protected XmlAdhocFilter filter
public XmlAdhocReport getReport()
XmlAdhocReportpublic void setReport(XmlAdhocReport value)
value - allowed object is
XmlAdhocReportpublic XmlAdhocFilter getFilter()
XmlAdhocFilterpublic void setFilter(XmlAdhocFilter value)
value - allowed object is
XmlAdhocFilterCopyright © 2010–2021. All rights reserved.