net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl
Class ModuleSetImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.ModuleSetImpl
All Implemented Interfaces:
Serializable, Cloneable, ModuleSet

public class ModuleSetImpl
extends Object
implements Serializable, Cloneable, ModuleSet

See Also:
Serialized Form

Nested Class Summary
static class ModuleSetImpl.ExcludesImpl
           
static class ModuleSetImpl.IncludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.ModuleSet
ModuleSet.Excludes, ModuleSet.Includes
 
Field Summary
protected  ModuleBinariesImpl binaries
           
protected  ModuleSetImpl.ExcludesImpl excludes
           
protected  ModuleSetImpl.IncludesImpl includes
           
protected  Boolean includeSubModules
           
protected  ModuleSourcesImpl sources
           
 
Constructor Summary
ModuleSetImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.ModuleSetImpl instance.
ModuleSetImpl(ModuleSetImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.ModuleSetImpl instance by copying a given instance.
 
Method Summary
 ModuleSetImpl clone()
          Creates and returns a copy of this object.
 ModuleBinaries getBinaries()
          Gets the value of the binaries property.
 ModuleSet.Excludes getExcludes()
          Gets the value of the excludes property.
 ModuleSet.Includes getIncludes()
          Gets the value of the includes property.
 ModuleSources getSources()
          Gets the value of the sources property.
 Boolean isIncludeSubModules()
          Gets the value of the includeSubModules property.
 void setBinaries(ModuleBinaries value)
          Sets the value of the binaries property.
 void setExcludes(ModuleSet.Excludes value)
          Sets the value of the excludes property.
 void setIncludes(ModuleSet.Includes value)
          Sets the value of the includes property.
 void setIncludeSubModules(Boolean value)
          Sets the value of the includeSubModules property.
 void setSources(ModuleSources value)
          Sets the value of the sources property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

includeSubModules

protected Boolean includeSubModules

includes

protected ModuleSetImpl.IncludesImpl includes

excludes

protected ModuleSetImpl.ExcludesImpl excludes

sources

protected ModuleSourcesImpl sources

binaries

protected ModuleBinariesImpl binaries
Constructor Detail

ModuleSetImpl

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


ModuleSetImpl

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

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

isIncludeSubModules

public Boolean isIncludeSubModules()
Description copied from interface: ModuleSet
Gets the value of the includeSubModules property.

Specified by:
isIncludeSubModules in interface ModuleSet
Returns:
possible object is Boolean

setIncludeSubModules

public void setIncludeSubModules(Boolean value)
Description copied from interface: ModuleSet
Sets the value of the includeSubModules property.

Specified by:
setIncludeSubModules in interface ModuleSet
Parameters:
value - allowed object is Boolean

getIncludes

public ModuleSet.Includes getIncludes()
Description copied from interface: ModuleSet
Gets the value of the includes property.

Specified by:
getIncludes in interface ModuleSet
Returns:
possible object is ModuleSet.Includes

setIncludes

public void setIncludes(ModuleSet.Includes value)
Description copied from interface: ModuleSet
Sets the value of the includes property.

Specified by:
setIncludes in interface ModuleSet
Parameters:
value - allowed object is ModuleSet.Includes

getExcludes

public ModuleSet.Excludes getExcludes()
Description copied from interface: ModuleSet
Gets the value of the excludes property.

Specified by:
getExcludes in interface ModuleSet
Returns:
possible object is ModuleSet.Excludes

setExcludes

public void setExcludes(ModuleSet.Excludes value)
Description copied from interface: ModuleSet
Sets the value of the excludes property.

Specified by:
setExcludes in interface ModuleSet
Parameters:
value - allowed object is ModuleSet.Excludes

getSources

public ModuleSources getSources()
Description copied from interface: ModuleSet
Gets the value of the sources property.

Specified by:
getSources in interface ModuleSet
Returns:
possible object is ModuleSources

setSources

public void setSources(ModuleSources value)
Description copied from interface: ModuleSet
Sets the value of the sources property.

Specified by:
setSources in interface ModuleSet
Parameters:
value - allowed object is ModuleSources

getBinaries

public ModuleBinaries getBinaries()
Description copied from interface: ModuleSet
Gets the value of the binaries property.

Specified by:
getBinaries in interface ModuleSet
Returns:
possible object is ModuleBinaries

setBinaries

public void setBinaries(ModuleBinaries value)
Description copied from interface: ModuleSet
Sets the value of the binaries property.

Specified by:
setBinaries in interface ModuleSet
Parameters:
value - allowed object is ModuleBinaries

clone

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