net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400
Class DependencyManagement

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.DependencyManagement
All Implemented Interfaces:
Serializable, Cloneable

public class DependencyManagement
extends Object
implements Serializable, Cloneable

Section for management of default dependency information for use in a group of POMs.

Java class for DependencyManagement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DependencyManagement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="dependencies" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dependency" type="{http://maven.apache.org/POM/4.0.0}Dependency" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class DependencyManagement.Dependencies
          Java class for anonymous complex type.
 
Field Summary
protected  DependencyManagement.Dependencies dependencies
           
 
Constructor Summary
DependencyManagement()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.DependencyManagement instance.
DependencyManagement(DependencyManagement o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.DependencyManagement instance by copying a given instance.
 
Method Summary
 DependencyManagement 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 DependencyManagement.Dependencies dependencies
Constructor Detail

DependencyManagement

public DependencyManagement()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.DependencyManagement instance.


DependencyManagement

public DependencyManagement(DependencyManagement o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.pom400.DependencyManagement instance by copying a given instance.

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

getDependencies

public DependencyManagement.Dependencies getDependencies()
Gets the value of the dependencies property.

Returns:
possible object is DependencyManagement.Dependencies

setDependencies

public void setDependencies(DependencyManagement.Dependencies value)
Sets the value of the dependencies property.

Parameters:
value - allowed object is DependencyManagement.Dependencies

clone

public DependencyManagement 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.