org.eclipse.modisco.jee.webapp.webapp30
Interface HandlerChainsType


public interface HandlerChainsType

A representation of the model object 'Handler Chains Type'. The handler-chains element defines the handlerchains associated with this service or service endpoint.

The following features are supported:

See Also:
Webapp30Package.getHandlerChainsType()
Generated:
Model:
extendedMetaData="name='handler-chainsType' kind='elementOnly'"

Method Summary
  getHandlerChain()
          Returns the value of the 'Handler Chain' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getHandlerChain

 getHandlerChain()
Returns the value of the 'Handler Chain' containment reference list. The list contents are of type HandlerChainType.

If the meaning of the 'Handler Chain' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Handler Chain' containment reference list.
See Also:
Webapp30Package.getHandlerChainsType_HandlerChain()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='handler-chain' namespace='http://java.sun.com/xml/ns/javaee'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp30Package.getHandlerChainsType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: