|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.ModuleBinaries.DependencySets
public static class 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>
| Field Summary | |
|---|---|
protected DependencySet[] |
dependencySet
|
| Constructor Summary | |
|---|---|
ModuleBinaries.DependencySets()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.ModuleBinaries.DependencySets instance. |
|
ModuleBinaries.DependencySets(ModuleBinaries.DependencySets o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.ModuleBinaries.DependencySets instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ModuleBinaries.DependencySets |
clone()
Creates and returns a copy of this object. |
protected void |
copyDependencySet(DependencySet[] source)
Copies all values of property DependencySet. |
DependencySet[] |
getDependencySet()
|
DependencySet |
getDependencySet(int idx)
|
int |
getDependencySetLength()
|
void |
setDependencySet(DependencySet[] values)
|
DependencySet |
setDependencySet(int idx,
DependencySet value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DependencySet[] dependencySet
| Constructor Detail |
|---|
public ModuleBinaries.DependencySets()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.ModuleBinaries.DependencySets instance.
public ModuleBinaries.DependencySets(ModuleBinaries.DependencySets o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.ModuleBinaries.DependencySets instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DependencySet[] getDependencySet()
DependencySetpublic DependencySet getDependencySet(int idx)
DependencySetpublic int getDependencySetLength()
public void setDependencySet(DependencySet[] values)
values - allowed objects are
DependencySet
public DependencySet setDependencySet(int idx,
DependencySet value)
value - allowed object is
DependencySetprotected void copyDependencySet(DependencySet[] source)
DependencySet.
source - The source to copy from.
NullPointerException - if source is null.public ModuleBinaries.DependencySets clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||