com.ibm.websphere.sibx.smobo
Interface PrimitiveContextType


public interface PrimitiveContextType

A representation of the model object 'Primitive Context Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getPrimitiveContextType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.util.List getEndpointLookupContext()
          Returns the value of the 'Endpoint Lookup Context' containment reference list.
 FanOutContextType getFanOutContext()
          Returns the value of the 'Fan Out Context' containment reference.
 void setFanOutContext(FanOutContextType value)
          Sets the value of the 'Fan Out Context' containment reference.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getEndpointLookupContext

java.util.List getEndpointLookupContext()
Returns the value of the 'Endpoint Lookup Context' containment reference list. The list contents are of type EndpointLookupContextType.

Returns:
the value of the 'Endpoint Lookup Context' containment reference list.
See Also:
ServiceMessageObjectPackage.getPrimitiveContextType_EndpointLookupContext()

getFanOutContext

FanOutContextType getFanOutContext()
Returns the value of the 'Fan Out Context' containment reference.

Returns:
the value of the 'Fan Out Context' containment reference.
See Also:
setFanOutContext(FanOutContextType), ServiceMessageObjectPackage.getPrimitiveContextType_FanOutContext()

setFanOutContext

void setFanOutContext(FanOutContextType value)
Sets the value of the 'Fan Out Context' containment reference.

Parameters:
value - the new value of the 'Fan Out Context' containment reference.
See Also:
getFanOutContext()