com.ibm.websphere.sibx.smobo

Interface DocumentRoot


  1. public interface DocumentRoot
A representation of the model object 'Document Root'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. commonj.sdo.Sequence
getMixed()
Returns the value of the 'Mixed' attribute list.
  1. ServiceMessageObject
getSmo()
Returns the value of the 'Smo' containment reference.
  1. java.util.Map
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
  1. java.util.Map
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
  1. void
setSmo(ServiceMessageObject value)
Sets the value of the ' Smo' containment reference.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getMixed

  1. commonj.sdo.Sequence getMixed()
Returns the value of the 'Mixed' attribute list.
Returns:
the value of the 'Mixed' attribute list.

getXMLNSPrefixMap

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

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

  1. ServiceMessageObject getSmo()
Returns the value of the 'Smo' containment reference.
Returns:
the value of the 'Smo' containment reference.
See Also:

setSmo

  1. void setSmo(ServiceMessageObject value)
Sets the value of the ' Smo' containment reference.
Parameters:
value - the new value of the 'Smo' containment reference.
See Also: