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

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

$sccsid

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

getMd

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

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

setMd

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

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

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

setControl

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

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

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