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

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

public class AssemblyImpl
extends Object
implements Serializable, Cloneable, Assembly

See Also:
Serialized Form

Nested Class Summary
static class AssemblyImpl.ComponentDescriptorsImpl
           
static class AssemblyImpl.ContainerDescriptorHandlersImpl
           
static class AssemblyImpl.DependencySetsImpl
           
static class AssemblyImpl.FileSetsImpl
           
static class AssemblyImpl.FilesImpl
           
static class AssemblyImpl.FormatsImpl
           
static class AssemblyImpl.ModuleSetsImpl
           
static class AssemblyImpl.RepositoriesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.Assembly
Assembly.ComponentDescriptors, Assembly.ContainerDescriptorHandlers, Assembly.DependencySets, Assembly.Files, Assembly.FileSets, Assembly.Formats, Assembly.ModuleSets, Assembly.Repositories
 
Field Summary
protected  String baseDirectory
           
protected  AssemblyImpl.ComponentDescriptorsImpl componentDescriptors
           
protected  AssemblyImpl.ContainerDescriptorHandlersImpl containerDescriptorHandlers
           
protected  AssemblyImpl.DependencySetsImpl dependencySets
           
protected  AssemblyImpl.FilesImpl files
           
protected  AssemblyImpl.FileSetsImpl fileSets
           
protected  AssemblyImpl.FormatsImpl formats
           
protected  String id
           
protected  Boolean includeBaseDirectory
           
protected  Boolean includeSiteDirectory
           
protected  AssemblyImpl.ModuleSetsImpl moduleSets
           
