net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.impl
Class ModuleSourcesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.impl.ModuleSourcesImpl
All Implemented Interfaces:
Serializable, Cloneable, ModuleSources

public class ModuleSourcesImpl
extends Object
implements Serializable, Cloneable, ModuleSources

See Also:
Serialized Form

Nested Class Summary
static class ModuleSourcesImpl.ExcludesImpl
           
static class ModuleSourcesImpl.FileSetsImpl
           
static class ModuleSourcesImpl.IncludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.ModuleSources
ModuleSources.Excludes, ModuleSources.FileSets, ModuleSources.Includes
 
Field Summary
protected  String directoryMode
           
protected  ModuleSourcesImpl.ExcludesImpl excludes
           
protected  Boolean excludeSubModuleDirectories
           
protected  String fileMode
           
protected  ModuleSourcesImpl.FileSetsImpl fileSets
           
protected  Boolean includeModuleDirectory
           
protected  ModuleSourcesImpl.IncludesImpl includes
           
protected  String outputDirectory
           
protected  String outputDirectoryMapping
           
protected  Boolean useDefaultExcludes
           
protected  Boolean useStrictFiltering
           
 
Constructor Summary
ModuleSourcesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.impl.ModuleSourcesImpl instance.
ModuleSourcesImpl(ModuleSourcesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.impl.ModuleSourcesImpl instance by copying a given instance.
 
Method Summary
 ModuleSourcesImpl clone()
          Creates and returns a copy of this object.
 String getDirectoryMode()
          Gets the value of the directoryMode property.
 ModuleSources.Excludes getExcludes()
          Gets the value of the excludes property.
 String getFileMode()
          Gets the value of the fileMode property.
 ModuleSources.FileSets getFileSets()
          Gets the value of the fileSets property.
 ModuleSources.Includes getIncludes()
          Gets the value of the includes property.
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 String getOutputDirectoryMapping()
          Gets the value of the outputDirectoryMapping property.
 Boolean isExcludeSubModuleDirectories()
          Gets the value of the excludeSubModuleDirectories property.
 Boolean isIncludeModuleDirectory()
          Gets the value of the includeModuleDirectory property.
 Boolean isUseDefaultExcludes()
          Gets the value of the useDefaultExcludes property.
 Boolean isUseStrictFiltering()
          Gets the value of the useStrictFiltering property.
 void setDirectoryMode(String value)
          Sets the value of the directoryMode property.
 void setExcludes(ModuleSources.Excludes value)
          Sets the value of the excludes property.
 void setExcludeSubModuleDirectories(Boolean value)
          Sets the value of the excludeSubModuleDirectories property.
 void setFileMode(String value)
          Sets the value of the fileMode property.
 void setFileSets(ModuleSources.FileSets value)
          Sets the value of the fileSets property.
 void setIncludeModuleDirectory(Boolean value)
          Sets the value of the includeModuleDirectory property.
 void setIncludes(ModuleSources.Includes value)
          Sets the value of the includes property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setOutputDirectoryMapping(String value)
          Sets the value of the outputDirectoryMapping property.
 void setUseDefaultExcludes(Boolean value)
          Sets the value of the useDefaultExcludes property.
 void setUseStrictFiltering(Boolean value)
          Sets the value of the useStrictFiltering property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileSets

protected ModuleSourcesImpl.FileSetsImpl fileSets

includeModuleDirectory

protected Boolean includeModuleDirectory

excludeSubModuleDirectories

protected Boolean excludeSubModuleDirectories

outputDirectoryMapping

protected String outputDirectoryMapping

useStrictFiltering

protected Boolean useStrictFiltering

useDefaultExcludes

protected Boolean useDefaultExcludes

outputDirectory

protected String outputDirectory

includes

protected ModuleSourcesImpl.IncludesImpl includes

excludes

protected ModuleSourcesImpl.ExcludesImpl excludes

fileMode

protected String fileMode

directoryMode

protected String directoryMode
Constructor Detail

ModuleSourcesImpl

public ModuleSourcesImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.impl.ModuleSourcesImpl instance.


ModuleSourcesImpl

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

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

getFileSets

public ModuleSources.FileSets getFileSets()
Description copied from interface: ModuleSources
Gets the value of the fileSets property.

Specified by:
getFileSets in interface ModuleSources
Returns:
possible object is ModuleSources.FileSets

setFileSets

public void setFileSets(ModuleSources.FileSets value)
Description copied from interface: ModuleSources
Sets the value of the fileSets property.

Specified by:
setFileSets in interface ModuleSources
Parameters:
value - allowed object is ModuleSources.FileSets

isIncludeModuleDirectory

public Boolean isIncludeModuleDirectory()
Description copied from interface: ModuleSources
Gets the value of the includeModuleDirectory property.

Specified by:
isIncludeModuleDirectory in interface ModuleSources
Returns:
possible object is Boolean

setIncludeModuleDirectory

public void setIncludeModuleDirectory(Boolean value)
Description copied from interface: ModuleSources
Sets the value of the includeModuleDirectory property.

Specified by:
setIncludeModuleDirectory in interface ModuleSources
Parameters:
value - allowed object is Boolean

isExcludeSubModuleDirectories

public Boolean isExcludeSubModuleDirectories()
Description copied from interface: ModuleSources
Gets the value of the excludeSubModuleDirectories property.

Specified by:
isExcludeSubModuleDirectories in interface ModuleSources
Returns:
possible object is Boolean

setExcludeSubModuleDirectories

public void setExcludeSubModuleDirectories(Boolean value)
Description copied from interface: ModuleSources
Sets the value of the excludeSubModuleDirectories property.

Specified by:
setExcludeSubModuleDirectories in interface ModuleSources
Parameters:
value - allowed object is Boolean

getOutputDirectoryMapping

public String getOutputDirectoryMapping()
Description copied from interface: ModuleSources
Gets the value of the outputDirectoryMapping property.

Specified by:
getOutputDirectoryMapping in interface ModuleSources
Returns:
possible object is String

setOutputDirectoryMapping

public void setOutputDirectoryMapping(String value)
Description copied from interface: ModuleSources
Sets the value of the outputDirectoryMapping property.

Specified by:
setOutputDirectoryMapping in interface ModuleSources
Parameters:
value - allowed object is String

isUseStrictFiltering

public Boolean isUseStrictFiltering()
Description copied from interface: ModuleSources
Gets the value of the useStrictFiltering property.

Specified by:
isUseStrictFiltering in interface ModuleSources
Returns:
possible object is Boolean

setUseStrictFiltering

public void setUseStrictFiltering(Boolean value)
Description copied from interface: ModuleSources
Sets the value of the useStrictFiltering property.

Specified by:
setUseStrictFiltering in interface ModuleSources
Parameters:
value - allowed object is Boolean

isUseDefaultExcludes

public Boolean isUseDefaultExcludes()
Description copied from interface: ModuleSources
Gets the value of the useDefaultExcludes property.

Specified by:
isUseDefaultExcludes in interface ModuleSources
Returns:
possible object is Boolean

setUseDefaultExcludes

public void setUseDefaultExcludes(Boolean value)
Description copied from interface: ModuleSources
Sets the value of the useDefaultExcludes property.

Specified by:
setUseDefaultExcludes in interface ModuleSources
Parameters:
value - allowed object is Boolean

getOutputDirectory

public String getOutputDirectory()
Description copied from interface: ModuleSources
Gets the value of the outputDirectory property.

Specified by:
getOutputDirectory in interface ModuleSources
Returns:
possible object is String

setOutputDirectory

public void setOutputDirectory(String value)
Description copied from interface: ModuleSources
Sets the value of the outputDirectory property.

Specified by:
setOutputDirectory in interface ModuleSources
Parameters:
value - allowed object is String

getIncludes

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

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

setIncludes

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

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

getExcludes

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

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

setExcludes

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

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

getFileMode

public String getFileMode()
Description copied from interface: ModuleSources
Gets the value of the fileMode property.

Specified by:
getFileMode in interface ModuleSources
Returns:
possible object is String

setFileMode

public void setFileMode(String value)
Description copied from interface: ModuleSources
Sets the value of the fileMode property.

Specified by:
setFileMode in interface ModuleSources
Parameters:
value - allowed object is String

getDirectoryMode

public String getDirectoryMode()
Description copied from interface: ModuleSources
Gets the value of the directoryMode property.

Specified by:
getDirectoryMode in interface ModuleSources
Returns:
possible object is String

setDirectoryMode

public void setDirectoryMode(String value)
Description copied from interface: ModuleSources
Sets the value of the directoryMode property.

Specified by:
setDirectoryMode in interface ModuleSources
Parameters:
value - allowed object is String

clone

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