IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface PrimitiveContextType


public interface PrimitiveContextType

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

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.util.List<EndpointLookupContextType> getEndpointLookupContext()
          Returns the value of the 'Endpoint Lookup Context' containment reference list.
 FanOutContextType getFanOutContext()
          Returns the value of the 'Fan Out Context' containment reference
 WTXContextType getWTXContext()
          Returns the value of the 'WTX Context' containment reference.
 void setFanOutContext(FanOutContextType value)
          Sets the value of the 'Fan Out Context' containment reference
 void setWTXContext(WTXContextType value)
          Sets the value of the 'WTX 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<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

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)

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()

getWTXContext

WTXContextType getWTXContext()
Returns the value of the 'WTX Context' containment reference.

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

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:
getWTXContext()

IBM WebSphere Application ServerTM
Release 7