net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111
Interface ContainerDescriptorHandlerConfig

All Known Implementing Classes:
ContainerDescriptorHandlerConfigImpl

public interface ContainerDescriptorHandlerConfig

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>
 


Nested Class Summary
static interface ContainerDescriptorHandlerConfig.Configuration
          Java class for anonymous complex type.
 
Method Summary
 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.
 

Method Detail

getHandlerName

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

Returns:
possible object is String

setHandlerName

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

Parameters:
value - allowed object is String

getConfiguration

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

Returns:
possible object is ContainerDescriptorHandlerConfig.Configuration

setConfiguration

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

Parameters:
value - allowed object is ContainerDescriptorHandlerConfig.Configuration


Copyright © 2009 The CC-XJC Community. All Rights Reserved.