IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sca.mq.structures
Interface DocumentRoot


public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
WMQStructuresPackage.getDocumentRoot()

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

Method Detail

getMixed

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:
WMQStructuresPackage.getDocumentRoot_Mixed()

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:
WMQStructuresPackage.getDocumentRoot_XMLNSPrefixMap()

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:
WMQStructuresPackage.getDocumentRoot_XSISchemaLocation()

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(MQControl), WMQStructuresPackage.getDocumentRoot_MqControl()

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:
getMqControl()

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(MQHeaders), WMQStructuresPackage.getDocumentRoot_MqHeaders()

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:
getMqHeaders()

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(MQMD), WMQStructuresPackage.getDocumentRoot_Mqmd()

setMqmd

void setMqmd(MQMD value)
Sets the value of the 'Mqmd' containment reference.

Parameters:
value - the new value of the 'Mqmd' containment reference.
See Also:
getMqmd()

IBM WebSphere Application ServerTM
Release 7