com.ibm.websphere.sibx.smobo
Interface ContextType
All known subinterfaces:
- public interface ContextType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCorrelation()
Returns the value of the 'Correlation' containment reference.
|
getDynamicProperty()
Returns the value of the 'Dynamic Property' containment reference
|
|
getFailInfo()
Returns the value of the 'Fail Info' containment reference.
|
|
getPrimitiveContext()
Returns the value of the 'Primitive Context' containment reference.
|
|
|
getShared()
Returns the value of the 'Shared' containment reference
|
|
getTransient()
Returns the value of the 'Transient' containment reference.
|
getUserContext()
Returns the value of the 'User Context' containment reference
|
|
|
setCorrelation(java.lang.Object value)
Sets the value of the '
Correlation ' containment reference.
|
|
setDynamicProperty(DynamicPropertyContextType value)
Sets the value of the '
Dynamic Property ' containment reference
|
|
setFailInfo(FailInfoType value)
Sets the value of the '
Fail Info ' containment reference.
|
|
setPrimitiveContext(PrimitiveContextType value)
Sets the value of the '
Primitive Context ' containment reference.
|
|
setShared(java.lang.Object value)
Sets the value of the '
Shared ' containment reference
|
|
setTransient(java.lang.Object value)
Sets the value of the '
Transient ' containment reference.
|
|
setUserContext(UserContextType value)
Sets the value of the '
User 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
getCorrelation
- java.lang.Object getCorrelation( )
setCorrelation
- void setCorrelation(java.lang.Object value)
Sets the value of the '
Correlation
' containment reference.
Parameters:
value
- the new value of the 'Correlation' containment reference. Note that
this must be a commonj.sdo.DataObject rather than a simple java.lang.Object. See Also:
getTransient
- java.lang.Object getTransient()
Returns the value of the 'Transient' containment reference.
Returns the Business Object representing the transient context.
setTransient
- void setTransient(java.lang.Object value)
Sets the value of the '
Transient
' containment reference.
Parameters:
value
- the new value of the 'Transient' containment reference. Note that
this must be a commonj.sdo.DataObject rather than a simple java.lang.Object. See Also:
getFailInfo
- FailInfoType getFailInfo()
Returns the value of the 'Fail Info' containment reference.
Returns the details of a reported exception in a FailInfo element.
setFailInfo
- void setFailInfo(FailInfoType value)
Sets the value of the '
Fail Info
' containment reference.
getPrimitiveContext
- PrimitiveContextType getPrimitiveContext( )
Returns the value of the 'Primitive Context' containment reference.
Returns the Business Object representing the primitive context.
Returns:
the value of the 'Primitive Context' containment reference.
See Also:
setPrimitiveContext
- void setPrimitiveContext(PrimitiveContextType value)
Sets the value of the '
Primitive Context
' containment reference.
Parameters:
value
- the new value of the 'Primitive Context' containment reference. See Also:
getShared
- java.lang.Object getShared()
Returns the value of the 'Shared' containment reference.
setShared
- void setShared(java.lang.Object value)
Sets the value of the '
Shared
' containment reference.
Parameters:
value
- the new value of the 'Shared' containment reference. Note that
this must be a commonj.sdo.DataObject rather than a simple java.lang.Object. See Also:
getDynamicProperty
- DynamicPropertyContextType getDynamicProperty( )
Returns the value of the 'Dynamic Property' containment reference.
Returns:
the value of the 'Dynamic Property' containment reference.
See Also:
setDynamicProperty
- void setDynamicProperty(DynamicPropertyContextType value)
Sets the value of the '
Dynamic Property
' containment reference.
Parameters:
value
- the new value of the 'Dynamic Property' containment reference. See Also:
getUserContext
- UserContextType getUserContext( )
Returns the value of the 'User Context' containment reference.
Returns:
the value of the 'User Context' containment reference.
See Also:
setUserContext
- void setUserContext(UserContextType value)
Sets the value of the '
User Context
' containment reference.
Parameters:
value
- the new value of the 'User Context' containment reference. See Also:
Returns the Business Object representing the correlation context.