net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl
Class RepositoryImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl.RepositoryImpl
All Implemented Interfaces:
Serializable, Cloneable, Repository

public class RepositoryImpl
extends Object
implements Serializable, Cloneable, Repository

See Also:
Serialized Form

Nested Class Summary
static class RepositoryImpl.ExcludesImpl
           
static class RepositoryImpl.GroupVersionAlignmentsImpl
           
static class RepositoryImpl.IncludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.Repository
Repository.Excludes, Repository.GroupVersionAlignments, Repository.Includes
 
Field Summary
protected  String directoryMode
           
protected  RepositoryImpl.ExcludesImpl excludes
           
protected  String fileMode
           
protected  RepositoryImpl.GroupVersionAlignmentsImpl groupVersionAlignments
           
protected  Boolean includeMetadata
           
protected  RepositoryImpl.IncludesImpl includes
           
protected  String outputDirectory
           
protected  String scope
           
protected  Boolean useDefaultExcludes
           
protected  Boolean useStrictFiltering
           
 
Constructor Summary
RepositoryImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl.RepositoryImpl instance.
RepositoryImpl(RepositoryImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.assembly111.impl.RepositoryImpl instance by copying a given instance.
 
Method Summary
 RepositoryImpl clone()
          Creates and returns a copy of this object.
 String getDirectoryMode()
          Gets the value of the directoryMode property.
 Repository.Excludes getExcludes()
          Gets the value of the excludes property.
 String getFileMode()
          Gets the value of the fileMode property.
 Repository.GroupVersionAlignments getGroupVersionAlignments()
          Gets the value of the groupVersionAlignments property.
 Repository.Includes getIncludes()
          Gets the value of the includes property.
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 String getScope()
          Gets the value of the scope property.
 Boolean isIncludeMetadata()
          Gets the value of the includeMetadata 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(Repository.Excludes value)
          Sets the value of the excludes property.
 void setFileMode(String value)
          Sets the value of the fileMode property.
 void setGroupVersionAlignments(Repository.GroupVersionAlignments value)
          Sets the value of the groupVersionAlignments property.
 void setIncludeMetadata(Boolean value)
          Sets the value of the includeMetadata property.
 void setIncludes(Repository.Includes value)
          Sets the value of the includes property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setScope(String value)
          Sets the value of the scope 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

includeMetadata

protected Boolean includeMetadata

groupVersionAlignments

protected RepositoryImpl.GroupVersionAlignmentsImpl groupVersionAlignments

scope

protected String scope

useStrictFiltering

protected Boolean useStrictFiltering

useDefaultExcludes

protected Boolean useDefaultExcludes

outputDirectory

protected String outputDirectory

includes

protected RepositoryImpl.IncludesImpl includes

excludes

protected RepositoryImpl.ExcludesImpl excludes

fileMode

protected String fileMode

directoryMode

protected String directoryMode
Constructor Detail

RepositoryImpl

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


RepositoryImpl

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

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

isIncludeMetadata

public Boolean isIncludeMetadata()
Description copied from interface: Repository
Gets the value of the includeMetadata property.

Specified by:
isIncludeMetadata in interface Repository
Returns:
possible object is Boolean

setIncludeMetadata

public void setIncludeMetadata(Boolean value)
Description copied from interface: Repository
Sets the value of the includeMetadata property.

Specified by:
setIncludeMetadata in interface Repository
Parameters:
value - allowed object is Boolean

getGroupVersionAlignments

public Repository.GroupVersionAlignments getGroupVersionAlignments()
Description copied from interface: Repository
Gets the value of the groupVersionAlignments property.

Specified by:
getGroupVersionAlignments in interface Repository
Returns:
possible object is Repository.GroupVersionAlignments

setGroupVersionAlignments

public void setGroupVersionAlignments(Repository.GroupVersionAlignments value)
Description copied from interface: Repository
Sets the value of the groupVersionAlignments property.

Specified by:
setGroupVersionAlignments in interface Repository
Parameters:
value - allowed object is Repository.GroupVersionAlignments

getScope

public String getScope()
Description copied from interface: Repository
Gets the value of the scope property.

Specified by:
getScope in interface Repository
Returns:
possible object is String

setScope

public void setScope(String value)
Description copied from interface: Repository
Sets the value of the scope property.

Specified by:
setScope in interface Repository
Parameters:
value - allowed object is String

isUseStrictFiltering

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

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

setUseStrictFiltering

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

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

isUseDefaultExcludes

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

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

setUseDefaultExcludes

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

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

getOutputDirectory

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

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

setOutputDirectory

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

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

getIncludes

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

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

setIncludes

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

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

getExcludes

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

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

setExcludes

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

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

getFileMode

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

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

setFileMode

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

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

getDirectoryMode

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

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

setDirectoryMode

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

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

clone

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