net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111
Interface ModuleSources.Includes
- All Known Implementing Classes:
- ModuleSourcesImpl.IncludesImpl
- Enclosing interface:
- ModuleSources
public static interface ModuleSources.Includes
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="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getInclude
String[] getInclude()
- Returns:
- array of
String
getInclude
String getInclude(int idx)
- Returns:
- one of
String
getIncludeLength
int getIncludeLength()
setInclude
void setInclude(String[] values)
- Parameters:
values - allowed objects are
String
setInclude
String setInclude(int idx,
String value)
- Parameters:
value - allowed object is
String
Copyright © 2009 The CC-XJC Community. All Rights Reserved.