net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl
Class DependencyManagementImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.DependencyManagementImpl
- All Implemented Interfaces:
- Serializable, Cloneable, DependencyManagement
public class DependencyManagementImpl
- extends Object
- implements Serializable, Cloneable, DependencyManagement
- See Also:
- Serialized Form
|
Constructor Summary |
DependencyManagementImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.DependencyManagementImpl instance. |
DependencyManagementImpl(DependencyManagementImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.DependencyManagementImpl instance by copying a given instance. |
dependencies
protected DependencyManagementImpl.DependenciesImpl dependencies
DependencyManagementImpl
public DependencyManagementImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.DependencyManagementImpl instance.
DependencyManagementImpl
public DependencyManagementImpl(DependencyManagementImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.DependencyManagementImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getDependencies
public DependencyManagement.Dependencies getDependencies()
- Description copied from interface:
DependencyManagement
- Gets the value of the dependencies property.
- Specified by:
getDependencies in interface DependencyManagement
- Returns:
- possible object is
DependencyManagement.Dependencies
setDependencies
public void setDependencies(DependencyManagement.Dependencies value)
- Description copied from interface:
DependencyManagement
- Sets the value of the dependencies property.
- Specified by:
setDependencies in interface DependencyManagement
- Parameters:
value - allowed object is
DependencyManagement.Dependencies
clone
public DependencyManagementImpl 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.