net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee
Interface HandlerChainsType

All Known Implementing Classes:
HandlerChainsTypeImpl

public interface HandlerChainsType

The handler-chains element defines the handlerchains associated with this service or service endpoint.

Java class for handler-chainsType complex type.

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

 <complexType name="handler-chainsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="handler-chain" type="{http://java.sun.com/xml/ns/javaee}handler-chainType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 HandlerChainType[] getHandlerChain()
           
 HandlerChainType getHandlerChain(int idx)
           
 int getHandlerChainLength()
           
 String getId()
          Gets the value of the id property.
 void setHandlerChain(HandlerChainType[] values)
           
 HandlerChainType setHandlerChain(int idx, HandlerChainType value)
           
 void setId(String value)
          Sets the value of the id property.
 

Method Detail

getHandlerChain

HandlerChainType[] getHandlerChain()
Returns:
array of HandlerChainType

getHandlerChain

HandlerChainType getHandlerChain(int idx)
Returns:
one of HandlerChainType

getHandlerChainLength

int getHandlerChainLength()

setHandlerChain

void setHandlerChain(HandlerChainType[] values)
Parameters:
values - allowed objects are HandlerChainType

setHandlerChain

HandlerChainType setHandlerChain(int idx,
                                 HandlerChainType value)
Parameters:
value - allowed object is HandlerChainType

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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