LqnCore
Interface DocumentRoot

All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
LqnCorePackage.getDocumentRoot()

Method Summary
 LqnCoreType getLqnCore()
          Returns the value of the 'Lqn Core' containment reference.
 LqnModelType getLqnModel()
          Returns the value of the 'Lqn Model' containment reference.
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
  getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
  getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setLqnCore(LqnCoreType value)
          Sets the value of the 'Lqn Core' containment reference.
 void setLqnModel(LqnModelType value)
          Sets the value of the 'Lqn Model' containment reference.
 

Method Detail

getMixed

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

getXMLNSPrefixMap

 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:
LqnCorePackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

 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:
LqnCorePackage.getDocumentRoot_XSISchemaLocation()

getLqnCore

LqnCoreType getLqnCore()
Returns the value of the 'Lqn Core' containment reference.

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

Returns:
the value of the 'Lqn Core' containment reference.
See Also:
setLqnCore(LqnCoreType), LqnCorePackage.getDocumentRoot_LqnCore()

setLqnCore

void setLqnCore(LqnCoreType value)
Sets the value of the 'Lqn Core' containment reference.

Parameters:
value - the new value of the 'Lqn Core' containment reference.
See Also:
getLqnCore()

getLqnModel

LqnModelType getLqnModel()
Returns the value of the 'Lqn Model' containment reference.

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

Returns:
the value of the 'Lqn Model' containment reference.
See Also:
setLqnModel(LqnModelType), LqnCorePackage.getDocumentRoot_LqnModel()

setLqnModel

void setLqnModel(LqnModelType value)
Sets the value of the 'Lqn Model' containment reference.

Parameters:
value - the new value of the 'Lqn Model' containment reference.
See Also:
getLqnModel()