org.eclipse.emf.ecore.xml.type
Interface XMLTypeDocumentRoot

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
XMLTypeDocumentRootImpl

public interface XMLTypeDocumentRoot
extends EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
XMLTypePackage.getXMLTypeDocumentRoot()

Method Summary
 String getCDATA()
          Returns the value of the 'CDATA' attribute
 String getComment()
          Returns the value of the 'Comment' attribute
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 String getText()
          Returns the value of the 'Text' attribute
 EMap getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setCDATA(String value)
          Sets the value of the 'CDATA' attribute
 void setComment(String value)
          Sets the value of the 'Comment' attribute
 void setText(String value)
          Sets the value of the 'Text' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMixed

public FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type 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:
XMLTypePackage.getXMLTypeDocumentRoot_Mixed()

getXMLNSPrefixMap

public EMap 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:
XMLTypePackage.getXMLTypeDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

public EMap 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:
XMLTypePackage.getXMLTypeDocumentRoot_XSISchemaLocation()

getText

public String getText()
Returns the value of the 'Text' attribute.

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

Returns:
the value of the 'Text' attribute.
See Also:
setText(String), XMLTypePackage.getXMLTypeDocumentRoot_Text()

setText

public void setText(String value)
Sets the value of the 'Text' attribute.

Parameters:
value - the new value of the 'Text' attribute.
See Also:
getText()

getCDATA

public String getCDATA()
Returns the value of the 'CDATA' attribute.

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

Returns:
the value of the 'CDATA' attribute.
See Also:
setCDATA(String), XMLTypePackage.getXMLTypeDocumentRoot_CDATA()

setCDATA

public void setCDATA(String value)
Sets the value of the 'CDATA' attribute.

Parameters:
value - the new value of the 'CDATA' attribute.
See Also:
getCDATA()

getComment

public String getComment()
Returns the value of the 'Comment' attribute.

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

Returns:
the value of the 'Comment' attribute.
See Also:
setComment(String), XMLTypePackage.getXMLTypeDocumentRoot_Comment()

setComment

public void setComment(String value)
Sets the value of the 'Comment' attribute.

Parameters:
value - the new value of the 'Comment' attribute.
See Also:
getComment()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.