com.ibm.websphere.sca.mq.structures
Interface MQHeader

All Superinterfaces:
MQControl

public interface MQHeader
extends MQControl

A representation of the model object 'MQ Header'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQHeader()

Method Summary
 java.lang.Object getValue()
          Returns the value of the 'Value' containment reference.
 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

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(Object), WMQStructuresPackage.getMQHeader_Value()

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.
See Also:
getValue()