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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl
All Implemented Interfaces:
Serializable, Cloneable, Assembly.DependencySets
Enclosing class:
AssemblyImpl

public static class AssemblyImpl.DependencySetsImpl
extends Object
implements Serializable, Cloneable, Assembly.DependencySets

See Also:
Serialized Form

Field Summary
protected  DependencySet[] dependencySet
           
 
Constructor Summary
AssemblyImpl.DependencySetsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl instance.
AssemblyImpl.DependencySetsImpl(AssemblyImpl.DependencySetsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl instance by copying a given instance.
 
Method Summary
 AssemblyImpl.DependencySetsImpl clone()
          Creates and returns a copy of this object.
 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

dependencySet

protected DependencySet[] dependencySet
Constructor Detail

AssemblyImpl.DependencySetsImpl

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


AssemblyImpl.DependencySetsImpl

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

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

getDependencySet

public DependencySet[] getDependencySet()
Specified by:
getDependencySet in interface Assembly.DependencySets
Returns:
array of DependencySet

getDependencySet

public DependencySet getDependencySet(int idx)
Specified by:
getDependencySet in interface Assembly.DependencySets
Returns:
one of DependencySet

getDependencySetLength

public int getDependencySetLength()
Specified by:
getDependencySetLength in interface Assembly.DependencySets

setDependencySet

public void setDependencySet(DependencySet[] values)
Specified by:
setDependencySet in interface Assembly.DependencySets
Parameters:
values - allowed objects are DependencySet

setDependencySet

public DependencySet setDependencySet(int idx,
                                      DependencySet value)
Specified by:
setDependencySet in interface Assembly.DependencySets
value - allowed object is DependencySet

clone

public AssemblyImpl.DependencySetsImpl 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.