com.ibm.websphere.sibx.smobo
Interface MQHeaderType


public interface MQHeaderType

A representation of the model object 'MQ Header Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getMQHeaderType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 com.ibm.websphere.sca.mq.structures.MQControl getControl()
          Returns the value of the 'Control' containment reference.
 java.util.List getHeader()
          Returns the value of the 'Header' containment reference list.
 com.ibm.websphere.sca.mq.structures.MQMD getMd()
          Returns the value of the 'Md' containment reference.
 void setControl(com.ibm.websphere.sca.mq.structures.MQControl value)
          Sets the value of the 'Control' containment reference.
 void setMd(com.ibm.websphere.sca.mq.structures.MQMD value)
          Sets the value of the 'Md' containment reference.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getMd

public com.ibm.websphere.sca.mq.structures.MQMD getMd()
Returns the value of the 'Md' containment reference.

If the meaning of the 'Md' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Md' containment reference.
See Also:
setMd(MQMD), ServiceMessageObjectPackage.getMQHeaderType_Md()

setMd

public void setMd(com.ibm.websphere.sca.mq.structures.MQMD value)
Sets the value of the 'Md' containment reference.

Parameters:
value - the new value of the 'Md' containment reference.
See Also:
getMd()

getControl

public com.ibm.websphere.sca.mq.structures.MQControl getControl()
Returns the value of the 'Control' containment reference.

If the meaning of the 'Control' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Control' containment reference.
See Also:
setControl(MQControl), ServiceMessageObjectPackage.getMQHeaderType_Control()

setControl

public void setControl(com.ibm.websphere.sca.mq.structures.MQControl value)
Sets the value of the 'Control' containment reference.

Parameters:
value - the new value of the 'Control' containment reference.
See Also:
getControl()

getHeader

public java.util.List getHeader()
Returns the value of the 'Header' containment reference list. The list contents are of type MQChainedHeaderType.

If the meaning of the 'Header' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Header' containment reference list.
See Also:
ServiceMessageObjectPackage.getMQHeaderType_Header()