net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl
Class AssemblyImpl.ModuleSetsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.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

Field Summary
protected  ModuleSet[] moduleSet
           
 
Constructor Summary
AssemblyImpl.ModuleSetsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl instance.
AssemblyImpl.ModuleSetsImpl(AssemblyImpl.ModuleSetsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl instance by copying a given instance.
 
Method Summary
 AssemblyImpl.ModuleSetsImpl clone()
          Creates and returns a copy of this object.
 ModuleSet[] getModuleSet()
           
 ModuleSet getModuleSet(int idx)
           
 int getModuleSetLength()
           
 ModuleSet setModuleSet(int idx, ModuleSet value)
           
 void setModuleSet(ModuleSet[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moduleSet

protected ModuleSet[] moduleSet
Constructor Detail

AssemblyImpl.ModuleSetsImpl

public AssemblyImpl.ModuleSetsImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl instance.


AssemblyImpl.ModuleSetsImpl

public AssemblyImpl.ModuleSetsImpl(AssemblyImpl.ModuleSetsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

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

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.