net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl
Class AssemblyImpl.DependencySetsImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.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
dependencySet
protected DependencySet[] dependencySet
AssemblyImpl.DependencySetsImpl
public AssemblyImpl.DependencySetsImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl instance.
AssemblyImpl.DependencySetsImpl
public AssemblyImpl.DependencySetsImpl(AssemblyImpl.DependencySetsImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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
copyDependencySet
public void copyDependencySet(DependencySet[] source)
- Copies all values of property
DependencySet.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
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.