net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400
Interface Model.Modules
- All Known Implementing Classes:
- ModelImpl.ModulesImpl
- Enclosing interface:
- Model
public static interface Model.Modules
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="module" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getModule
String[] getModule()
- Returns:
- array of
String
getModule
String getModule(int idx)
- Returns:
- one of
String
getModuleLength
int getModuleLength()
setModule
void setModule(String[] values)
- Parameters:
values - allowed objects are
String
setModule
String setModule(int idx,
String value)
- Parameters:
value - allowed object is
String
Copyright © 2009 The CC-XJC Community. All Rights Reserved.