|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocConfiguration
public class XmlAdhocConfiguration
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 |
|---|
protected XmlAdhocReport report
protected XmlAdhocFilter filter
| Constructor Detail |
|---|
public XmlAdhocConfiguration()
| Method Detail |
|---|
public XmlAdhocReport getReport()
XmlAdhocReportpublic void setReport(XmlAdhocReport value)
value - allowed object is
XmlAdhocReportpublic XmlAdhocFilter getFilter()
XmlAdhocFilterpublic void setFilter(XmlAdhocFilter value)
value - allowed object is
XmlAdhocFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||