|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.BuildBase
public class BuildBase
3.0.0+
Java class for BuildBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuildBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="defaultGoal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resources" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resource" type="{http://maven.apache.org/POM/4.0.0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="testResources" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="testResource" type="{http://maven.apache.org/POM/4.0.0}Resource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="finalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pluginManagement" type="{http://maven.apache.org/POM/4.0.0}PluginManagement" 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}Plugin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
BuildBase.Filters
Java class for anonymous complex type. |
static class |
BuildBase.Plugins
Java class for anonymous complex type. |
static class |
BuildBase.Resources
Java class for anonymous complex type. |
static class |
BuildBase.TestResources
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
defaultGoal
|
protected String |
directory
|
protected BuildBase.Filters |
filters
|
protected String |
finalName
|
protected PluginManagement |
pluginManagement
|
protected BuildBase.Plugins |
plugins
|
protected BuildBase.Resources |
resources
|
protected BuildBase.TestResources |
testResources
|
| Constructor Summary | |
|---|---|
BuildBase()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.BuildBase instance. |
|
BuildBase(BuildBase o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.BuildBase instance by copying a given instance. |
|
| Method Summary | |
|---|---|
BuildBase |
clone()
Creates and returns a copy of this object. |
String |
getDefaultGoal()
Gets the value of the defaultGoal property. |
String |
getDirectory()
Gets the value of the directory property. |
BuildBase.Filters |
getFilters()
Gets the value of the filters property. |
String |
getFinalName()
Gets the value of the finalName property. |
PluginManagement |
getPluginManagement()
Gets the value of the pluginManagement property. |
BuildBase.Plugins |
getPlugins()
Gets the value of the plugins property. |
BuildBase.Resources |
getResources()
Gets the value of the resources property. |
BuildBase.TestResources |
getTestResources()
Gets the value of the testResources property. |
void |
setDefaultGoal(String value)
Sets the value of the defaultGoal property. |
void |
setDirectory(String value)
Sets the value of the directory property. |
void |
setFilters(BuildBase.Filters value)
Sets the value of the filters property. |
void |
setFinalName(String value)
Sets the value of the finalName property. |
void |
setPluginManagement(PluginManagement value)
Sets the value of the pluginManagement property. |
void |
setPlugins(BuildBase.Plugins value)
Sets the value of the plugins property. |
void |
setResources(BuildBase.Resources value)
Sets the value of the resources property. |
void |
setTestResources(BuildBase.TestResources value)
Sets the value of the testResources property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String defaultGoal
protected BuildBase.Resources resources
protected BuildBase.TestResources testResources
protected String directory
protected String finalName
protected BuildBase.Filters filters
protected PluginManagement pluginManagement
protected BuildBase.Plugins plugins
| Constructor Detail |
|---|
public BuildBase()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.BuildBase instance.
public BuildBase(BuildBase o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.BuildBase instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getDefaultGoal()
Stringpublic void setDefaultGoal(String value)
value - allowed object is
Stringpublic BuildBase.Resources getResources()
BuildBase.Resourcespublic void setResources(BuildBase.Resources value)
value - allowed object is
BuildBase.Resourcespublic BuildBase.TestResources getTestResources()
BuildBase.TestResourcespublic void setTestResources(BuildBase.TestResources value)
value - allowed object is
BuildBase.TestResourcespublic String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic String getFinalName()
Stringpublic void setFinalName(String value)
value - allowed object is
Stringpublic BuildBase.Filters getFilters()
BuildBase.Filterspublic void setFilters(BuildBase.Filters value)
value - allowed object is
BuildBase.Filterspublic PluginManagement getPluginManagement()
PluginManagementpublic void setPluginManagement(PluginManagement value)
value - allowed object is
PluginManagementpublic BuildBase.Plugins getPlugins()
BuildBase.Pluginspublic void setPlugins(BuildBase.Plugins value)
value - allowed object is
BuildBase.Pluginspublic BuildBase clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||