net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl
Class ModuleSourcesImpl.FileSetsImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleSourcesImpl.FileSetsImpl
- All Implemented Interfaces:
- Serializable, Cloneable, ModuleSources.FileSets
- Enclosing class:
- ModuleSourcesImpl
public static class ModuleSourcesImpl.FileSetsImpl
- extends Object
- implements Serializable, Cloneable, ModuleSources.FileSets
- See Also:
- Serialized Form
fileSet
protected FileSet[] fileSet
ModuleSourcesImpl.FileSetsImpl
public ModuleSourcesImpl.FileSetsImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleSourcesImpl.FileSetsImpl instance.
ModuleSourcesImpl.FileSetsImpl
public ModuleSourcesImpl.FileSetsImpl(ModuleSourcesImpl.FileSetsImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ModuleSourcesImpl.FileSetsImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getFileSet
public FileSet[] getFileSet()
- Specified by:
getFileSet in interface ModuleSources.FileSets
- Returns:
- array of
FileSet
getFileSet
public FileSet getFileSet(int idx)
- Specified by:
getFileSet in interface ModuleSources.FileSets
- Returns:
- one of
FileSet
getFileSetLength
public int getFileSetLength()
- Specified by:
getFileSetLength in interface ModuleSources.FileSets
setFileSet
public void setFileSet(FileSet[] values)
- Specified by:
setFileSet in interface ModuleSources.FileSets
- Parameters:
values - allowed objects are
FileSet
setFileSet
public FileSet setFileSet(int idx,
FileSet value)
- Specified by:
setFileSet in interface ModuleSources.FileSets
value - allowed object is
FileSet
copyFileSet
protected void copyFileSet(FileSet[] source)
- Copies all values of property
FileSet.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
clone
public ModuleSourcesImpl.FileSetsImpl clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class Object
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.