net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.assembly111.impl
Class AssemblyImpl.DependencySetsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl
All Implemented Interfaces:
Serializable, Cloneable, Assembly.DependencySets
Enclosing class:
AssemblyImpl

public static class AssemblyImpl.DependencySetsImpl
extends Object
implements Serializable, Cloneable, Assembly.DependencySets

See Also:
Serialized Form

Field Summary
protected  List<DependencySet> dependencySet
           
 
Constructor Summary
AssemblyImpl.DependencySetsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl instance.
AssemblyImpl.DependencySetsImpl(AssemblyImpl.DependencySetsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl instance by copying a given instance.
 
Method Summary
 AssemblyImpl.DependencySetsImpl clone()
          Creates and returns a copy of this object.
 List<DependencySet> getDependencySet()
          Gets the value of the dependencySet property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dependencySet

protected List<DependencySet> dependencySet
Constructor Detail

AssemblyImpl.DependencySetsImpl

public AssemblyImpl.DependencySetsImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl instance.


AssemblyImpl.DependencySetsImpl

public AssemblyImpl.DependencySetsImpl(AssemblyImpl.DependencySetsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.assembly111.impl.AssemblyImpl.DependencySetsImpl instance by copying a given instance.

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

getDependencySet

public List<DependencySet> getDependencySet()
Description copied from interface: Assembly.DependencySets
Gets the value of the dependencySet 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 dependencySet property.

For example, to add a new item, do as follows:

    getDependencySet().add(newItem);
 

Objects of the following type(s) are allowed in the list DependencySet

Specified by:
getDependencySet in interface Assembly.DependencySets

clone

public AssemblyImpl.DependencySetsImpl 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.