com.ibm.websphere.sibx.smobo
Interface DocumentRoot


public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getDocumentRoot()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 commonj.sdo.Sequence getMixed()
          Returns the value of the 'Mixed' attribute list.
 ServiceMessageObject getSmo()
          Returns the value of the 'Smo' containment reference.
 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 setSmo(ServiceMessageObject value)
          Sets the value of the 'Smo' containment reference.
 

Field Detail

COPYRIGHT

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

$sccsid

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

getMixed

public commonj.sdo.Sequence getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Mixed' attribute list.
See Also:
ServiceMessageObjectPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

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

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
ServiceMessageObjectPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

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

Returns:
the value of the 'XSI Schema Location' map.
See Also:
ServiceMessageObjectPackage.getDocumentRoot_XSISchemaLocation()

getSmo

public ServiceMessageObject getSmo()
Returns the value of the 'Smo' containment reference.

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

Returns:
the value of the 'Smo' containment reference.
See Also:
setSmo(ServiceMessageObject), ServiceMessageObjectPackage.getDocumentRoot_Smo()

setSmo

public void setSmo(ServiceMessageObject value)
Sets the value of the 'Smo' containment reference.

Parameters:
value - the new value of the 'Smo' containment reference.
See Also:
getSmo()