net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400
Class Reporting.Plugins

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400.Reporting.Plugins
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Reporting

public static class Reporting.Plugins
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="plugin" type="{http://maven.apache.org/POM/4.0.0}ReportPlugin" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<ReportPlugin> plugin
           
 
Constructor Summary
Reporting.Plugins()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400.Reporting.Plugins instance.
Reporting.Plugins(Reporting.Plugins o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400.Reporting.Plugins instance by copying a given instance.
 
Method Summary
 Reporting.Plugins clone()
          Creates and returns a copy of this object.
static void copyPlugin(List<ReportPlugin> source, List<ReportPlugin> target)
          Copies all values of property Plugin.
 List<ReportPlugin> getPlugin()
          Gets the value of the plugin property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

protected List<ReportPlugin> plugin
Constructor Detail

Reporting.Plugins

public Reporting.Plugins()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400.Reporting.Plugins instance.


Reporting.Plugins

public Reporting.Plugins(Reporting.Plugins o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.pom400.Reporting.Plugins instance by copying a given instance.

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

getPlugin

public List<ReportPlugin> getPlugin()
Gets the value of the plugin 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 plugin property.

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

    getPlugin().add(newItem);
 

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


copyPlugin

public static void copyPlugin(List<ReportPlugin> source,
                              List<ReportPlugin> target)
Copies all values of property Plugin.

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

clone

public Reporting.Plugins 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.