net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class BuildBaseImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl
All Implemented Interfaces:
Serializable, Cloneable, BuildBase

public class BuildBaseImpl
extends Object
implements Serializable, Cloneable, BuildBase

See Also:
Serialized Form

Nested Class Summary
static class BuildBaseImpl.FiltersImpl
           
static class BuildBaseImpl.PluginsImpl
           
static class BuildBaseImpl.ResourcesImpl
           
static class BuildBaseImpl.TestResourcesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.BuildBase
BuildBase.Filters, BuildBase.Plugins, BuildBase.Resources, BuildBase.TestResources
 
Field Summary
protected  String defaultGoal
           
protected  String directory
           
protected  BuildBaseImpl.FiltersImpl filters
           
protected  String finalName
           
protected  PluginManagementImpl pluginManagement
           
protected  BuildBaseImpl.PluginsImpl plugins
           
protected  BuildBaseImpl.ResourcesImpl resources
           
protected  BuildBaseImpl.TestResourcesImpl testResources
           
 
Constructor Summary
BuildBaseImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl instance.
BuildBaseImpl(BuildBaseImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl instance by copying a given instance.
 
Method Summary
 BuildBaseImpl 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 BuildBaseImpl.ResourcesImpl resources

testResources

protected BuildBaseImpl.TestResourcesImpl testResources

directory

protected String directory

finalName

protected String finalName

filters

protected BuildBaseImpl.FiltersImpl filters

pluginManagement

protected PluginManagementImpl pluginManagement

plugins

protected BuildBaseImpl.PluginsImpl plugins
Constructor Detail

BuildBaseImpl

public BuildBaseImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl instance.


BuildBaseImpl

public BuildBaseImpl(BuildBaseImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl instance by copying a given instance.

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

getDefaultGoal

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

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

setDefaultGoal

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

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

getResources

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

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

setResources

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

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

getTestResources

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

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

setTestResources

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

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

getDirectory

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

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

setDirectory

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

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

getFinalName

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

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

setFinalName

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

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

getFilters

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

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

setFilters

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

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

getPluginManagement

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

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

setPluginManagement

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

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

getPlugins

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

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

setPlugins

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

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

clone

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