com.ibm.websphere.sibx.smobo

Interface PrimitiveContextType


  1. public interface PrimitiveContextType
A representation of the model object 'Primitive Context Type'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.util.List<EndpointLookupContextType>
getEndpointLookupContext()
Returns the value of the 'Endpoint Lookup Context' containment reference list.
  1. FanOutContextType
getFanOutContext()
Returns the value of the 'Fan Out Context' containment reference
  1. WTXContextType
getWTXContext()
Returns the value of the 'WTX Context' containment reference.
  1. void
setFanOutContext(FanOutContextType value)
Sets the value of the ' Fan Out Context' containment reference
  1. void
setWTXContext(WTXContextType value)
Sets the value of the ' WTX Context' containment reference.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getEndpointLookupContext

  1. java.util.List<EndpointLookupContextType> 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.

getFanOutContext

  1. 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

  1. 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

  1. WTXContextType getWTXContext()
Returns the value of the 'WTX Context' containment reference.
Returns:
the value of the 'WTX Context' containment reference.
See Also:

setWTXContext

  1. 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: