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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.DependencyManagementImpl
All Implemented Interfaces:
Serializable, Cloneable, DependencyManagement

public class DependencyManagementImpl
extends Object
implements Serializable, Cloneable, DependencyManagement

See Also:
Serialized Form

Nested Class Summary
static class DependencyManagementImpl.DependenciesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.DependencyManagement
DependencyManagement.Dependencies
 
Field Summary
protected  DependencyManagementImpl.DependenciesImpl dependencies
           
 
Constructor Summary
DependencyManagementImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.DependencyManagementImpl instance.
DependencyManagementImpl(DependencyManagementImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.DependencyManagementImpl instance by copying a given instance.
 
Method Summary
 DependencyManagementImpl clone()
          Creates and returns a copy of this object.
 DependencyManagement.Dependencies getDependencies()
          Gets the value of the dependencies property.
 void setDependencies(DependencyManagement.Dependencies value)
          Sets the value of the dependencies property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dependencies

protected DependencyManagementImpl.DependenciesImpl dependencies
Constructor Detail

DependencyManagementImpl

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


DependencyManagementImpl

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

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

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.