com.ibm.websphere.sibx.smobo
Interface PrimitiveContextType
- public interface PrimitiveContextType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getEndpointLookupContext()
Returns the value of the 'Endpoint Lookup Context' containment reference list.
|
getFanOutContext()
Returns the value of the 'Fan Out Context' containment reference
|
|
getWTXContext()
Returns the value of the 'WTX Context' containment reference.
|
|
|
setFanOutContext(FanOutContextType value)
Sets the value of the '
Fan Out Context ' containment reference
|
|
setWTXContext(WTXContextType value)
Sets the value of the '
WTX Context ' containment reference.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getEndpointLookupContext
- java.util.List<EndpointLookupContextType> getEndpointLookupContext( )
Returns:
the value of the 'Endpoint Lookup Context' containment reference list.
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
- 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:
getWTXContext
- WTXContextType getWTXContext()
Returns the value of the 'WTX Context' containment reference.
Returns:
the value of the 'WTX Context' containment reference.
See Also:
setWTXContext
- void setWTXContext(WTXContextType value)
Sets the value of the '
WTX Context
' containment reference.
Parameters:
value
- the new value of the 'WTX Context' containment reference. See Also:
EndpointLookupContextType
.