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