net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400
Class PluginManagement

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.PluginManagement
All Implemented Interfaces:
Serializable, Cloneable

public class PluginManagement
extends Object
implements Serializable, Cloneable

Section for management of default plugin information for use in a group of POMs.

Java class for PluginManagement complex type.

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

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

See Also:
Serialized Form

Nested Class Summary
static class PluginManagement.Plugins
          Java class for anonymous complex type.
 
Field Summary
protected  PluginManagement.Plugins plugins
           
 
Constructor Summary
PluginManagement()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.PluginManagement instance.
PluginManagement(PluginManagement o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.PluginManagement instance by copying a given instance.
 
Method Summary
 PluginManagement clone()
          Creates and returns a copy of this object.
 PluginManagement.Plugins getPlugins()
          Gets the value of the plugins property.
 void setPlugins(PluginManagement.Plugins value)
          Sets the value of the plugins property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugins

protected PluginManagement.Plugins plugins
Constructor Detail

PluginManagement

public PluginManagement()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.PluginManagement instance.


PluginManagement

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

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

getPlugins

public PluginManagement.Plugins getPlugins()
Gets the value of the plugins property.

Returns:
possible object is PluginManagement.Plugins

setPlugins

public void setPlugins(PluginManagement.Plugins value)
Sets the value of the plugins property.

Parameters:
value - allowed object is PluginManagement.Plugins

clone

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