|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl
public class AssemblyImpl
| 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.priv.indexed.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.priv.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl instance. |
|
AssemblyImpl(AssemblyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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 |
|---|
protected String id
protected AssemblyImpl.FormatsImpl formats
protected Boolean includeBaseDirectory
protected String baseDirectory
protected Boolean includeSiteDirectory
protected AssemblyImpl.ContainerDescriptorHandlersImpl containerDescriptorHandlers
protected AssemblyImpl.ModuleSetsImpl moduleSets
protected AssemblyImpl.FileSetsImpl fileSets
protected AssemblyImpl.FilesImpl files
protected AssemblyImpl.DependencySetsImpl dependencySets
protected AssemblyImpl.RepositoriesImpl repositories
protected AssemblyImpl.ComponentDescriptorsImpl componentDescriptors
| Constructor Detail |
|---|
public AssemblyImpl()
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl instance.
public AssemblyImpl(AssemblyImpl o)
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Assembly
getId in interface AssemblyStringpublic void setId(String value)
Assembly
setId in interface Assemblyvalue - allowed object is
Stringpublic Assembly.Formats getFormats()
Assembly
getFormats in interface AssemblyAssembly.Formatspublic void setFormats(Assembly.Formats value)
Assembly
setFormats in interface Assemblyvalue - allowed object is
Assembly.Formatspublic Boolean isIncludeBaseDirectory()
Assembly
isIncludeBaseDirectory in interface AssemblyBooleanpublic void setIncludeBaseDirectory(Boolean value)
Assembly
setIncludeBaseDirectory in interface Assemblyvalue - allowed object is
Booleanpublic String getBaseDirectory()
Assembly
getBaseDirectory in interface AssemblyStringpublic void setBaseDirectory(String value)
Assembly
setBaseDirectory in interface Assemblyvalue - allowed object is
Stringpublic Boolean isIncludeSiteDirectory()
Assembly
isIncludeSiteDirectory in interface AssemblyBooleanpublic void setIncludeSiteDirectory(Boolean value)
Assembly
setIncludeSiteDirectory in interface Assemblyvalue - allowed object is
Booleanpublic Assembly.ContainerDescriptorHandlers getContainerDescriptorHandlers()
Assembly
getContainerDescriptorHandlers in interface AssemblyAssembly.ContainerDescriptorHandlerspublic void setContainerDescriptorHandlers(Assembly.ContainerDescriptorHandlers value)
Assembly
setContainerDescriptorHandlers in interface Assemblyvalue - allowed object is
Assembly.ContainerDescriptorHandlerspublic Assembly.ModuleSets getModuleSets()
Assembly
getModuleSets in interface AssemblyAssembly.ModuleSetspublic void setModuleSets(Assembly.ModuleSets value)
Assembly
setModuleSets in interface Assemblyvalue - allowed object is
Assembly.ModuleSetspublic Assembly.FileSets getFileSets()
Assembly
getFileSets in interface AssemblyAssembly.FileSetspublic void setFileSets(Assembly.FileSets value)
Assembly
setFileSets in interface Assemblyvalue - allowed object is
Assembly.FileSetspublic Assembly.Files getFiles()
Assembly
getFiles in interface AssemblyAssembly.Filespublic void setFiles(Assembly.Files value)
Assembly
setFiles in interface Assemblyvalue - allowed object is
Assembly.Filespublic Assembly.DependencySets getDependencySets()
Assembly
getDependencySets in interface AssemblyAssembly.DependencySetspublic void setDependencySets(Assembly.DependencySets value)
Assembly
setDependencySets in interface Assemblyvalue - allowed object is
Assembly.DependencySetspublic Assembly.Repositories getRepositories()
Assembly
getRepositories in interface AssemblyAssembly.Repositoriespublic void setRepositories(Assembly.Repositories value)
Assembly
setRepositories in interface Assemblyvalue - allowed object is
Assembly.Repositoriespublic Assembly.ComponentDescriptors getComponentDescriptors()
Assembly
getComponentDescriptors in interface AssemblyAssembly.ComponentDescriptorspublic void setComponentDescriptors(Assembly.ComponentDescriptors value)
Assembly
setComponentDescriptors in interface Assemblyvalue - allowed object is
Assembly.ComponentDescriptorspublic AssemblyImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||