net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111
Class ContainerDescriptorHandlerConfig

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

public class ContainerDescriptorHandlerConfig
extends Object
implements Serializable, Cloneable

Configures a filter for files headed into the assembly archive, to enable aggregation of various types of descriptor fragments, such as components.xml, web.xml, etc.

Java class for ContainerDescriptorHandlerConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ContainerDescriptorHandlerConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="handlerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="configuration" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class ContainerDescriptorHandlerConfig.Configuration
          Java class for anonymous complex type.
 
Field Summary
protected  ContainerDescriptorHandlerConfig.Configuration configuration
           
protected  String handlerName
           
 
Constructor Summary
ContainerDescriptorHandlerConfig()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.ContainerDescriptorHandlerConfig instance.
ContainerDescriptorHandlerConfig(ContainerDescriptorHandlerConfig o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.ContainerDescriptorHandlerConfig instance by copying a given instance.
 
Method Summary
 ContainerDescriptorHandlerConfig 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 ContainerDescriptorHandlerConfig.Configuration configuration
Constructor Detail

ContainerDescriptorHandlerConfig

public ContainerDescriptorHandlerConfig()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.ContainerDescriptorHandlerConfig instance.


ContainerDescriptorHandlerConfig

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

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

getHandlerName

public String getHandlerName()
Gets the value of the handlerName property.

Returns:
possible object is String

setHandlerName

public void setHandlerName(String value)
Sets the value of the handlerName property.

Parameters:
value - allowed object is String

getConfiguration

public ContainerDescriptorHandlerConfig.Configuration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is ContainerDescriptorHandlerConfig.Configuration

setConfiguration

public void setConfiguration(ContainerDescriptorHandlerConfig.Configuration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is ContainerDescriptorHandlerConfig.Configuration

clone

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