net.sourceforge.ccxjc.it.model.pkg.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>
 


Method Summary
 String[] getPluginGroup()
           
 String getPluginGroup(int idx)
           
 int getPluginGroupLength()
           
 String setPluginGroup(int idx, String value)
           
 void setPluginGroup(String[] values)
           
 

Method Detail

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.