net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400
Interface Build

All Known Implementing Classes:
BuildImpl

public interface 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 interface Build.Extensions
          Java class for anonymous complex type.
static interface Build.Filters
          Java class for anonymous complex type.
static interface Build.Plugins
          Java class for anonymous complex type.
static interface Build.Resources
          Java class for anonymous complex type.
static interface Build.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.
 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.
 

Method Detail

getSourceDirectory

String getSourceDirectory()
Gets the value of the sourceDirectory property.

Returns:
possible object is String

setSourceDirectory

void setSourceDirectory(String value)
Sets the value of the sourceDirectory property.

Parameters:
value - allowed object is String

getScriptSourceDirectory

String getScriptSourceDirectory()
Gets the value of the scriptSourceDirectory property.

Returns:
possible object is String

setScriptSourceDirectory

void setScriptSourceDirectory(String value)
Sets the value of the scriptSourceDirectory property.

Parameters:
value - allowed object is String

getTestSourceDirectory

String getTestSourceDirectory()
Gets the value of the testSourceDirectory property.

Returns:
possible object is String

setTestSourceDirectory

void setTestSourceDirectory(String value)
Sets the value of the testSourceDirectory property.

Parameters:
value - allowed object is String

getOutputDirectory

String getOutputDirectory()
Gets the value of the outputDirectory property.

Returns:
possible object is String

setOutputDirectory

void setOutputDirectory(String value)
Sets the value of the outputDirectory property.

Parameters:
value - allowed object is String

getTestOutputDirectory

String getTestOutputDirectory()
Gets the value of the testOutputDirectory property.

Returns:
possible object is String

setTestOutputDirectory

void setTestOutputDirectory(String value)
Sets the value of the testOutputDirectory property.

Parameters:
value - allowed object is String

getExtensions

Build.Extensions getExtensions()
Gets the value of the extensions property.

Returns:
possible object is Build.Extensions

setExtensions

void setExtensions(Build.Extensions value)
Sets the value of the extensions property.

Parameters:
value - allowed object is Build.Extensions

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

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

Returns:
possible object is Build.Resources

setResources

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

Parameters:
value - allowed object is Build.Resources

getTestResources

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

Returns:
possible object is Build.TestResources

setTestResources

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

Parameters:
value - allowed object is Build.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

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

Returns:
possible object is Build.Filters

setFilters

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

Parameters:
value - allowed object is Build.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

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

Returns:
possible object is Build.Plugins

setPlugins

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

Parameters:
value - allowed object is Build.Plugins


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