com.ibm.websphere.sca.mq.structures

Interface DocumentRoot


  1. public interface DocumentRoot
A representation of the model object 'Document Root'.

The following features are supported:

See Also:
WMQStructuresPackage.getDocumentRoot()

Method Summary

Modifier and Type Method and Description
  1. commonj.sdo.Sequence
getMixed()
Returns the value of the 'Mixed' attribute list
  1. MQControl
getMqControl()
Returns the value of the 'Mq Control' containment reference
  1. MQHeaders
getMqHeaders()
Returns the value of the 'Mq Headers' containment reference
  1. MQMD
getMqmd()
Returns the value of the 'Mqmd' containment reference
  1. java.util.Map
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
  1. java.util.Map
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
  1. void
setMqControl(MQControl value)
Sets the value of the ' Mq Control' containment reference
  1. void
setMqHeaders(MQHeaders value)
Sets the value of the ' Mq Headers' containment reference
  1. void
setMqmd(MQMD value)
Sets the value of the ' Mqmd' containment reference

Method Detail

getMixed

  1. commonj.sdo.Sequence getMixed()
Returns the value of the 'Mixed' attribute list.

If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mixed' attribute list.
See Also:

getXMLNSPrefixMap

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. void setMqmd(MQMD value)
Sets the value of the ' Mqmd' containment reference.
Parameters:
value - the new value of the 'Mqmd' containment reference.
See Also: