net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl
Class ReportPluginImpl.ReportSetsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.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  List<ReportSet> reportSet
           
 
Constructor Summary
ReportPluginImpl.ReportSetsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ReportPluginImpl.ReportSetsImpl instance.
ReportPluginImpl.ReportSetsImpl(ReportPluginImpl.ReportSetsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.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.
 List<ReportSet> getReportSet()
          Gets the value of the reportSet property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reportSet

protected List<ReportSet> reportSet
Constructor Detail

ReportPluginImpl.ReportSetsImpl

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


ReportPluginImpl.ReportSetsImpl

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

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

getReportSet

public List<ReportSet> getReportSet()
Description copied from interface: ReportPlugin.ReportSets
Gets the value of the reportSet property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the reportSet property.

For example, to add a new item, do as follows:

    getReportSet().add(newItem);
 

Objects of the following type(s) are allowed in the list ReportSet

Specified by:
getReportSet in interface ReportPlugin.ReportSets

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.