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