net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl
Class AssemblyImpl.ModuleSetsImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Assembly.ModuleSets
- Enclosing class:
- AssemblyImpl
public static class AssemblyImpl.ModuleSetsImpl
- extends Object
- implements Serializable, Cloneable, Assembly.ModuleSets
- See Also:
- Serialized Form
moduleSet
protected ModuleSet[] moduleSet
AssemblyImpl.ModuleSetsImpl
public AssemblyImpl.ModuleSetsImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl instance.
AssemblyImpl.ModuleSetsImpl
public AssemblyImpl.ModuleSetsImpl(AssemblyImpl.ModuleSetsImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getModuleSet
public ModuleSet[] getModuleSet()
- Specified by:
getModuleSet in interface Assembly.ModuleSets
- Returns:
- array of
ModuleSet
getModuleSet
public ModuleSet getModuleSet(int idx)
- Specified by:
getModuleSet in interface Assembly.ModuleSets
- Returns:
- one of
ModuleSet
getModuleSetLength
public int getModuleSetLength()
- Specified by:
getModuleSetLength in interface Assembly.ModuleSets
setModuleSet
public void setModuleSet(ModuleSet[] values)
- Specified by:
setModuleSet in interface Assembly.ModuleSets
- Parameters:
values - allowed objects are
ModuleSet
setModuleSet
public ModuleSet setModuleSet(int idx,
ModuleSet value)
- Specified by:
setModuleSet in interface Assembly.ModuleSets
value - allowed object is
ModuleSet
copyModuleSet
protected void copyModuleSet(ModuleSet[] source)
- Copies all values of property
ModuleSet.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
clone
public AssemblyImpl.ModuleSetsImpl 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.