com.ibm.websphere.sibx.smobo

Interface ContextType

All known subinterfaces:
UserDefinedContextType

  1. public interface ContextType
A representation of the model object '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.lang.Object
getCorrelation()
Returns the value of the 'Correlation' containment reference.
  1. DynamicPropertyContextType
getDynamicProperty()
Returns the value of the 'Dynamic Property' containment reference
  1. FailInfoType
getFailInfo()
Returns the value of the 'Fail Info' containment reference.
  1. PrimitiveContextType
getPrimitiveContext()
Returns the value of the 'Primitive Context' containment reference.
  1. java.lang.Object
getShared()
Returns the value of the 'Shared' containment reference
  1. java.lang.Object
getTransient()
Returns the value of the 'Transient' containment reference.
  1. UserContextType
getUserContext()
Returns the value of the 'User Context' containment reference
  1. void
setCorrelation(java.lang.Object value)
Sets the value of the ' Correlation' containment reference.
  1. void
setDynamicProperty(DynamicPropertyContextType value)
Sets the value of the ' Dynamic Property' containment reference
  1. void
setFailInfo(FailInfoType value)
Sets the value of the ' Fail Info' containment reference.
  1. void
setPrimitiveContext(PrimitiveContextType value)
Sets the value of the ' Primitive Context' containment reference.
  1. void
setShared(java.lang.Object value)
Sets the value of the ' Shared' containment reference
  1. void
setTransient(java.lang.Object value)
Sets the value of the ' Transient' containment reference.
  1. void
setUserContext(UserContextType value)
Sets the value of the ' User 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

getCorrelation

  1. java.lang.Object getCorrelation( )
Returns the value of the 'Correlation' containment reference.

Returns the Business Object representing the correlation context.

Returns:
the value of the 'Correlation' containment reference.
See Also:

setCorrelation

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

  1. java.lang.Object getTransient()
Returns the value of the 'Transient' containment reference.

Returns the Business Object representing the transient context.

Returns:
the value of the 'Transient' containment reference.
See Also:

setTransient

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

  1. FailInfoType getFailInfo()
Returns the value of the 'Fail Info' containment reference.

Returns the details of a reported exception in a FailInfo element.

Returns:
the value of the 'Fail Info' containment reference.
See Also:

setFailInfo

  1. void setFailInfo(FailInfoType value)
Sets the value of the ' Fail Info' containment reference.
Parameters:
value - the new value of the 'Fail Info' containment reference.
See Also:

getPrimitiveContext

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

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

  1. java.lang.Object getShared()
Returns the value of the 'Shared' containment reference.
Returns:
the value of the 'Shared' containment reference.
See Also:

setShared

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

  1. DynamicPropertyContextType getDynamicProperty( )
Returns the value of the 'Dynamic Property' containment reference.
Returns:
the value of the 'Dynamic Property' containment reference.
See Also:

setDynamicProperty

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

  1. UserContextType getUserContext( )
Returns the value of the 'User Context' containment reference.
Returns:
the value of the 'User Context' containment reference.
See Also:

setUserContext

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