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

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

public static class BuildBaseImpl.PluginsImpl
extends Object
implements Serializable, Cloneable, BuildBase.Plugins

See Also:
Serialized Form

Field Summary
protected  Plugin[] plugin
           
 
Constructor Summary
BuildBaseImpl.PluginsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.PluginsImpl instance.
BuildBaseImpl.PluginsImpl(BuildBaseImpl.PluginsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.PluginsImpl instance by copying a given instance.
 
Method Summary
 BuildBaseImpl.PluginsImpl clone()
          Creates and returns a copy of this object.
 Plugin[] getPlugin()
           
 Plugin getPlugin(int idx)
           
 int getPluginLength()
           
 Plugin setPlugin(int idx, Plugin value)
           
 void setPlugin(Plugin[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

protected Plugin[] plugin
Constructor Detail

BuildBaseImpl.PluginsImpl

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


BuildBaseImpl.PluginsImpl

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

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

getPlugin

public Plugin[] getPlugin()
Specified by:
getPlugin in interface BuildBase.Plugins
Returns:
array of Plugin

getPlugin

public Plugin getPlugin(int idx)
Specified by:
getPlugin in interface BuildBase.Plugins
Returns:
one of Plugin

getPluginLength

public int getPluginLength()
Specified by:
getPluginLength in interface BuildBase.Plugins

setPlugin

public void setPlugin(Plugin[] values)
Specified by:
setPlugin in interface BuildBase.Plugins
Parameters:
values - allowed objects are Plugin

setPlugin

public Plugin setPlugin(int idx,
                        Plugin value)
Specified by:
setPlugin in interface BuildBase.Plugins
value - allowed object is Plugin

clone

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