public class ReportPlugin extends LocatedTreeImpl
<plugin> element contains informations required for a report plugin.
Java class for ReportPlugin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportPlugin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reportSets" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reportSet" type="{http://maven.apache.org/POM/4.0.0}ReportSet" 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 |
ReportPlugin.Configuration
Java class for anonymous complex type.
|
static class |
ReportPlugin.ReportSets
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
artifactId |
protected ReportPlugin.Configuration |
configuration |
protected LocatedAttribute |
groupId |
protected LocatedAttribute |
inherited |
protected ReportPlugin.ReportSets |
reportSets |
protected LocatedAttribute |
version |
endLocation, startLocation| Constructor and Description |
|---|
ReportPlugin() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getArtifactId()
Gets the value of the artifactId property.
|
ReportPlugin.Configuration |
getConfiguration()
Gets the value of the configuration property.
|
LocatedAttribute |
getGroupId()
Gets the value of the groupId property.
|
LocatedAttribute |
getInherited()
Gets the value of the inherited property.
|
ReportPlugin.ReportSets |
getReportSets()
Gets the value of the reportSets property.
|
LocatedAttribute |
getVersion()
Gets the value of the version property.
|
void |
setArtifactId(LocatedAttribute value)
Sets the value of the artifactId property.
|
void |
setConfiguration(ReportPlugin.Configuration value)
Sets the value of the configuration property.
|
void |
setGroupId(LocatedAttribute value)
Sets the value of the groupId property.
|
void |
setInherited(LocatedAttribute value)
Sets the value of the inherited property.
|
void |
setReportSets(ReportPlugin.ReportSets value)
Sets the value of the reportSets property.
|
void |
setVersion(LocatedAttribute value)
Sets the value of the version property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute groupId
protected LocatedAttribute artifactId
protected LocatedAttribute version
protected ReportPlugin.ReportSets reportSets
protected LocatedAttribute inherited
protected ReportPlugin.Configuration configuration
public LocatedAttribute getGroupId()
Stringpublic void setGroupId(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getArtifactId()
Stringpublic void setArtifactId(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getVersion()
Stringpublic void setVersion(LocatedAttribute value)
value - allowed object is
Stringpublic ReportPlugin.ReportSets getReportSets()
ReportPlugin.ReportSetspublic void setReportSets(ReportPlugin.ReportSets value)
value - allowed object is
ReportPlugin.ReportSetspublic LocatedAttribute getInherited()
Stringpublic void setInherited(LocatedAttribute value)
value - allowed object is
Stringpublic ReportPlugin.Configuration getConfiguration()
ReportPlugin.Configurationpublic void setConfiguration(ReportPlugin.Configuration value)
value - allowed object is
ReportPlugin.ConfigurationCopyright © 2012–2016 SonarSource. All rights reserved.