org.eclipse.modisco.jee.ejbjar.EjbJar30
Interface ServiceRefHandlerChainsType


public interface ServiceRefHandlerChainsType

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

The following features are supported:

See Also:
EjbJar30Package.getServiceRefHandlerChainsType()
Generated:
Model:
extendedMetaData="name='service-ref_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 ServiceRefHandlerChainType.

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:
EjbJar30Package.getServiceRefHandlerChainsType_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), EjbJar30Package.getServiceRefHandlerChainsType_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: