net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl
Class ReportingImpl.PluginsImpl

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

public static class ReportingImpl.PluginsImpl
extends Object
implements Serializable, Cloneable, Reporting.Plugins

See Also:
Serialized Form

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

Field Detail

plugin

protected ReportPlugin[] plugin
Constructor Detail

ReportingImpl.PluginsImpl

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


ReportingImpl.PluginsImpl

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

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

getPlugin

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

getPlugin

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

getPluginLength

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

setPlugin

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

setPlugin

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

clone

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