net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400
Interface BuildBase.Plugins
- All Known Implementing Classes:
- BuildBaseImpl.PluginsImpl
- Enclosing interface:
- BuildBase
public static interface BuildBase.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>
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.