net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400
Interface BuildBase

All Known Implementing Classes:
BuildBaseImpl

public interface 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 interface BuildBase.Filters
          Java class for anonymous complex type.
static interface BuildBase.Plugins
          Java class for anonymous complex type.
static interface BuildBase.Resources
          Java class for anonymous complex type.
static interface BuildBase.TestResources
          Java class for anonymous complex type.
 
Method Summary
 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.
 

Method Detail

getDefaultGoal

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

Returns:
possible object is String

setDefaultGoal

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

Parameters:
value - allowed object is String

getResources

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

Returns:
possible object is BuildBase.Resources

setResources

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

Parameters:
value - allowed object is BuildBase.Resources

getTestResources

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

Returns:
possible object is BuildBase.TestResources

setTestResources

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

Parameters:
value - allowed object is BuildBase.TestResources

getDirectory

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

Returns:
possible object is String

setDirectory

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

Parameters:
value - allowed object is String

getFinalName

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

Returns:
possible object is String

setFinalName

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

Parameters:
value - allowed object is String

getFilters

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

Returns:
possible object is BuildBase.Filters

setFilters

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

Parameters:
value - allowed object is BuildBase.Filters

getPluginManagement

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

Returns:
possible object is PluginManagement

setPluginManagement

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

Parameters:
value - allowed object is PluginManagement

getPlugins

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

Returns:
possible object is BuildBase.Plugins

setPlugins

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

Parameters:
value - allowed object is BuildBase.Plugins


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