net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl
Class BuildImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl
All Implemented Interfaces:
Serializable, Cloneable, Build

public class BuildImpl
extends Object
implements Serializable, Cloneable, Build

See Also:
Serialized Form

Nested Class Summary
static class BuildImpl.ExtensionsImpl
           
static class BuildImpl.FiltersImpl
           
static class BuildImpl.PluginsImpl
           
static class BuildImpl.ResourcesImpl
           
static class BuildImpl.TestResourcesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.Build
Build.Extensions, Build.Filters, Build.Plugins, Build.Resources, Build.TestResources
 
Field Summary
protected  String defaultGoal
           
protected  String directory
           
protected  BuildImpl.ExtensionsImpl extensions
           
protected  BuildImpl.FiltersImpl filters
           
protected  String finalName
           
protected  String outputDirectory
           
protected  PluginManagementImpl pluginManagement
           
protected  BuildImpl.PluginsImpl plugins
           
protected  BuildImpl.ResourcesImpl resources
           
protected  String scriptSourceDirectory
           
protected  String sourceDirectory
           
protected  String testOutputDirectory
           
protected  BuildImpl.TestResourcesImpl testResources
           
protected  String testSourceDirectory
           
 
Constructor Summary
BuildImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl instance.
BuildImpl(BuildImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl instance by copying a given instance.
 
Method Summary
 BuildImpl 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

sourceDirectory

protected String sourceDirectory

scriptSourceDirectory

protected String scriptSourceDirectory

testSourceDirectory

protected String testSourceDirectory

outputDirectory

protected String outputDirectory

testOutputDirectory

protected String testOutputDirectory

extensions

protected BuildImpl.ExtensionsImpl extensions

defaultGoal

protected String defaultGoal

resources

protected BuildImpl.ResourcesImpl resources

testResources

protected BuildImpl.TestResourcesImpl testResources

directory

protected String directory

finalName

protected String finalName

filters

protected BuildImpl.FiltersImpl filters

pluginManagement

protected PluginManagementImpl pluginManagement

plugins

protected BuildImpl.PluginsImpl plugins
Constructor Detail

BuildImpl

public BuildImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl instance.


BuildImpl

public BuildImpl(BuildImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl instance by copying a given instance.

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

getSourceDirectory

public String getSourceDirectory()
Description copied from interface: Build
Gets the value of the sourceDirectory property.

Specified by:
getSourceDirectory in interface Build
Returns:
possible object is String

setSourceDirectory

public void setSourceDirectory(String value)
Description copied from interface: Build
Sets the value of the sourceDirectory property.

Specified by:
setSourceDirectory in interface Build
Parameters:
value - allowed object is String

getScriptSourceDirectory

public String getScriptSourceDirectory()
Description copied from interface: Build
Gets the value of the scriptSourceDirectory property.

Specified by:
getScriptSourceDirectory in interface Build
Returns:
possible object is String

setScriptSourceDirectory

public void setScriptSourceDirectory(String value)
Description copied from interface: Build
Sets the value of the scriptSourceDirectory property.

Specified by:
setScriptSourceDirectory in interface Build
Parameters:
value - allowed object is String

getTestSourceDirectory

public String getTestSourceDirectory()
Description copied from interface: Build
Gets the value of the testSourceDirectory property.

Specified by:
getTestSourceDirectory in interface Build
Returns:
possible object is String

setTestSourceDirectory

public void setTestSourceDirectory(String value)
Description copied from interface: Build
Sets the value of the testSourceDirectory property.

Specified by:
setTestSourceDirectory in interface Build
Parameters:
value - allowed object is String

getOutputDirectory

public String getOutputDirectory()
Description copied from interface: Build
Gets the value of the outputDirectory property.

Specified by:
getOutputDirectory in interface Build
Returns:
possible object is String

setOutputDirectory

public void setOutputDirectory(String value)
Description copied from interface: Build
Sets the value of the outputDirectory property.

Specified by:
setOutputDirectory in interface Build
Parameters:
value - allowed object is String

getTestOutputDirectory

public String getTestOutputDirectory()
Description copied from interface: Build
Gets the value of the testOutputDirectory property.

Specified by:
getTestOutputDirectory in interface Build
Returns:
possible object is String

setTestOutputDirectory

public void setTestOutputDirectory(String value)
Description copied from interface: Build
Sets the value of the testOutputDirectory property.

Specified by:
setTestOutputDirectory in interface Build
Parameters:
value - allowed object is String

getExtensions

public Build.Extensions getExtensions()
Description copied from interface: Build
Gets the value of the extensions property.

Specified by:
getExtensions in interface Build
Returns:
possible object is Build.Extensions

setExtensions

public void setExtensions(Build.Extensions value)
Description copied from interface: Build
Sets the value of the extensions property.

Specified by:
setExtensions in interface Build
Parameters:
value - allowed object is Build.Extensions

getDefaultGoal

public String getDefaultGoal()
Description copied from interface: Build
Gets the value of the defaultGoal property.

Specified by:
getDefaultGoal in interface Build
Returns:
possible object is String

setDefaultGoal

public void setDefaultGoal(String value)
Description copied from interface: Build
Sets the value of the defaultGoal property.

Specified by:
setDefaultGoal in interface Build
Parameters:
value - allowed object is String

getResources

public Build.Resources getResources()
Description copied from interface: Build
Gets the value of the resources property.

Specified by:
getResources in interface Build
Returns:
possible object is Build.Resources

setResources

public void setResources(Build.Resources value)
Description copied from interface: Build
Sets the value of the resources property.

Specified by:
setResources in interface Build
Parameters:
value - allowed object is Build.Resources

getTestResources

public Build.TestResources getTestResources()
Description copied from interface: Build
Gets the value of the testResources property.

Specified by:
getTestResources in interface Build
Returns:
possible object is Build.TestResources

setTestResources

public void setTestResources(Build.TestResources value)
Description copied from interface: Build
Sets the value of the testResources property.

Specified by:
setTestResources in interface Build
Parameters:
value - allowed object is Build.TestResources

getDirectory

public String getDirectory()
Description copied from interface: Build
Gets the value of the directory property.

Specified by:
getDirectory in interface Build
Returns:
possible object is String

setDirectory

public void setDirectory(String value)
Description copied from interface: Build
Sets the value of the directory property.

Specified by:
setDirectory in interface Build
Parameters:
value - allowed object is String

getFinalName

public String getFinalName()
Description copied from interface: Build
Gets the value of the finalName property.

Specified by:
getFinalName in interface Build
Returns:
possible object is String

setFinalName

public void setFinalName(String value)
Description copied from interface: Build
Sets the value of the finalName property.

Specified by:
setFinalName in interface Build
Parameters:
value - allowed object is String

getFilters

public Build.Filters getFilters()
Description copied from interface: Build
Gets the value of the filters property.

Specified by:
getFilters in interface Build
Returns:
possible object is Build.Filters

setFilters

public void setFilters(Build.Filters value)
Description copied from interface: Build
Sets the value of the filters property.

Specified by:
setFilters in interface Build
Parameters:
value - allowed object is Build.Filters

getPluginManagement

public PluginManagement getPluginManagement()
Description copied from interface: Build
Gets the value of the pluginManagement property.

Specified by:
getPluginManagement in interface Build
Returns:
possible object is PluginManagement

setPluginManagement

public void setPluginManagement(PluginManagement value)
Description copied from interface: Build
Sets the value of the pluginManagement property.

Specified by:
setPluginManagement in interface Build
Parameters:
value - allowed object is PluginManagement

getPlugins

public Build.Plugins getPlugins()
Description copied from interface: Build
Gets the value of the plugins property.

Specified by:
getPlugins in interface Build
Returns:
possible object is Build.Plugins

setPlugins

public void setPlugins(Build.Plugins value)
Description copied from interface: Build
Sets the value of the plugins property.

Specified by:
setPlugins in interface Build
Parameters:
value - allowed object is Build.Plugins

clone

public BuildImpl 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.