net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400
Interface PluginManagement.Plugins

All Known Implementing Classes:
PluginManagementImpl.PluginsImpl
Enclosing interface:
PluginManagement

public static interface PluginManagement.Plugins

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>
 


Method Summary
 Plugin[] getPlugin()
           
 Plugin getPlugin(int idx)
           
 int getPluginLength()
           
 Plugin setPlugin(int idx, Plugin value)
           
 void setPlugin(Plugin[] values)
           
 

Method Detail

getPlugin

Plugin[] getPlugin()
Returns:
array of Plugin

getPlugin

Plugin getPlugin(int idx)
Returns:
one of Plugin

getPluginLength

int getPluginLength()

setPlugin

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

setPlugin

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


Copyright © 2009 The CC-XJC Community. All Rights Reserved.