protected  AssemblyImpl.RepositoriesImpl repositories
           
 
Constructor Summary
AssemblyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.impl.AssemblyImpl instance.
AssemblyImpl(AssemblyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.assembly111.impl.AssemblyImpl instance by copying a given instance.
 
Method Summary
 AssemblyImpl clone()
          Creates and returns a copy of this object.
 String getBaseDirectory()
          Gets the value of the baseDirectory property.
 Assembly.ComponentDescriptors getComponentDescriptors()
          Gets the value of the componentDescriptors property.
 Assembly.ContainerDescriptorHandlers getContainerDescriptorHandlers()
          Gets the value of the containerDescriptorHandlers property.
 Assembly.DependencySets getDependencySets()
          Gets the value of the dependencySets property.
 Assembly.Files getFiles()
          Gets the value of the files property.
 Assembly.FileSets getFileSets()
          Gets the value of the fileSets property.
 Assembly.Formats getFormats()
          Gets the value of the formats property.
 String getId()
          Gets the value of the id property.
 Assembly.ModuleSets getModuleSets()
          Gets the value of the moduleSets property.
 Assembly.Repositories getRepositories()
          Gets the value of the repositories property.
 Boolean isIncludeBaseDirectory()
          Gets the value of the includeBaseDirectory property.
 Boolean isIncludeSiteDirectory()
          Gets the value of the includeSiteDirectory property.
 void setBaseDirectory(String value)
          Sets the value of the baseDirectory property.
 void setComponentDescriptors(Assembly.ComponentDescriptors value)
          Sets the value of the componentDescriptors property.
 void setContainerDescriptorHandlers(Assembly.ContainerDescriptorHandlers value)
          Sets the value of the containerDescriptorHandlers property.
 void setDependencySets(Assembly.DependencySets value)
          Sets the value of the dependencySets property.
 void setFiles(Assembly.Files value)
          Sets the value of the files property.
 void setFileSets(Assembly.FileSets value)
          Sets the value of the fileSets property.
 void setFormats(Assembly.Formats value)
          Sets the value of the formats property.
 void setId(String value)
          Sets the value of the id property.
 void setIncludeBaseDirectory(Boolean value)
          Sets the value of the includeBaseDirectory property.
 void setIncludeSiteDirectory(Boolean value)
          Sets the value of the includeSiteDirectory property.
 void setModuleSets(Assembly.ModuleSets value)
          Sets the value of the moduleSets property.
 void setRepositories(Assembly.Repositories value)
          Sets the value of the repositories property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

formats

protected AssemblyImpl.FormatsImpl formats

includeBaseDirectory

protected Boolean includeBaseDirectory

baseDirectory

protected String baseDirectory

includeSiteDirectory

protected Boolean includeSiteDirectory

containerDescriptorHandlers

protected AssemblyImpl.ContainerDescriptorHandlersImpl containerDescriptorHandlers

moduleSets

protected AssemblyImpl.ModuleSetsImpl moduleSets

fileSets

protected AssemblyImpl.FileSetsImpl fileSets

files

protected AssemblyImpl.FilesImpl files

dependencySets

protected AssemblyImpl.DependencySetsImpl dependencySets

repositories

protected AssemblyImpl.RepositoriesImpl repositories

componentDescriptors

protected AssemblyImpl.ComponentDescriptorsImpl componentDescriptors
Constructor Detail

AssemblyImpl

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


AssemblyImpl

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

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

getId

public String getId()
Description copied from interface: Assembly
Gets the value of the id property.

Specified by:
getId in interface Assembly
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: Assembly
Sets the value of the id property.

Specified by:
setId in interface Assembly
Parameters:
value - allowed object is String

getFormats

public Assembly.Formats getFormats()
Description copied from interface: Assembly
Gets the value of the formats property.

Specified by:
getFormats in interface Assembly
Returns:
possible object is Assembly.Formats

setFormats

public void setFormats(Assembly.Formats value)
Description copied from interface: Assembly
Sets the value of the formats property.

Specified by:
setFormats in interface Assembly
Parameters:
value - allowed object is Assembly.Formats

isIncludeBaseDirectory

public Boolean isIncludeBaseDirectory()
Description copied from interface: Assembly
Gets the value of the includeBaseDirectory property.

Specified by:
isIncludeBaseDirectory in interface Assembly
Returns:
possible object is Boolean

setIncludeBaseDirectory

public void setIncludeBaseDirectory(Boolean value)
Description copied from interface: Assembly
Sets the value of the includeBaseDirectory property.

Specified by:
setIncludeBaseDirectory in interface Assembly
Parameters:
value - allowed object is Boolean

getBaseDirectory

public String getBaseDirectory()
Description copied from interface: Assembly
Gets the value of the baseDirectory property.

Specified by:
getBaseDirectory in interface Assembly
Returns:
possible object is String

setBaseDirectory

public void setBaseDirectory(String value)
Description copied from interface: Assembly
Sets the value of the baseDirectory property.

Specified by:
setBaseDirectory in interface Assembly
Parameters:
value - allowed object is String

isIncludeSiteDirectory

public Boolean isIncludeSiteDirectory()
Description copied from interface: Assembly
Gets the value of the includeSiteDirectory property.

Specified by:
isIncludeSiteDirectory in interface Assembly
Returns:
possible object is Boolean

setIncludeSiteDirectory

public void setIncludeSiteDirectory(Boolean value)
Description copied from interface: Assembly
Sets the value of the includeSiteDirectory property.

Specified by:
setIncludeSiteDirectory in interface Assembly
Parameters:
value - allowed object is Boolean

getContainerDescriptorHandlers

public Assembly.ContainerDescriptorHandlers getContainerDescriptorHandlers()
Description copied from interface: Assembly
Gets the value of the containerDescriptorHandlers property.

Specified by:
getContainerDescriptorHandlers in interface Assembly
Returns:
possible object is Assembly.ContainerDescriptorHandlers

setContainerDescriptorHandlers

public void setContainerDescriptorHandlers(Assembly.ContainerDescriptorHandlers value)
Description copied from interface: Assembly
Sets the value of the containerDescriptorHandlers property.

Specified by:
setContainerDescriptorHandlers in interface Assembly
Parameters:
value - allowed object is Assembly.ContainerDescriptorHandlers

getModuleSets

public Assembly.ModuleSets getModuleSets()
Description copied from interface: Assembly
Gets the value of the moduleSets property.

Specified by:
getModuleSets in interface Assembly
Returns:
possible object is Assembly.ModuleSets

setModuleSets

public void setModuleSets(Assembly.ModuleSets value)
Description copied from interface: Assembly
Sets the value of the moduleSets property.

Specified by:
setModuleSets in interface Assembly
Parameters:
value - allowed object is Assembly.ModuleSets

getFileSets

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

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

setFileSets

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

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

getFiles

public Assembly.Files getFiles()
Description copied from interface: Assembly
Gets the value of the files property.

Specified by:
getFiles in interface Assembly
Returns:
possible object is Assembly.Files

setFiles

public void setFiles(Assembly.Files value)
Description copied from interface: Assembly
Sets the value of the files property.

Specified by:
setFiles in interface Assembly
Parameters:
value - allowed object is Assembly.Files

getDependencySets

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

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

setDependencySets

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

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

getRepositories

public Assembly.Repositories getRepositories()
Description copied from interface: Assembly
Gets the value of the repositories property.

Specified by:
getRepositories in interface Assembly
Returns:
possible object is Assembly.Repositories

setRepositories

public void setRepositories(Assembly.Repositories value)
Description copied from interface: Assembly
Sets the value of the repositories property.

Specified by:
setRepositories in interface Assembly
Parameters:
value - allowed object is Assembly.Repositories

getComponentDescriptors

public Assembly.ComponentDescriptors getComponentDescriptors()
Description copied from interface: Assembly
Gets the value of the componentDescriptors property.

Specified by:
getComponentDescriptors in interface Assembly
Returns:
possible object is Assembly.ComponentDescriptors

setComponentDescriptors

public void setComponentDescriptors(Assembly.ComponentDescriptors value)
Description copied from interface: Assembly
Sets the value of the componentDescriptors property.

Specified by:
setComponentDescriptors in interface Assembly
Parameters:
value - allowed object is Assembly.ComponentDescriptors

clone

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