public interface XMLNamespaceDocumentRoot extends EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBase()
Returns the value of the 'Base' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.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.
|
<any> |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
<any> |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
boolean |
isSetSpace()
Returns whether the value of the '
Space' attribute is set. |
void |
setBase(java.lang.String value)
Sets the value of the '
Base' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setLang(java.lang.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. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetFeatureMap getMixed()
FeatureMap.Entry.
XMLNamespacePackage.getXMLNamespaceDocumentRoot_Mixed()<any> getXMLNSPrefixMap()
String,
and the value is of type String,
XMLNamespacePackage.getXMLNamespaceDocumentRoot_XMLNSPrefixMap()<any> getXSISchemaLocation()
String,
and the value is of type String,
XMLNamespacePackage.getXMLNamespaceDocumentRoot_XSISchemaLocation()java.lang.String getBase()
setBase(String),
XMLNamespacePackage.getXMLNamespaceDocumentRoot_Base()void setBase(java.lang.String value)
Base' attribute.
value - the new value of the 'Base' attribute.getBase()java.lang.String getId()
setId(String),
XMLNamespacePackage.getXMLNamespaceDocumentRoot_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getLang()
setLang(String),
XMLNamespacePackage.getXMLNamespaceDocumentRoot_Lang()void setLang(java.lang.String value)
Lang' attribute.
value - the new value of the 'Lang' attribute.getLang()SpaceType getSpace()
SpaceType.
SpaceType,
isSetSpace(),
unsetSpace(),
setSpace(SpaceType),
XMLNamespacePackage.getXMLNamespaceDocumentRoot_Space()void setSpace(SpaceType value)
Space' attribute.
value - the new value of the 'Space' attribute.SpaceType,
isSetSpace(),
unsetSpace(),
getSpace()void unsetSpace()
Space' attribute.
isSetSpace(),
getSpace(),
setSpace(SpaceType)boolean isSetSpace()
Space' attribute is set.
unsetSpace(),
getSpace(),
setSpace(SpaceType)Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature