IBM WebSphere Application ServerTM
Release 7

com.ibm.bpm.context.cobo
Interface DocumentRoot


public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 ContextObject getContextObject()
          Returns the value of the 'Context Object' containment reference
 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 setContextObject(ContextObject value)
          Sets the value of the 'Context Object' containment reference
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getMixed

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

Returns:
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,

Returns:
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,

Returns:
the value of the 'XSI Schema Location' map.

getContextObject

ContextObject getContextObject()
Returns the value of the 'Context Object' containment reference.

Returns:
the value of the 'Context Object' containment reference.
See Also:
setContextObject(ContextObject)

setContextObject

void setContextObject(ContextObject value)
Sets the value of the 'Context Object' containment reference.

Parameters:
value - the new value of the 'Context Object' containment reference.
See Also:
getContextObject()

IBM WebSphere Application ServerTM
Release 7