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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ReportPluginImpl.ReportSetsImpl
All Implemented Interfaces:
Serializable, Cloneable, ReportPlugin.ReportSets
Enclosing class:
ReportPluginImpl

public static class ReportPluginImpl.ReportSetsImpl
extends Object
implements Serializable, Cloneable, ReportPlugin.ReportSets

See Also:
Serialized Form

Field Summary
protected  ReportSet[] reportSet
           
 
Constructor Summary
ReportPluginImpl.ReportSetsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ReportPluginImpl.ReportSetsImpl instance.
ReportPluginImpl.ReportSetsImpl(ReportPluginImpl.ReportSetsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ReportPluginImpl.ReportSetsImpl instance by copying a given instance.
 
Method Summary
 ReportPluginImpl.ReportSetsImpl clone()
          Creates and returns a copy of this object.
protected  void copyReportSet(ReportSet[] source)
          Copies all values of property ReportSet.
 ReportSet[] getReportSet()
           
 ReportSet getReportSet(int idx)
           
 int getReportSetLength()
           
 ReportSet setReportSet(int idx, ReportSet value)
           
 void setReportSet(ReportSet[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reportSet

protected ReportSet[] reportSet
Constructor Detail

ReportPluginImpl.ReportSetsImpl

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


ReportPluginImpl.ReportSetsImpl

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

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

getReportSet

public ReportSet[] getReportSet()
Specified by:
getReportSet in interface ReportPlugin.ReportSets
Returns:
array of ReportSet

getReportSet

public ReportSet getReportSet(int idx)
Specified by:
getReportSet in interface ReportPlugin.ReportSets
Returns:
one of ReportSet

getReportSetLength

public int getReportSetLength()
Specified by:
getReportSetLength in interface ReportPlugin.ReportSets

setReportSet

public void setReportSet(ReportSet[] values)
Specified by:
setReportSet in interface ReportPlugin.ReportSets
Parameters:
values - allowed objects are ReportSet

setReportSet

public ReportSet setReportSet(int idx,
                              ReportSet value)
Specified by:
setReportSet in interface ReportPlugin.ReportSets
value - allowed object is ReportSet

copyReportSet

protected void copyReportSet(ReportSet[] source)
Copies all values of property ReportSet.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public ReportPluginImpl.ReportSetsImpl 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.