net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400
Class BuildBase

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.BuildBase
All Implemented Interfaces:
Serializable, Cloneable

public class BuildBase
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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.priv.indexed.valueclass.maven.pom400.BuildBase instance.
BuildBase(BuildBase o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.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

defaultGoal

protected String defaultGoal

resources

protected BuildBase.Resources resources

testResources

protected BuildBase.TestResources testResources

directory

protected String directory

finalName

protected String finalName

filters

protected BuildBase.Filters filters

pluginManagement

protected PluginManagement pluginManagement

plugins

protected BuildBase.Plugins plugins
Constructor Detail

BuildBase

public BuildBase()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.BuildBase instance.


BuildBase

public BuildBase(BuildBase o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.BuildBase instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDefaultGoal

public String getDefaultGoal()
Gets the value of the defaultGoal property.

Returns:
possible object is String

setDefaultGoal

public void setDefaultGoal(String value)
Sets the value of the defaultGoal property.

Parameters:
value - allowed object is String

getResources

public BuildBase.Resources getResources()
Gets the value of the resources property.

Returns:
possible object is BuildBase.Resources

setResources

public void setResources(BuildBase.Resources value)
Sets the value of the resources property.

Parameters:
value - allowed object is BuildBase.Resources

getTestResources

public BuildBase.TestResources getTestResources()
Gets the value of the testResources property.

Returns:
possible object is BuildBase.TestResources

setTestResources

public void setTestResources(BuildBase.TestResources value)
Sets the value of the testResources property.

Parameters:
value - allowed object is BuildBase.TestResources

getDirectory

public String getDirectory()
Gets the value of the directory property.

Returns:
possible object is String

setDirectory

public void setDirectory(String value)
Sets the value of the directory property.

Parameters:
value - allowed object is String

getFinalName

public String getFinalName()
Gets the value of the finalName property.

Returns:
possible object is String

setFinalName

public void setFinalName(String value)
Sets the value of the finalName property.

Parameters:
value - allowed object is String

getFilters

public BuildBase.Filters getFilters()
Gets the value of the filters property.

Returns:
possible object is BuildBase.Filters

setFilters

public void setFilters(BuildBase.Filters value)
Sets the value of the filters property.

Parameters:
value - allowed object is BuildBase.Filters

getPluginManagement

public PluginManagement getPluginManagement()
Gets the value of the pluginManagement property.

Returns:
possible object is PluginManagement

setPluginManagement

public void setPluginManagement(PluginManagement value)
Sets the value of the pluginManagement property.

Parameters:
value - allowed object is PluginManagement

getPlugins

public BuildBase.Plugins getPlugins()
Gets the value of the plugins property.

Returns:
possible object is BuildBase.Plugins

setPlugins

public void setPlugins(BuildBase.Plugins value)
Sets the value of the plugins property.

Parameters:
value - allowed object is BuildBase.Plugins

clone

public BuildBase clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.