net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400
Interface Reporting.Plugins
- All Known Implementing Classes:
- ReportingImpl.PluginsImpl
- Enclosing interface:
- Reporting
public static interface Reporting.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}ReportPlugin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getPlugin
ReportPlugin[] getPlugin()
- Returns:
- array of
ReportPlugin
getPlugin
ReportPlugin getPlugin(int idx)
- Returns:
- one of
ReportPlugin
getPluginLength
int getPluginLength()
setPlugin
void setPlugin(ReportPlugin[] values)
- Parameters:
values - allowed objects are
ReportPlugin
setPlugin
ReportPlugin setPlugin(int idx,
ReportPlugin value)
- Parameters:
value - allowed object is
ReportPlugin
Copyright © 2009 The CC-XJC Community. All Rights Reserved.