|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportSet
Represents a set of reports and configuration to be used to generate them.
Java class for ReportSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configuration" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="inherited" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reports" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="report" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
ReportSet.Configuration
Java class for anonymous complex type. |
static interface |
ReportSet.Reports
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
ReportSet.Configuration |
getConfiguration()
Gets the value of the configuration property. |
String |
getId()
Gets the value of the id property. |
String |
getInherited()
Gets the value of the inherited property. |
ReportSet.Reports |
getReports()
Gets the value of the reports property. |
void |
setConfiguration(ReportSet.Configuration value)
Sets the value of the configuration property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInherited(String value)
Sets the value of the inherited property. |
void |
setReports(ReportSet.Reports value)
Sets the value of the reports property. |
| Method Detail |
|---|
String getId()
Stringvoid setId(String value)
value - allowed object is
StringReportSet.Configuration getConfiguration()
ReportSet.Configurationvoid setConfiguration(ReportSet.Configuration value)
value - allowed object is
ReportSet.ConfigurationString getInherited()
Stringvoid setInherited(String value)
value - allowed object is
StringReportSet.Reports getReports()
ReportSet.Reportsvoid setReports(ReportSet.Reports value)
value - allowed object is
ReportSet.Reports
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||