IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface MQHeaderType


public interface MQHeaderType

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

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 MQControl getControl()
          Returns the value of the 'Control' containment reference.
 java.util.List<MQChainedHeaderType> getHeader()
          Returns the value of the 'Header' containment reference list.
 MQMD getMd()
          Returns the value of the 'Md' containment reference.
 void setControl(MQControl value)
          Sets the value of the 'Control' containment reference.
 void setMd(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

MQMD getMd()
Returns the value of the 'Md' containment reference.

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

setMd

void setMd(MQMD value)
Sets the value of the 'Md' containment reference.

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

getControl

MQControl getControl()
Returns the value of the 'Control' containment reference.

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

setControl

void setControl(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<MQChainedHeaderType> 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.

IBM WebSphere Application ServerTM
Release 7