public interface DocumentRoot
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
ContextObject |
getContextObject()
Returns the value of the 'Context Object' 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 |
setContextObject(ContextObject value)
Sets the value of the '
Context Object ' containment reference |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
commonj.sdo.Sequence getMixed()
java.util.Map getXMLNSPrefixMap()
String
,
and the value is of type String
,
java.util.Map getXSISchemaLocation()
String
,
and the value is of type String
,
ContextObject getContextObject()
setContextObject(ContextObject)
void setContextObject(ContextObject value)
Context Object
' containment reference.
value
- the new value of the 'Context Object' containment reference.getContextObject()