public interface MQHeaderType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
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. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
MQMD getMd()
setMd(MQMD)
void setMd(MQMD value)
Md
' containment reference.value
- the new value of the 'Md' containment reference.getMd()
MQControl getControl()
setControl(MQControl)
void setControl(MQControl value)
Control
' containment reference.value
- the new value of the 'Control' containment reference.getControl()
java.util.List<MQChainedHeaderType> getHeader()
MQChainedHeaderType
.