net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl
Class DependenciesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.priv.collections.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
|
Constructor Summary |
DependenciesImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.DependenciesImpl instance. |
DependenciesImpl(DependenciesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.DependenciesImpl instance by copying a given instance. |
dependency
protected List<Dependency> dependency
DependenciesImpl
public DependenciesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.DependenciesImpl instance.
DependenciesImpl
public DependenciesImpl(DependenciesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl.DependenciesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getDependency
public List<Dependency> getDependency()
- Description copied from interface:
Dependencies
- Gets the value of the dependency property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dependency property.
For example, to add a new item, do as follows:
getDependency().add(newItem);
Objects of the following type(s) are allowed in the list
Dependency
- Specified by:
getDependency in interface Dependencies
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.