net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400
Class BuildBase.Plugins

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

public static class BuildBase.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}Plugin" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Plugin[] plugin
           
 
Constructor Summary
BuildBase.Plugins()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.BuildBase.Plugins instance.
BuildBase.Plugins(BuildBase.Plugins o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.BuildBase.Plugins instance by copying a given instance.
 
Method Summary
 BuildBase.Plugins clone()
          Creates and returns a copy of this object.
 Plugin[] getPlugin()
           
 Plugin getPlugin(int idx)
           
 int getPluginLength()
           
 Plugin setPlugin(int idx, Plugin value)
           
 void setPlugin(Plugin[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

protected Plugin[] plugin
Constructor Detail

BuildBase.Plugins

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


BuildBase.Plugins

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

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

getPlugin

public Plugin[] getPlugin()
Returns:
array of Plugin

getPlugin

public Plugin getPlugin(int idx)
Returns:
one of Plugin

getPluginLength

public int getPluginLength()

setPlugin

public void setPlugin(Plugin[] values)
Parameters:
values - allowed objects are Plugin

setPlugin

public Plugin setPlugin(int idx,
                        Plugin value)
Parameters:
value - allowed object is Plugin

clone

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