com.ibm.websphere.wim.pluginmanager.context
Interface DocumentRoot


public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
ContextPackage.getDocumentRoot()
Model:
Generated:

Method Summary
 ExceptionContext createExceptionContext()
          This method will return a new ExceptionContext object that is contained by this object.
 ExceptionContext getExceptionContext()
          Returns the value of the 'Exception Context' containment reference.
 commonj.sdo.Sequence getMixed()
          Returns the value of the 'Mixed' attribute list.
 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 setExceptionContext(ExceptionContext value)
          Sets the value of the 'Exception Context' containment reference.
 

Method Detail

getMixed

commonj.sdo.Sequence getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

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

See Also:
ContextPackage.getDocumentRoot_Mixed()
Model:
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
Generated:
Return:
the value of the 'Mixed' attribute list.

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

See Also:
ContextPackage.getDocumentRoot_XMLNSPrefixMap()
Model:
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
Generated:
Return:
the value of the 'XMLNS Prefix Map' map.

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

See Also:
ContextPackage.getDocumentRoot_XSISchemaLocation()
Model:
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
Generated:
Return:
the value of the 'XSI Schema Location' map.

getExceptionContext

ExceptionContext getExceptionContext()
Returns the value of the 'Exception Context' containment reference.

If the meaning of the 'Exception Context' containment reference isn't clear, there really should be more of a description here...

See Also:
setExceptionContext(ExceptionContext), ContextPackage.getDocumentRoot_ExceptionContext()
Model:
containment="true" resolveProxies="false" transient="true" volatile="true" derived="true"
Generated:
Return:
the value of the 'Exception Context' containment reference.

setExceptionContext

void setExceptionContext(ExceptionContext value)
Sets the value of the 'Exception Context' containment reference.

Parameters:
value - the new value of the 'Exception Context' containment reference.
See Also:
getExceptionContext()
Generated:

createExceptionContext

ExceptionContext createExceptionContext()
This method will return a new ExceptionContext object that is contained by this object. This is equivalent to calling createDataObject("exceptionContext").

Generated:
Return:
ExceptionContext