net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111
Interface ModuleBinaries.DependencySets
- All Known Implementing Classes:
- ModuleBinariesImpl.DependencySetsImpl
- Enclosing interface:
- ModuleBinaries
public static interface ModuleBinaries.DependencySets
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="dependencySet" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}DependencySet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getDependencySet
DependencySet[] getDependencySet()
- Returns:
- array of
DependencySet
getDependencySet
DependencySet getDependencySet(int idx)
- Returns:
- one of
DependencySet
getDependencySetLength
int getDependencySetLength()
setDependencySet
void setDependencySet(DependencySet[] values)
- Parameters:
values - allowed objects are
DependencySet
setDependencySet
DependencySet setDependencySet(int idx,
DependencySet value)
- Parameters:
value - allowed object is
DependencySet
Copyright © 2009 The CC-XJC Community. All Rights Reserved.