com.ibm.websphere.sibx.smobo
Interface MQHeaderType
- public interface MQHeaderType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getControl()
Returns the value of the 'Control' containment reference.
|
|
|
getHeader()
Returns the value of the 'Header' containment reference list.
|
getMd()
Returns the value of the 'Md' containment reference.
|
|
|
setControl(MQControl value)
Sets the value of the '
Control ' containment reference.
|
|
setMd(MQMD value)
Sets the value of the '
Md ' containment reference.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getMd
- MQMD getMd()
Returns the value of the 'Md' containment reference.
setMd
- void setMd(MQMD value)
Sets the value of the '
Md
' containment reference.
getControl
- MQControl getControl()
Returns the value of the 'Control' containment reference.
setControl
- void setControl(MQControl value)
Sets the value of the '
Control
' containment reference.
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.