public interface ContextType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCorrelation()
Returns the value of the 'Correlation' containment reference.
|
DynamicPropertyContextType |
getDynamicProperty()
Returns the value of the 'Dynamic Property' 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 |
getShared()
Returns the value of the 'Shared' containment reference
|
java.lang.Object |
getTransient()
Returns the value of the 'Transient' containment reference.
|
UserContextType |
getUserContext()
Returns the value of the 'User Context' containment reference
|
void |
setCorrelation(java.lang.Object value)
Sets the value of the '
Correlation ' containment reference. |
void |
setDynamicProperty(DynamicPropertyContextType value)
Sets the value of the '
Dynamic Property ' 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 |
setShared(java.lang.Object value)
Sets the value of the '
Shared ' containment reference |
void |
setTransient(java.lang.Object value)
Sets the value of the '
Transient ' containment reference. |
void |
setUserContext(UserContextType value)
Sets the value of the '
User Context ' containment reference |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.Object getCorrelation()
Returns the Business Object representing the correlation context.
setCorrelation(Object)
void setCorrelation(java.lang.Object value)
Correlation
' containment reference.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.getCorrelation()
java.lang.Object getTransient()
Returns the Business Object representing the transient context.
setTransient(Object)
void setTransient(java.lang.Object value)
Transient
' containment reference.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.getTransient()
FailInfoType getFailInfo()
Returns the details of a reported exception in a FailInfo element.
setFailInfo(FailInfoType)
void setFailInfo(FailInfoType value)
Fail Info
' containment reference.value
- the new value of the 'Fail Info' containment reference.getFailInfo()
PrimitiveContextType getPrimitiveContext()
Returns the Business Object representing the primitive context.
setPrimitiveContext(PrimitiveContextType)
void setPrimitiveContext(PrimitiveContextType value)
Primitive Context
' containment reference.value
- the new value of the 'Primitive Context' containment reference.getPrimitiveContext()
java.lang.Object getShared()
setShared(Object)
void setShared(java.lang.Object value)
Shared
' containment reference.
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.getShared()
DynamicPropertyContextType getDynamicProperty()
setDynamicProperty(DynamicPropertyContextType)
void setDynamicProperty(DynamicPropertyContextType value)
Dynamic Property
' containment reference.
value
- the new value of the 'Dynamic Property' containment reference.getDynamicProperty()
UserContextType getUserContext()
setUserContext(UserContextType)
void setUserContext(UserContextType value)
User Context
' containment reference.
value
- the new value of the 'User Context' containment reference.getUserContext()