public class DocumentRootImpl extends MinimalEObjectImpl.Container implements DocumentRoot
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected FeatureMap |
mixed
The cached value of the '
Mixed' attribute list. |
protected <any> |
xMLNSPrefixMap
The cached value of the '
XMLNS Prefix Map' map. |
protected <any> |
xSISchemaLocation
The cached value of the '
XSI Schema Location' map. |
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentRootImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetArray(Array newArray,
NotificationChain msgs) |
NotificationChain |
basicSetEndpointDescription(EndpointDescription newEndpointDescription,
NotificationChain msgs) |
NotificationChain |
basicSetEndpointDescriptions(EndpointDescriptions newEndpointDescriptions,
NotificationChain msgs) |
NotificationChain |
basicSetList(Array newList,
NotificationChain msgs) |
NotificationChain |
basicSetProperty(Property newProperty,
NotificationChain msgs) |
NotificationChain |
basicSetSet(Array newSet,
NotificationChain msgs) |
NotificationChain |
basicSetValue(Value newValue,
NotificationChain msgs) |
NotificationChain |
basicSetXml(XmlType newXml,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Array |
getArray() |
EndpointDescription |
getEndpointDescription() |
EndpointDescriptions |
getEndpointDescriptions() |
Array |
getList() |
FeatureMap |
getMixed() |
Property |
getProperty() |
Array |
getSet() |
Value |
getValue() |
XmlType |
getXml() |
<any> |
getXMLNSPrefixMap() |
<any> |
getXSISchemaLocation() |
void |
setArray(Array newArray) |
void |
setEndpointDescription(EndpointDescription newEndpointDescription) |
void |
setEndpointDescriptions(EndpointDescriptions newEndpointDescriptions) |
void |
setList(Array newList) |
void |
setProperty(Property newProperty) |
void |
setSet(Array newSet) |
void |
setValue(Value newValue) |
void |
setXml(XmlType newXml) |
java.lang.String |
toString() |
protected FeatureMap mixed
Mixed' attribute list.
getMixed()protected <any> xMLNSPrefixMap
XMLNS Prefix Map' map.
getXMLNSPrefixMap()protected <any> xSISchemaLocation
XSI Schema Location' map.
getXSISchemaLocation()protected EClass eStaticClass()
public FeatureMap getMixed()
getMixed in interface DocumentRootRSAPackage.getDocumentRoot_Mixed()public <any> getXMLNSPrefixMap()
getXMLNSPrefixMap in interface DocumentRootRSAPackage.getDocumentRoot_XMLNSPrefixMap()public <any> getXSISchemaLocation()
getXSISchemaLocation in interface DocumentRootRSAPackage.getDocumentRoot_XSISchemaLocation()public Array getArray()
getArray in interface DocumentRootDocumentRoot.setArray(Array),
RSAPackage.getDocumentRoot_Array()public NotificationChain basicSetArray(Array newArray, NotificationChain msgs)
public void setArray(Array newArray)
setArray in interface DocumentRootnewArray - the new value of the 'Array' containment reference.DocumentRoot.getArray()public EndpointDescription getEndpointDescription()
getEndpointDescription in interface DocumentRootDocumentRoot.setEndpointDescription(EndpointDescription),
RSAPackage.getDocumentRoot_EndpointDescription()public NotificationChain basicSetEndpointDescription(EndpointDescription newEndpointDescription, NotificationChain msgs)
public void setEndpointDescription(EndpointDescription newEndpointDescription)
setEndpointDescription in interface DocumentRootnewEndpointDescription - the new value of the 'Endpoint Description' containment reference.DocumentRoot.getEndpointDescription()public EndpointDescriptions getEndpointDescriptions()
getEndpointDescriptions in interface DocumentRootDocumentRoot.setEndpointDescriptions(EndpointDescriptions),
RSAPackage.getDocumentRoot_EndpointDescriptions()public NotificationChain basicSetEndpointDescriptions(EndpointDescriptions newEndpointDescriptions, NotificationChain msgs)
public void setEndpointDescriptions(EndpointDescriptions newEndpointDescriptions)
setEndpointDescriptions in interface DocumentRootnewEndpointDescriptions - the new value of the 'Endpoint Descriptions' containment reference.DocumentRoot.getEndpointDescriptions()public Array getList()
getList in interface DocumentRootDocumentRoot.setList(Array),
RSAPackage.getDocumentRoot_List()public NotificationChain basicSetList(Array newList, NotificationChain msgs)
public void setList(Array newList)
setList in interface DocumentRootnewList - the new value of the 'List' containment reference.DocumentRoot.getList()public Property getProperty()
getProperty in interface DocumentRootDocumentRoot.setProperty(Property),
RSAPackage.getDocumentRoot_Property()public NotificationChain basicSetProperty(Property newProperty, NotificationChain msgs)
public void setProperty(Property newProperty)
setProperty in interface DocumentRootnewProperty - the new value of the 'Property' containment reference.DocumentRoot.getProperty()public Array getSet()
getSet in interface DocumentRootDocumentRoot.setSet(Array),
RSAPackage.getDocumentRoot_Set()public NotificationChain basicSetSet(Array newSet, NotificationChain msgs)
public void setSet(Array newSet)
setSet in interface DocumentRootnewSet - the new value of the 'Set' containment reference.DocumentRoot.getSet()public Value getValue()
getValue in interface DocumentRootDocumentRoot.setValue(Value),
RSAPackage.getDocumentRoot_Value()public NotificationChain basicSetValue(Value newValue, NotificationChain msgs)
public void setValue(Value newValue)
setValue in interface DocumentRootnewValue - the new value of the 'Value' containment reference.DocumentRoot.getValue()public XmlType getXml()
getXml in interface DocumentRootDocumentRoot.setXml(XmlType),
RSAPackage.getDocumentRoot_Xml()public NotificationChain basicSetXml(XmlType newXml, NotificationChain msgs)
public void setXml(XmlType newXml)
setXml in interface DocumentRootnewXml - the new value of the 'Xml' containment reference.DocumentRoot.getXml()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()