org.eclipse.emf.ecore.xml.namespace
Interface XMLNamespaceDocumentRoot

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

public interface XMLNamespaceDocumentRoot
extends EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
XMLNamespacePackage.getXMLNamespaceDocumentRoot()

Method Summary
 String getBase()
          Returns the value of the 'Base' attribute
 String getId()
          Returns the value of the 'Id' attribute
 String getLang()
          Returns the value of the 'Lang' attribute
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 SpaceType getSpace()
          Returns the value of the 'Space' attribute.
 EMap getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 boolean isSetSpace()
          Returns whether the value of the 'Space' attribute is set
 void setBase(String value)
          Sets the value of the 'Base' attribute
 void setId(String value)
          Sets the value of the 'Id' attribute
 void setLang(String value)
          Sets the value of the 'Lang' attribute
 void setSpace(SpaceType value)
          Sets the value of the 'Space' attribute
 void unsetSpace()
          Unsets the value of the 'Space' 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:
XMLNamespacePackage.getXMLNamespaceDocumentRoot_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:
XMLNamespacePackage.getXMLNamespaceDocumentRoot_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:
XMLNamespacePackage.getXMLNamespaceDocumentRoot_XSISchemaLocation()

getBase

public String getBase()
Returns the value of the 'Base' attribute.

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

Returns:
the value of the 'Base' attribute.
See Also:
setBase(String), XMLNamespacePackage.getXMLNamespaceDocumentRoot_Base()

setBase

public void setBase(String value)
Sets the value of the 'Base' attribute.

Parameters:
value - the new value of the 'Base' attribute.
See Also:
getBase()

getId

public String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), XMLNamespacePackage.getXMLNamespaceDocumentRoot_Id()

setId

public void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getLang

public String getLang()
Returns the value of the 'Lang' attribute.

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

Returns:
the value of the 'Lang' attribute.
See Also:
setLang(String), XMLNamespacePackage.getXMLNamespaceDocumentRoot_Lang()

setLang

public void setLang(String value)
Sets the value of the 'Lang' attribute.

Parameters:
value - the new value of the 'Lang' attribute.
See Also:
getLang()

getSpace

public SpaceType getSpace()
Returns the value of the 'Space' attribute. The default value is "preserve". The literals are from the enumeration SpaceType.

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

Returns:
the value of the 'Space' attribute.
See Also:
SpaceType, isSetSpace(), unsetSpace(), setSpace(SpaceType), XMLNamespacePackage.getXMLNamespaceDocumentRoot_Space()

setSpace

public void setSpace(SpaceType value)
Sets the value of the 'Space' attribute.

Parameters:
value - the new value of the 'Space' attribute.
See Also:
SpaceType, isSetSpace(), unsetSpace(), getSpace()

unsetSpace

public void unsetSpace()
Unsets the value of the 'Space' attribute.

See Also:
isSetSpace(), getSpace(), setSpace(SpaceType)

isSetSpace

public boolean isSetSpace()
Returns whether the value of the 'Space' attribute is set.

Returns:
whether the value of the 'Space' attribute is set.
See Also:
unsetSpace(), getSpace(), setSpace(SpaceType)

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