|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportPlugin
public class ReportPlugin
4.0.0
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="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>
<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>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ReportPlugin.Configuration
Java class for anonymous complex type. |
static class |
ReportPlugin.ReportSets
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
artifactId
|
protected ReportPlugin.Configuration |
configuration
|
protected String |
groupId
|
protected String |
inherited
|
protected ReportPlugin.ReportSets |
reportSets
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ReportPlugin()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportPlugin instance. |
|
ReportPlugin(ReportPlugin o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportPlugin instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ReportPlugin |
clone()
Creates and returns a copy of this object. |
String |
getArtifactId()
Gets the value of the artifactId property. |
ReportPlugin.Configuration |
getConfiguration()
Gets the value of the configuration property. |
String |
getGroupId()
Gets the value of the groupId property. |
String |
getInherited()
Gets the value of the inherited property. |
ReportPlugin.ReportSets |
getReportSets()
Gets the value of the reportSets property. |
String |
getVersion()
Gets the value of the version property. |
void |
setArtifactId(String value)
Sets the value of the artifactId property. |
void |
setConfiguration(ReportPlugin.Configuration value)
Sets the value of the configuration property. |
void |
setGroupId(String value)
Sets the value of the groupId property. |
void |
setInherited(String value)
Sets the value of the inherited property. |
void |
setReportSets(ReportPlugin.ReportSets value)
Sets the value of the reportSets property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String groupId
protected String artifactId
protected String version
protected String inherited
protected ReportPlugin.Configuration configuration
protected ReportPlugin.ReportSets reportSets
| Constructor Detail |
|---|
public ReportPlugin()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportPlugin instance.
public ReportPlugin(ReportPlugin o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportPlugin instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getGroupId()
Stringpublic void setGroupId(String value)
value - allowed object is
Stringpublic String getArtifactId()
Stringpublic void setArtifactId(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getInherited()
Stringpublic void setInherited(String value)
value - allowed object is
Stringpublic ReportPlugin.Configuration getConfiguration()
ReportPlugin.Configurationpublic void setConfiguration(ReportPlugin.Configuration value)
value - allowed object is
ReportPlugin.Configurationpublic ReportPlugin.ReportSets getReportSets()
ReportPlugin.ReportSetspublic void setReportSets(ReportPlugin.ReportSets value)
value - allowed object is
ReportPlugin.ReportSetspublic ReportPlugin clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||