public class Reporting extends LocatedTreeImpl
Java class for Reporting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Reporting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="excludeDefaults" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="plugins" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="plugin" type="{http://maven.apache.org/POM/4.0.0}ReportPlugin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Reporting.Plugins
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
excludeDefaults |
protected LocatedAttribute |
outputDirectory |
protected Reporting.Plugins |
plugins |
endLocation, startLocation| Constructor and Description |
|---|
Reporting() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getExcludeDefaults()
Gets the value of the excludeDefaults property.
|
LocatedAttribute |
getOutputDirectory()
Gets the value of the outputDirectory property.
|
Reporting.Plugins |
getPlugins()
Gets the value of the plugins property.
|
void |
setExcludeDefaults(LocatedAttribute value)
Sets the value of the excludeDefaults property.
|
void |
setOutputDirectory(LocatedAttribute value)
Sets the value of the outputDirectory property.
|
void |
setPlugins(Reporting.Plugins value)
Sets the value of the plugins property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute excludeDefaults
protected LocatedAttribute outputDirectory
protected Reporting.Plugins plugins
public LocatedAttribute getExcludeDefaults()
Stringpublic void setExcludeDefaults(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getOutputDirectory()
Stringpublic void setOutputDirectory(LocatedAttribute value)
value - allowed object is
Stringpublic Reporting.Plugins getPlugins()
Reporting.Pluginspublic void setPlugins(Reporting.Plugins value)
value - allowed object is
Reporting.PluginsCopyright © 2012–2016 SonarSource. All rights reserved.