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

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

public class ModuleBinariesImpl
extends Object
implements Serializable, Cloneable, ModuleBinaries

See Also:
Serialized Form

Nested Class Summary
static class ModuleBinariesImpl.DependencySetsImpl
           
static class ModuleBinariesImpl.ExcludesImpl
           
static class ModuleBinariesImpl.IncludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.ModuleBinaries
ModuleBinaries.DependencySets, ModuleBinaries.Excludes, ModuleBinaries.Includes
 
Field Summary
protected  String attachmentClassifier
           
protected  ModuleBinariesImpl.DependencySetsImpl dependencySets
           
protected  String directoryMode
           
protected  ModuleBinariesImpl.ExcludesImpl excludes
           
protected  String fileMode
           
protected  Boolean includeDependencies
           
protected  ModuleBinariesImpl.IncludesImpl includes
           
protected  String outputDirectory
           
protected  String outputFileNameMapping
           
protected  Boolean unpack
           
protected  UnpackOptionsImpl unpackOptions
           
protected  Boolean useDefaultExcludes
           
protected  Boolean useStrictFiltering
           
 
Constructor Summary
ModuleBinariesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.ModuleBinariesImpl instance.
ModuleBinariesImpl(ModuleBinariesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.ModuleBinariesImpl instance by copying a given instance.
 
Method Summary
 ModuleBinariesImpl clone()
          Creates and returns a copy of this object.
 String getAttachmentClassifier()
          Gets the value of the attachmentClassifier property.
 ModuleBinaries.DependencySets getDependencySets()
          Gets the value of the dependencySets property.
 String getDirectoryMode()
          Gets the value of the directoryMode property.
 ModuleBinaries.Excludes getExcludes()
          Gets the value of the excludes property.
 String getFileMode()
          Gets the value of the fileMode property.
 ModuleBinaries.Includes getIncludes()
          Gets the value of the includes property.
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 String getOutputFileNameMapping()
          Gets the value of the outputFileNameMapping property.
 UnpackOptions getUnpackOptions()
          Gets the value of the unpackOptions property.
 Boolean isIncludeDependencies()
          Gets the value of the includeDependencies property.
 Boolean isUnpack()
          Gets the value of the unpack property.
 Boolean isUseDefaultExcludes()
          Gets the value of the useDefaultExcludes property.
 Boolean isUseStrictFiltering()
          Gets the value of the useStrictFiltering property.
 void setAttachmentClassifier(String value)
          Sets the value of the attachmentClassifier property.
 void setDependencySets(ModuleBinaries.DependencySets value)
          Sets the value of the dependencySets property.
 void setDirectoryMode(String value)
          Sets the value of the directoryMode property.
 void setExcludes(ModuleBinaries.Excludes value)
          Sets the value of the excludes property.
 void setFileMode(String value)
          Sets the value of the fileMode property.
 void setIncludeDependencies(Boolean value)
          Sets the value of the includeDependencies property.
 void setIncludes(ModuleBinaries.Includes value)
          Sets the value of the includes property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setOutputFileNameMapping(String value)
          Sets the value of the outputFileNameMapping property.
 void setUnpack(Boolean value)
          Sets the value of the unpack property.
 void setUnpackOptions(UnpackOptions value)
          Sets the value of the unpackOptions 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

attachmentClassifier

protected String attachmentClassifier

includeDependencies

protected Boolean includeDependencies

dependencySets

protected ModuleBinariesImpl.DependencySetsImpl dependencySets

unpack

protected Boolean unpack

unpackOptions

protected UnpackOptionsImpl unpackOptions

outputFileNameMapping

protected String outputFileNameMapping

useStrictFiltering

protected Boolean useStrictFiltering

useDefaultExcludes

protected Boolean useDefaultExcludes

outputDirectory

protected String outputDirectory

includes

protected ModuleBinariesImpl.IncludesImpl includes

excludes

protected ModuleBinariesImpl.ExcludesImpl excludes

fileMode

protected String fileMode

directoryMode

protected String directoryMode
Constructor Detail

ModuleBinariesImpl

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


ModuleBinariesImpl

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

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

getAttachmentClassifier

public String getAttachmentClassifier()
Description copied from interface: ModuleBinaries
Gets the value of the attachmentClassifier property.

Specified by:
getAttachmentClassifier in interface ModuleBinaries
Returns:
possible object is String

setAttachmentClassifier

public void setAttachmentClassifier(String value)
Description copied from interface: ModuleBinaries
Sets the value of the attachmentClassifier property.

Specified by:
setAttachmentClassifier in interface ModuleBinaries
Parameters:
value - allowed object is String

isIncludeDependencies

public Boolean isIncludeDependencies()
Description copied from interface: ModuleBinaries
Gets the value of the includeDependencies property.

Specified by:
isIncludeDependencies in interface ModuleBinaries
Returns:
possible object is Boolean

setIncludeDependencies

public void setIncludeDependencies(Boolean value)
Description copied from interface: ModuleBinaries
Sets the value of the includeDependencies property.

Specified by:
setIncludeDependencies in interface ModuleBinaries
Parameters:
value - allowed object is Boolean

getDependencySets

public ModuleBinaries.DependencySets getDependencySets()
Description copied from interface: ModuleBinaries
Gets the value of the dependencySets property.

Specified by:
getDependencySets in interface ModuleBinaries
Returns:
possible object is ModuleBinaries.DependencySets

setDependencySets

public void setDependencySets(ModuleBinaries.DependencySets value)
Description copied from interface: ModuleBinaries
Sets the value of the dependencySets property.

Specified by:
setDependencySets in interface ModuleBinaries
Parameters:
value - allowed object is ModuleBinaries.DependencySets

isUnpack

public Boolean isUnpack()
Description copied from interface: ModuleBinaries
Gets the value of the unpack property.

Specified by:
isUnpack in interface ModuleBinaries
Returns:
possible object is Boolean

setUnpack

public void setUnpack(Boolean value)
Description copied from interface: ModuleBinaries
Sets the value of the unpack property.

Specified by:
setUnpack in interface ModuleBinaries
Parameters:
value - allowed object is Boolean

getUnpackOptions

public UnpackOptions getUnpackOptions()
Description copied from interface: ModuleBinaries
Gets the value of the unpackOptions property.

Specified by:
getUnpackOptions in interface ModuleBinaries
Returns:
possible object is UnpackOptions

setUnpackOptions

public void setUnpackOptions(UnpackOptions value)
Description copied from interface: ModuleBinaries
Sets the value of the unpackOptions property.

Specified by:
setUnpackOptions in interface ModuleBinaries
Parameters:
value - allowed object is UnpackOptions

getOutputFileNameMapping

public String getOutputFileNameMapping()
Description copied from interface: ModuleBinaries
Gets the value of the outputFileNameMapping property.

Specified by:
getOutputFileNameMapping in interface ModuleBinaries
Returns:
possible object is String

setOutputFileNameMapping

public void setOutputFileNameMapping(String value)
Description copied from interface: ModuleBinaries
Sets the value of the outputFileNameMapping property.

Specified by:
setOutputFileNameMapping in interface ModuleBinaries
Parameters:
value - allowed object is String

isUseStrictFiltering

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

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

setUseStrictFiltering

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

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

isUseDefaultExcludes

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

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

setUseDefaultExcludes

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

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

getOutputDirectory

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

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

setOutputDirectory

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

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

getIncludes

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

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

setIncludes

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

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

getExcludes

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

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

setExcludes

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

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

getFileMode

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

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

setFileMode

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

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

getDirectoryMode

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

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

setDirectoryMode

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

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

clone

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