net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400
Class ReportPlugin.ReportSets

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.ReportPlugin.ReportSets
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
ReportPlugin

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

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reportSet" type="{http://maven.apache.org/POM/4.0.0}ReportSet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ReportSet[] reportSet
           
 
Constructor Summary
ReportPlugin.ReportSets()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.ReportPlugin.ReportSets instance.
ReportPlugin.ReportSets(ReportPlugin.ReportSets o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.ReportPlugin.ReportSets instance by copying a given instance.
 
Method Summary
 ReportPlugin.ReportSets clone()
          Creates and returns a copy of this object.
 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

ReportPlugin.ReportSets

public ReportPlugin.ReportSets()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.ReportPlugin.ReportSets instance.


ReportPlugin.ReportSets

public ReportPlugin.ReportSets(ReportPlugin.ReportSets o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.ReportPlugin.ReportSets instance by copying a given instance.

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

getReportSet

public ReportSet[] getReportSet()
Returns:
array of ReportSet

getReportSet

public ReportSet getReportSet(int idx)
Returns:
one of ReportSet

getReportSetLength

public int getReportSetLength()

setReportSet

public void setReportSet(ReportSet[] values)
Parameters:
values - allowed objects are ReportSet

setReportSet

public ReportSet setReportSet(int idx,
                              ReportSet value)
Parameters:
value - allowed object is ReportSet

clone

public ReportPlugin.ReportSets 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.