net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl
Class ContainerDescriptorHandlerConfigImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ContainerDescriptorHandlerConfigImpl
All Implemented Interfaces:
Serializable, Cloneable, ContainerDescriptorHandlerConfig

public class ContainerDescriptorHandlerConfigImpl
extends Object
implements Serializable, Cloneable, ContainerDescriptorHandlerConfig

See Also:
Serialized Form

Nested Class Summary
static class ContainerDescriptorHandlerConfigImpl.ConfigurationImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.ContainerDescriptorHandlerConfig
ContainerDescriptorHandlerConfig.Configuration
 
Field Summary
protected  ContainerDescriptorHandlerConfigImpl.ConfigurationImpl configuration
           
protected  String handlerName
           
 
Constructor Summary
ContainerDescriptorHandlerConfigImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ContainerDescriptorHandlerConfigImpl instance.
ContainerDescriptorHandlerConfigImpl(ContainerDescriptorHandlerConfigImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111.impl.ContainerDescriptorHandlerConfigImpl instance by copying a given instance.
 
Method Summary
 ContainerDescriptorHandlerConfigImpl clone()
          Creates and returns a copy of this object.
 ContainerDescriptorHandlerConfig.Configuration getConfiguration()
          Gets the value of the configuration property.
 String getHandlerName()
          Gets the value of the handlerName property.
 void setConfiguration(ContainerDescriptorHandlerConfig.Configuration value)
          Sets the value of the configuration property.
 void setHandlerName(String value)
          Sets the value of the handlerName property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerName

protected String handlerName

configuration

protected ContainerDescriptorHandlerConfigImpl.ConfigurationImpl configuration
Constructor Detail

ContainerDescriptorHandlerConfigImpl

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


ContainerDescriptorHandlerConfigImpl

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

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

getHandlerName

public String getHandlerName()
Description copied from interface: ContainerDescriptorHandlerConfig
Gets the value of the handlerName property.

Specified by:
getHandlerName in interface ContainerDescriptorHandlerConfig
Returns:
possible object is String

setHandlerName

public void setHandlerName(String value)
Description copied from interface: ContainerDescriptorHandlerConfig
Sets the value of the handlerName property.

Specified by:
setHandlerName in interface ContainerDescriptorHandlerConfig
Parameters:
value - allowed object is String

getConfiguration

public ContainerDescriptorHandlerConfig.Configuration getConfiguration()
Description copied from interface: ContainerDescriptorHandlerConfig
Gets the value of the configuration property.

Specified by:
getConfiguration in interface ContainerDescriptorHandlerConfig
Returns:
possible object is ContainerDescriptorHandlerConfig.Configuration

setConfiguration

public void setConfiguration(ContainerDescriptorHandlerConfig.Configuration value)
Description copied from interface: ContainerDescriptorHandlerConfig
Sets the value of the configuration property.

Specified by:
setConfiguration in interface ContainerDescriptorHandlerConfig
Parameters:
value - allowed object is ContainerDescriptorHandlerConfig.Configuration

clone

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