net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111
Interface ModuleSources.FileSets
- All Known Implementing Classes:
- ModuleSourcesImpl.FileSetsImpl
- Enclosing interface:
- ModuleSources
public static interface ModuleSources.FileSets
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="fileSet" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}FileSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getFileSet
FileSet[] getFileSet()
- Returns:
- array of
FileSet
getFileSet
FileSet getFileSet(int idx)
- Returns:
- one of
FileSet
getFileSetLength
int getFileSetLength()
setFileSet
void setFileSet(FileSet[] values)
- Parameters:
values - allowed objects are
FileSet
setFileSet
FileSet setFileSet(int idx,
FileSet value)
- Parameters:
value - allowed object is
FileSet
Copyright © 2009 The CC-XJC Community. All Rights Reserved.