public class ReportSet extends LocatedTreeImpl
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="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>
<element name="inherited" 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>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportSet.Configuration
Java class for anonymous complex type.
|
static class |
ReportSet.Reports
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReportSet.Configuration |
configuration |
protected LocatedAttribute |
id |
protected LocatedAttribute |
inherited |
protected ReportSet.Reports |
reports |
endLocation, startLocation| Constructor and Description |
|---|
ReportSet() |
| Modifier and Type | Method and Description |
|---|---|
ReportSet.Configuration |
getConfiguration()
Gets the value of the configuration property.
|
LocatedAttribute |
getId()
Gets the value of the id property.
|
LocatedAttribute |
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(LocatedAttribute value)
Sets the value of the id property.
|
void |
setInherited(LocatedAttribute value)
Sets the value of the inherited property.
|
void |
setReports(ReportSet.Reports value)
Sets the value of the reports property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute id
protected ReportSet.Reports reports
protected LocatedAttribute inherited
protected ReportSet.Configuration configuration
public LocatedAttribute getId()
Stringpublic void setId(LocatedAttribute value)
value - allowed object is
Stringpublic ReportSet.Reports getReports()
ReportSet.Reportspublic void setReports(ReportSet.Reports value)
value - allowed object is
ReportSet.Reportspublic LocatedAttribute getInherited()
Stringpublic void setInherited(LocatedAttribute value)
value - allowed object is
Stringpublic ReportSet.Configuration getConfiguration()
ReportSet.Configurationpublic void setConfiguration(ReportSet.Configuration value)
value - allowed object is
ReportSet.ConfigurationCopyright © 2012–2016 SonarSource. All rights reserved.