net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl
Class AssemblyImpl.ModuleSetsImpl

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

public static class AssemblyImpl.ModuleSetsImpl
extends Object
implements Serializable, Cloneable, Assembly.ModuleSets

See Also:
Serialized Form

Field Summary
protected  List<ModuleSet> moduleSet
           
 
Constructor Summary
AssemblyImpl.ModuleSetsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl instance.
AssemblyImpl.ModuleSetsImpl(AssemblyImpl.ModuleSetsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.AssemblyImpl.ModuleSetsImpl instance by copying a given instance.
 
Method Summary
 AssemblyImpl.ModuleSetsImpl clone()
          Creates and returns a copy of this object.
static void copyModuleSet(List<ModuleSet> source, List<ModuleSet> target)
          Copies all values of property ModuleSet.
 List<ModuleSet> getModuleSet()
          Gets the value of the moduleSet property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moduleSet

protected List<ModuleSet> moduleSet
Constructor Detail

AssemblyImpl.ModuleSetsImpl

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


AssemblyImpl.ModuleSetsImpl

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

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

getModuleSet

public List<ModuleSet> getModuleSet()
Description copied from interface: Assembly.ModuleSets
Gets the value of the moduleSet 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 moduleSet property.

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

    getModuleSet().add(newItem);
 

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

Specified by:
getModuleSet in interface Assembly.ModuleSets

copyModuleSet

public static void copyModuleSet(List<ModuleSet> source,
                                 List<ModuleSet> target)
Copies all values of property ModuleSet.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

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