com.ibm.websphere.sca.mq.structures
Interface MQHeader
All Superinterfaces:
- public interface MQHeader
- extends MQControl
The following features are supported:
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getValue()
Returns the value of the 'Value' 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 |
Method Detail
getValue
- java.lang.Object getValue()
Returns:
the value of the 'Value' containment reference.
See Also:
setValue
- void setValue(java.lang.Object value)
Sets the value of the '
Value
' containment reference.
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...