net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.settings100
Interface Settings.PluginGroups
- All Known Implementing Classes:
- SettingsImpl.PluginGroupsImpl
- Enclosing interface:
- Settings
public static interface Settings.PluginGroups
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="pluginGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getPluginGroup
String[] getPluginGroup()
- Returns:
- array of
String
getPluginGroup
String getPluginGroup(int idx)
- Returns:
- one of
String
getPluginGroupLength
int getPluginGroupLength()
setPluginGroup
void setPluginGroup(String[] values)
- Parameters:
values - allowed objects are
String
setPluginGroup
String setPluginGroup(int idx,
String value)
- Parameters:
value - allowed object is
String
Copyright © 2009 The CC-XJC Community. All Rights Reserved.