com.ibm.websphere.sibx.smobo
Interface ContextType

All Known Implementing Classes:
ContextTypeImpl

public interface ContextType

A representation of the model object 'Context Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getContextType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.Object getCorrelation()
          Returns the value of the 'Correlation' containment reference.
 FailInfoType getFailInfo()
          Returns the value of the 'Fail Info' containment reference.
 java.lang.Object getTransient()
          Returns the value of the 'Transient' containment reference.
 void setCorrelation(java.lang.Object value)
          Sets the value of the 'Correlation' containment reference.
 void setFailInfo(FailInfoType value)
          Sets the value of the 'Fail Info' containment reference.
 void setTransient(java.lang.Object value)
          Sets the value of the 'Transient' containment reference.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getCorrelation

public 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(Object), ServiceMessageObjectPackage.getContextType_Correlation()

setCorrelation

public void setCorrelation(java.lang.Object value)
Sets the value of the 'Correlation' containment reference.

Parameters:
value - the new value of the 'Correlation' containment reference.
See Also:
getCorrelation()

getTransient

public 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(Object), ServiceMessageObjectPackage.getContextType_Transient()

setTransient

public void setTransient(java.lang.Object value)
Sets the value of the 'Transient' containment reference.

Parameters:
value - the new value of the 'Transient' containment reference.
See Also:
getTransient()

getFailInfo

public 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(FailInfoType), ServiceMessageObjectPackage.getContextType_FailInfo()

setFailInfo

public 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:
getFailInfo()