net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl
Class UnpackOptionsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl
All Implemented Interfaces:
Serializable, Cloneable, UnpackOptions

public class UnpackOptionsImpl
extends Object
implements Serializable, Cloneable, UnpackOptions

See Also:
Serialized Form

Nested Class Summary
static class UnpackOptionsImpl.ExcludesImpl
           
static class UnpackOptionsImpl.IncludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.UnpackOptions
UnpackOptions.Excludes, UnpackOptions.Includes
 
Field Summary
protected  UnpackOptionsImpl.ExcludesImpl excludes
           
protected  Boolean filtered
           
protected  UnpackOptionsImpl.IncludesImpl includes
           
 
Constructor Summary
UnpackOptionsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl instance.
UnpackOptionsImpl(UnpackOptionsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl instance by copying a given instance.
 
Method Summary
 UnpackOptionsImpl clone()
          Creates and returns a copy of this object.
 UnpackOptions.Excludes getExcludes()
          Gets the value of the excludes property.
 UnpackOptions.Includes getIncludes()
          Gets the value of the includes property.
 Boolean isFiltered()
          Gets the value of the filtered property.
 void setExcludes(UnpackOptions.Excludes value)
          Sets the value of the excludes property.
 void setFiltered(Boolean value)
          Sets the value of the filtered property.
 void setIncludes(UnpackOptions.Includes value)
          Sets the value of the includes property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

includes

protected UnpackOptionsImpl.IncludesImpl includes

excludes

protected UnpackOptionsImpl.ExcludesImpl excludes

filtered

protected Boolean filtered
Constructor Detail

UnpackOptionsImpl

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


UnpackOptionsImpl

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

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

getIncludes

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

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

setIncludes

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

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

getExcludes

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

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

setExcludes

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

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

isFiltered

public Boolean isFiltered()
Description copied from interface: UnpackOptions
Gets the value of the filtered property.

Specified by:
isFiltered in interface UnpackOptions
Returns:
possible object is Boolean

setFiltered

public void setFiltered(Boolean value)
Description copied from interface: UnpackOptions
Sets the value of the filtered property.

Specified by:
setFiltered in interface UnpackOptions
Parameters:
value - allowed object is Boolean

clone

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