com.ibm.websphere.sca.mq.structures

Interface MQHeader

All Superinterfaces:
MQControl

  1. public interface MQHeader
  2. extends MQControl
A representation of the model object 'MQ Header'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQHeader()

Method Summary

Modifier and Type Method and Description
  1. java.lang.Object
getValue()
Returns the value of the 'Value' containment reference
  1. void
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

  1. java.lang.Object getValue()
Returns 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...

Returns:
the value of the 'Value' containment reference.
See Also:

setValue

  1. void setValue(java.lang.Object value)
Sets the value of the ' Value' containment reference.
Parameters:
value - the new value of the 'Value' containment reference.
See Also: