org.eclipse.emf.test.models.qname
Interface DocumentRoot

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

public interface DocumentRoot
extends EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
QNamePackage.getDocumentRoot()

Method Summary
 int getAInt()
          Returns the value of the 'AInt' attribute
 javax.xml.namespace.QName getAnyE()
          Returns the value of the 'Any E' attribute
 java.util.List<java.lang.Object> getAnyEU()
          Returns the value of the 'Any EU' attribute
 javax.xml.namespace.QName getAQname()
          Returns the value of the 'AQname' attribute
 java.util.List<java.lang.Object> getAUnion()
          Returns the value of the 'AUnion' attribute
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 ResourceType getResource()
          Returns the value of the 'Resource' containment reference
 EMap<java.lang.String,java.lang.String> getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap<java.lang.String,java.lang.String> getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 boolean isSetAInt()
          Returns whether the value of the 'AInt' attribute is set
 void setAInt(int value)
          Sets the value of the 'AInt' attribute
 void setAnyE(javax.xml.namespace.QName value)
          Sets the value of the 'Any E' attribute
 void setAnyEU(java.util.List<java.lang.Object> value)
          Sets the value of the 'Any EU' attribute
 void setAQname(javax.xml.namespace.QName value)
          Sets the value of the 'AQname' attribute
 void setAUnion(java.util.List<java.lang.Object> value)
          Sets the value of the 'AUnion' attribute
 void setResource(ResourceType value)
          Sets the value of the 'Resource' containment reference
 void unsetAInt()
          Unsets the value of the 'AInt' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMixed

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:
QNamePackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

EMap<java.lang.String,java.lang.String> 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:
QNamePackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

EMap<java.lang.String,java.lang.String> 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:
QNamePackage.getDocumentRoot_XSISchemaLocation()

getAnyE

javax.xml.namespace.QName getAnyE()
Returns the value of the 'Any E' attribute.

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

Returns:
the value of the 'Any E' attribute.
See Also:
setAnyE(QName), QNamePackage.getDocumentRoot_AnyE()

setAnyE

void setAnyE(javax.xml.namespace.QName value)
Sets the value of the 'Any E' attribute.

Parameters:
value - the new value of the 'Any E' attribute.
See Also:
getAnyE()

getAnyEU

java.util.List<java.lang.Object> getAnyEU()
Returns the value of the 'Any EU' attribute.

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

Returns:
the value of the 'Any EU' attribute.
See Also:
setAnyEU(List), QNamePackage.getDocumentRoot_AnyEU()

setAnyEU

void setAnyEU(java.util.List<java.lang.Object> value)
Sets the value of the 'Any EU' attribute.

Parameters:
value - the new value of the 'Any EU' attribute.
See Also:
getAnyEU()

getResource

ResourceType getResource()
Returns the value of the 'Resource' containment reference.

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

Returns:
the value of the 'Resource' containment reference.
See Also:
setResource(ResourceType), QNamePackage.getDocumentRoot_Resource()

setResource

void setResource(ResourceType value)
Sets the value of the 'Resource' containment reference.

Parameters:
value - the new value of the 'Resource' containment reference.
See Also:
getResource()

getAInt

int getAInt()
Returns the value of the 'AInt' attribute.

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

Returns:
the value of the 'AInt' attribute.
See Also:
isSetAInt(), unsetAInt(), setAInt(int), QNamePackage.getDocumentRoot_AInt()

setAInt

void setAInt(int value)
Sets the value of the 'AInt' attribute.

Parameters:
value - the new value of the 'AInt' attribute.
See Also:
isSetAInt(), unsetAInt(), getAInt()

unsetAInt

void unsetAInt()
Unsets the value of the 'AInt' attribute.

See Also:
isSetAInt(), getAInt(), setAInt(int)

isSetAInt

boolean isSetAInt()
Returns whether the value of the 'AInt' attribute is set.

Returns:
whether the value of the 'AInt' attribute is set.
See Also:
unsetAInt(), getAInt(), setAInt(int)

getAQname

javax.xml.namespace.QName getAQname()
Returns the value of the 'AQname' attribute.

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

Returns:
the value of the 'AQname' attribute.
See Also:
setAQname(QName), QNamePackage.getDocumentRoot_AQname()

setAQname

void setAQname(javax.xml.namespace.QName value)
Sets the value of the 'AQname' attribute.

Parameters:
value - the new value of the 'AQname' attribute.
See Also:
getAQname()

getAUnion

java.util.List<java.lang.Object> getAUnion()
Returns the value of the 'AUnion' attribute.

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

Returns:
the value of the 'AUnion' attribute.
See Also:
setAUnion(List), QNamePackage.getDocumentRoot_AUnion()

setAUnion

void setAUnion(java.util.List<java.lang.Object> value)
Sets the value of the 'AUnion' attribute.

Parameters:
value - the new value of the 'AUnion' attribute.
See Also:
getAUnion()

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