org.eclipse.modisco.jee.ejbjar.EjbJar21
Interface DocumentRoot


public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
EjbJar21Package.getDocumentRoot()
Generated:
Model:
extendedMetaData="name='' kind='mixed'"

Method Summary
 EjbJarType getEjbJar()
          Returns the value of the 'Ejb Jar' 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 setEjbJar(EjbJarType value)
          Sets the value of the 'Ejb Jar' 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:
EjbJar21Package.getDocumentRoot_Mixed()
Generated:
Model:
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':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:
EjbJar21Package.getDocumentRoot_XMLNSPrefixMap()
Generated:
Model:
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"

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:
EjbJar21Package.getDocumentRoot_XSISchemaLocation()
Generated:
Model:
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"

getEjbJar

EjbJarType getEjbJar()
Returns the value of the 'Ejb Jar' containment reference. This is the root of the ejb-jar deployment descriptor.

Returns:
the value of the 'Ejb Jar' containment reference.
See Also:
setEjbJar(EjbJarType), EjbJar21Package.getDocumentRoot_EjbJar()
Generated:
Model:
containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ejb-jar' namespace='http://java.sun.com/xml/ns/j2ee'"

setEjbJar

void setEjbJar(EjbJarType value)
Sets the value of the 'Ejb Jar' containment reference.

Parameters:
value - the new value of the 'Ejb Jar' containment reference.
See Also:
getEjbJar()
Generated: