|
||||||||||
| 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.ReportSet
public class 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 class |
ReportSet.Configuration
Java class for anonymous complex type. |
static class |
ReportSet.Reports
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ReportSet.Configuration |
configuration
|
protected String |
id
|
protected String |
inherited
|
protected ReportSet.Reports |
reports
|
| Constructor Summary | |
|---|---|
ReportSet()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportSet instance. |
|
ReportSet(ReportSet o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportSet instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ReportSet |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected ReportSet.Configuration configuration
protected String inherited
protected ReportSet.Reports reports
| Constructor Detail |
|---|
public ReportSet()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportSet instance.
public ReportSet(ReportSet o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.ReportSet instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic ReportSet.Configuration getConfiguration()
ReportSet.Configurationpublic void setConfiguration(ReportSet.Configuration value)
value - allowed object is
ReportSet.Configurationpublic String getInherited()
Stringpublic void setInherited(String value)
value - allowed object is
Stringpublic ReportSet.Reports getReports()
ReportSet.Reportspublic void setReports(ReportSet.Reports value)
value - allowed object is
ReportSet.Reportspublic ReportSet clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||