com.ibm.websphere.sibx.smobo
Interface ContextType


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.
 PrimitiveContextType getPrimitiveContext()
          Returns the value of the 'Primitive Context' 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 setPrimitiveContext(PrimitiveContextType value)
          Sets the value of the 'Primitive Context' 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.

If the meaning of the 'Correlation' containment reference isn't clear, there really should be more of a description here...

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.

If the meaning of the 'Transient' containment reference isn't clear, there really should be more of a description here...

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.

If the meaning of the 'Fail Info' containment reference isn't clear, there really should be more of a description here...

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

getPrimitiveContext

public PrimitiveContextType getPrimitiveContext()
Returns the value of the 'Primitive Context' containment reference.

If the meaning of the 'Primitive Context' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Primitive Context' containment reference.
See Also:
setPrimitiveContext(PrimitiveContextType), ServiceMessageObjectPackage.getContextType_PrimitiveContext()

setPrimitiveContext

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