com.ibm.websphere.sca.mq.structures
Interface DocumentRoot
- public interface DocumentRoot
The following features are supported:
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMixed()
Returns the value of the 'Mixed' attribute list
|
getMqControl()
Returns the value of the 'Mq Control' containment reference
|
|
getMqHeaders()
Returns the value of the 'Mq Headers' containment reference
|
|
getMqmd()
Returns the value of the 'Mqmd' containment reference
|
|
|
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
|
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
|
setMqControl(MQControl value)
Sets the value of the '
Mq Control ' containment reference
|
|
setMqHeaders(MQHeaders value)
Sets the value of the '
Mq Headers ' containment reference
|
|
setMqmd(MQMD value)
Sets the value of the '
Mqmd ' containment reference
|
Method Detail
getMixed
- commonj.sdo.Sequence getMixed()
Returns:
the value of the 'Mixed' attribute list.
See Also:
getXMLNSPrefixMap
- java.util.Map getXMLNSPrefixMap( )
Returns the value of the 'XMLNS Prefix Map' map.
The key is of type
String
,
and the value is of type String
,
If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
getXSISchemaLocation
- java.util.Map getXSISchemaLocation( )
Returns the value of the 'XSI Schema Location' map.
The key is of type
String
,
and the value is of type String
,
If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
Returns:
the value of the 'XSI Schema Location' map.
See Also:
getMqControl
- MQControl getMqControl()
Returns the value of the 'Mq Control' containment reference.
If the meaning of the 'Mq Control' containment reference isn't clear, there really should be more of a description here...
Returns:
the value of the 'Mq Control' containment reference.
See Also:
setMqControl
- void setMqControl(MQControl value)
Sets the value of the '
Mq Control
' containment reference.
Parameters:
value
- the new value of the 'Mq Control' containment reference. See Also:
getMqHeaders
- MQHeaders getMqHeaders()
Returns the value of the 'Mq Headers' containment reference.
If the meaning of the 'Mq Headers' containment reference isn't clear, there really should be more of a description here...
Returns:
the value of the 'Mq Headers' containment reference.
See Also:
setMqHeaders
- void setMqHeaders(MQHeaders value)
Sets the value of the '
Mq Headers
' containment reference.
Parameters:
value
- the new value of the 'Mq Headers' containment reference. See Also:
getMqmd
- MQMD getMqmd()
Returns the value of the 'Mqmd' containment reference.
If the meaning of the 'Mqmd' containment reference isn't clear, there really should be more of a description here...
Returns:
the value of the 'Mqmd' containment reference.
See Also:
setMqmd
- void setMqmd(MQMD value)
Sets the value of the '
Mqmd
' containment reference.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...