net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl
Class DependenciesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.DependenciesImpl
All Implemented Interfaces:
Serializable, Cloneable, Dependencies, ModelObject

public class DependenciesImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Dependencies

See Also:
Serialized Form

Field Summary
protected  Dependency[] dependency
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
DependenciesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.DependenciesImpl instance.
DependenciesImpl(DependenciesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.DependenciesImpl instance by copying a given instance.
 
Method Summary
 DependenciesImpl clone()
          Creates and returns a copy of this object.
protected  void copyDependency(Dependency[] source)
          Copies all values of property Dependency.
 Dependency[] getDependency()
           
 Dependency getDependency(int idx)
           
 int getDependencyLength()
           
 void setDependency(Dependency[] values)
           
 Dependency setDependency(int idx, Dependency value)
           
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

dependency

protected Dependency[] dependency
Constructor Detail

DependenciesImpl

public DependenciesImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.DependenciesImpl instance.


DependenciesImpl

public DependenciesImpl(DependenciesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.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 Dependencies
Returns:
array of Dependency

getDependency

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

getDependencyLength

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

setDependency

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

setDependency

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

copyDependency

protected void copyDependency(Dependency[] source)
Copies all values of property Dependency.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public DependenciesImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObjectImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.