net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl
Class ModelImpl.DependenciesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.DependenciesImpl
All Implemented Interfaces:
Serializable, Cloneable, Model.Dependencies
Enclosing class:
ModelImpl

public static class ModelImpl.DependenciesImpl
extends Object
implements Serializable, Cloneable, Model.Dependencies

See Also:
Serialized Form

Field Summary
protected  Dependency[] dependency
           
 
Constructor Summary
ModelImpl.DependenciesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.DependenciesImpl instance.
ModelImpl.DependenciesImpl(ModelImpl.DependenciesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.DependenciesImpl instance by copying a given instance.
 
Method Summary
 ModelImpl.DependenciesImpl clone()
          Creates and returns a copy of this object.
 Dependency[] getDependency()
           
 Dependency getDependency(int idx)
           
 int getDependencyLength()
           
 void setDependency(Dependency[] values)
           
 Dependency setDependency(int idx, Dependency value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dependency

protected Dependency[] dependency
Constructor Detail

ModelImpl.DependenciesImpl

public ModelImpl.DependenciesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.DependenciesImpl instance.


ModelImpl.DependenciesImpl

public ModelImpl.DependenciesImpl(ModelImpl.DependenciesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.DependenciesImpl instance by copying a given instance.

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

getDependency

public Dependency[] getDependency()
Specified by:
getDependency in interface Model.Dependencies
Returns:
array of Dependency

getDependency

public Dependency getDependency(int idx)
Specified by:
getDependency in interface Model.Dependencies
Returns:
one of Dependency

getDependencyLength

public int getDependencyLength()
Specified by:
getDependencyLength in interface Model.Dependencies

setDependency

public void setDependency(Dependency[] values)
Specified by:
setDependency in interface Model.Dependencies
Parameters:
values - allowed objects are Dependency

setDependency

public Dependency setDependency(int idx,
                                Dependency value)
Specified by:
setDependency in interface Model.Dependencies
value - allowed object is Dependency

clone

public ModelImpl.DependenciesImpl 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.