com.ibm.websphere.sibx.smobo
Interface DocumentRoot
- public interface DocumentRoot
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMixed()
Returns the value of the 'Mixed' attribute list.
|
getSmo()
Returns the value of the 'Smo' containment reference.
|
|
|
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
|
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
|
setSmo(ServiceMessageObject value)
Sets the value of the '
Smo ' containment reference.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getMixed
- commonj.sdo.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.
getSmo
- ServiceMessageObject getSmo()
Returns the value of the 'Smo' containment reference.
setSmo
- void setSmo(ServiceMessageObject value)
Sets the value of the '
Smo
' containment reference.