com.ibm.websphere.sibx.smobo
Interface MQChainedHeaderType
All Superinterfaces:
- public interface MQChainedHeaderType
- extends MQControl
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getOpaque()
Returns the value of the 'Opaque' containment reference.
|
|
getRfh()
Returns the value of the 'Rfh' containment reference.
|
|
getRfh2()
Returns the value of the 'Rfh2' containment reference.
|
|
|
getValue()
Returns the value of the 'Value' containment reference.
|
|
setOpaque(MQOpaqueHeader value)
Sets the value of the '
Opaque ' containment reference.
|
|
setRfh(MQRFH value)
Sets the value of the '
Rfh ' containment reference.
|
|
setRfh2(MQRFH2 value)
Sets the value of the '
Rfh2 ' containment reference.
|
|
setValue(java.lang.Object value)
Sets the value of the '
Value ' containment reference.
|
Methods inherited from interface com.ibm.websphere.sca.mq.structures.MQControl |
---|
getCodedCharSetId, getEncoding, getFormat, isSetCodedCharSetId, isSetEncoding, setCodedCharSetId, setEncoding, setFormat, unsetCodedCharSetId, unsetEncoding |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getValue
- java.lang.Object getValue()
Returns the value of the 'Value' containment reference.
setValue
- void setValue(java.lang.Object value)
Sets the value of the '
Value
' containment reference.
Parameters:
value
- the new value of the 'Value' containment reference. Note that
this must be a commonj.sdo.DataObject rather than a simple java.lang.Object. See Also:
getOpaque
- MQOpaqueHeader getOpaque()
Returns the value of the 'Opaque' containment reference.
setOpaque
- void setOpaque(MQOpaqueHeader value)
Sets the value of the '
Opaque
' containment reference.
getRfh
- MQRFH getRfh()
Returns the value of the 'Rfh' containment reference.
setRfh
- void setRfh(MQRFH value)
Sets the value of the '
Rfh
' containment reference.
getRfh2
- MQRFH2 getRfh2()
Returns the value of the 'Rfh2' containment reference.
setRfh2
- void setRfh2(MQRFH2 value)
Sets the value of the '
Rfh2
' containment reference.