Package net.opengis.wfs.impl
Class DocumentRootImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- DocumentRootImpl
 
 
 
 
- 
- All Implemented Interfaces:
- DocumentRoot,- Notifier,- EObject,- InternalEObject
 
 public class DocumentRootImpl extends EObjectImpl implements DocumentRoot An implementation of the model object 'Document Root'.The following features are implemented: - Mixed
- XMLNS Prefix Map
- XSI Schema Location
- Delete
- Describe Feature Type
- Feature Collection
- Feature Type List
- Get Capabilities
- Get Feature
- Get Feature With Lock
- Get Gml Object
- Insert
- Lock Feature
- Lock Feature Response
- Lock Id
- Native
- Property
- Property Name
- Query
- Serves GML Object Type List
- Supports GML Object Type List
- Transaction
- Transaction Response
- Update
- Wfs Capabilities
- Xlink Property Name
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static StringLOCK_ID_EDEFAULTThe default value of the 'Lock Id' attribute.protected FeatureMapmixedThe cached value of the 'Mixed' attribute list.protected static StringPROPERTY_NAME_EDEFAULTThe default value of the 'Property Name' attribute.protected EMapxMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected EMapxSISchemaLocationThe cached value of the 'XSI Schema Location' map.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDocumentRootImpl()
 - 
Method Summary- 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
mixedprotected FeatureMap mixed The cached value of the 'Mixed' attribute list.- See Also:
- getMixed()
 
 - 
xMLNSPrefixMapprotected EMap xMLNSPrefixMap The cached value of the 'XMLNS Prefix Map' map.- See Also:
- getXMLNSPrefixMap()
 
 - 
xSISchemaLocationprotected EMap xSISchemaLocation The cached value of the 'XSI Schema Location' map.- See Also:
- getXSISchemaLocation()
 
 - 
LOCK_ID_EDEFAULTprotected static final String LOCK_ID_EDEFAULT The default value of the 'Lock Id' attribute.- See Also:
- getLockId()
 
 - 
PROPERTY_NAME_EDEFAULTprotected static final String PROPERTY_NAME_EDEFAULT The default value of the 'Property Name' attribute.- See Also:
- getPropertyName()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getMixedpublic FeatureMap getMixed() - Specified by:
- getMixedin interface- DocumentRoot
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
- WfsPackage.getDocumentRoot_Mixed()
 
 - 
getXMLNSPrefixMappublic EMap getXMLNSPrefixMap() - Specified by:
- getXMLNSPrefixMapin interface- DocumentRoot
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
- WfsPackage.getDocumentRoot_XMLNSPrefixMap()
 
 - 
getXSISchemaLocationpublic EMap getXSISchemaLocation() - Specified by:
- getXSISchemaLocationin interface- DocumentRoot
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
- WfsPackage.getDocumentRoot_XSISchemaLocation()
 
 - 
getDeletepublic DeleteElementType getDelete() - Specified by:
- getDeletein interface- DocumentRoot
- Returns:
- the value of the 'Delete' containment reference.
- See Also:
- DocumentRoot.setDelete(DeleteElementType),- WfsPackage.getDocumentRoot_Delete()
 
 - 
basicSetDeletepublic NotificationChain basicSetDelete(DeleteElementType newDelete, NotificationChain msgs) 
 - 
setDeletepublic void setDelete(DeleteElementType newDelete) - Specified by:
- setDeletein interface- DocumentRoot
- Parameters:
- newDelete- the new value of the 'Delete' containment reference.
- See Also:
- DocumentRoot.getDelete()
 
 - 
getDescribeFeatureTypepublic DescribeFeatureTypeType getDescribeFeatureType() - Specified by:
- getDescribeFeatureTypein interface- DocumentRoot
- Returns:
- the value of the 'Describe Feature Type' containment reference.
- See Also:
- DocumentRoot.setDescribeFeatureType(DescribeFeatureTypeType),- WfsPackage.getDocumentRoot_DescribeFeatureType()
 
 - 
basicSetDescribeFeatureTypepublic NotificationChain basicSetDescribeFeatureType(DescribeFeatureTypeType newDescribeFeatureType, NotificationChain msgs) 
 - 
setDescribeFeatureTypepublic void setDescribeFeatureType(DescribeFeatureTypeType newDescribeFeatureType) - Specified by:
- setDescribeFeatureTypein interface- DocumentRoot
- Parameters:
- newDescribeFeatureType- the new value of the 'Describe Feature Type' containment reference.
- See Also:
- DocumentRoot.getDescribeFeatureType()
 
 - 
getFeatureCollectionpublic FeatureCollectionType getFeatureCollection() - Specified by:
- getFeatureCollectionin interface- DocumentRoot
- Returns:
- the value of the 'Feature Collection' containment reference.
- See Also:
- DocumentRoot.setFeatureCollection(FeatureCollectionType),- WfsPackage.getDocumentRoot_FeatureCollection()
 
 - 
basicSetFeatureCollectionpublic NotificationChain basicSetFeatureCollection(FeatureCollectionType newFeatureCollection, NotificationChain msgs) 
 - 
setFeatureCollectionpublic void setFeatureCollection(FeatureCollectionType newFeatureCollection) - Specified by:
- setFeatureCollectionin interface- DocumentRoot
- Parameters:
- newFeatureCollection- the new value of the 'Feature Collection' containment reference.
- See Also:
- DocumentRoot.getFeatureCollection()
 
 - 
getFeatureTypeListpublic FeatureTypeListType getFeatureTypeList() - Specified by:
- getFeatureTypeListin interface- DocumentRoot
- Returns:
- the value of the 'Feature Type List' containment reference.
- See Also:
- DocumentRoot.setFeatureTypeList(FeatureTypeListType),- WfsPackage.getDocumentRoot_FeatureTypeList()
 
 - 
basicSetFeatureTypeListpublic NotificationChain basicSetFeatureTypeList(FeatureTypeListType newFeatureTypeList, NotificationChain msgs) 
 - 
setFeatureTypeListpublic void setFeatureTypeList(FeatureTypeListType newFeatureTypeList) - Specified by:
- setFeatureTypeListin interface- DocumentRoot
- Parameters:
- newFeatureTypeList- the new value of the 'Feature Type List' containment reference.
- See Also:
- DocumentRoot.getFeatureTypeList()
 
 - 
getGetCapabilitiespublic GetCapabilitiesType getGetCapabilities() - Specified by:
- getGetCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
- DocumentRoot.setGetCapabilities(GetCapabilitiesType),- WfsPackage.getDocumentRoot_GetCapabilities()
 
 - 
basicSetGetCapabilitiespublic NotificationChain basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs) 
 - 
setGetCapabilitiespublic void setGetCapabilities(GetCapabilitiesType newGetCapabilities) - Specified by:
- setGetCapabilitiesin interface- DocumentRoot
- Parameters:
- newGetCapabilities- the new value of the 'Get Capabilities' containment reference.
- See Also:
- DocumentRoot.getGetCapabilities()
 
 - 
getGetFeaturepublic GetFeatureType getGetFeature() - Specified by:
- getGetFeaturein interface- DocumentRoot
- Returns:
- the value of the 'Get Feature' containment reference.
- See Also:
- DocumentRoot.setGetFeature(GetFeatureType),- WfsPackage.getDocumentRoot_GetFeature()
 
 - 
basicSetGetFeaturepublic NotificationChain basicSetGetFeature(GetFeatureType newGetFeature, NotificationChain msgs) 
 - 
setGetFeaturepublic void setGetFeature(GetFeatureType newGetFeature) - Specified by:
- setGetFeaturein interface- DocumentRoot
- Parameters:
- newGetFeature- the new value of the 'Get Feature' containment reference.
- See Also:
- DocumentRoot.getGetFeature()
 
 - 
getGetFeatureWithLockpublic GetFeatureWithLockType getGetFeatureWithLock() - Specified by:
- getGetFeatureWithLockin interface- DocumentRoot
- Returns:
- the value of the 'Get Feature With Lock' containment reference.
- See Also:
- DocumentRoot.setGetFeatureWithLock(GetFeatureWithLockType),- WfsPackage.getDocumentRoot_GetFeatureWithLock()
 
 - 
basicSetGetFeatureWithLockpublic NotificationChain basicSetGetFeatureWithLock(GetFeatureWithLockType newGetFeatureWithLock, NotificationChain msgs) 
 - 
setGetFeatureWithLockpublic void setGetFeatureWithLock(GetFeatureWithLockType newGetFeatureWithLock) - Specified by:
- setGetFeatureWithLockin interface- DocumentRoot
- Parameters:
- newGetFeatureWithLock- the new value of the 'Get Feature With Lock' containment reference.
- See Also:
- DocumentRoot.getGetFeatureWithLock()
 
 - 
getGetGmlObjectpublic GetGmlObjectType getGetGmlObject() - Specified by:
- getGetGmlObjectin interface- DocumentRoot
- Returns:
- the value of the 'Get Gml Object' containment reference.
- See Also:
- DocumentRoot.setGetGmlObject(GetGmlObjectType),- WfsPackage.getDocumentRoot_GetGmlObject()
 
 - 
basicSetGetGmlObjectpublic NotificationChain basicSetGetGmlObject(GetGmlObjectType newGetGmlObject, NotificationChain msgs) 
 - 
setGetGmlObjectpublic void setGetGmlObject(GetGmlObjectType newGetGmlObject) - Specified by:
- setGetGmlObjectin interface- DocumentRoot
- Parameters:
- newGetGmlObject- the new value of the 'Get Gml Object' containment reference.
- See Also:
- DocumentRoot.getGetGmlObject()
 
 - 
getInsertpublic InsertElementType getInsert() - Specified by:
- getInsertin interface- DocumentRoot
- Returns:
- the value of the 'Insert' containment reference.
- See Also:
- DocumentRoot.setInsert(InsertElementType),- WfsPackage.getDocumentRoot_Insert()
 
 - 
basicSetInsertpublic NotificationChain basicSetInsert(InsertElementType newInsert, NotificationChain msgs) 
 - 
setInsertpublic void setInsert(InsertElementType newInsert) - Specified by:
- setInsertin interface- DocumentRoot
- Parameters:
- newInsert- the new value of the 'Insert' containment reference.
- See Also:
- DocumentRoot.getInsert()
 
 - 
getLockFeaturepublic LockFeatureType getLockFeature() - Specified by:
- getLockFeaturein interface- DocumentRoot
- Returns:
- the value of the 'Lock Feature' containment reference.
- See Also:
- DocumentRoot.setLockFeature(LockFeatureType),- WfsPackage.getDocumentRoot_LockFeature()
 
 - 
basicSetLockFeaturepublic NotificationChain basicSetLockFeature(LockFeatureType newLockFeature, NotificationChain msgs) 
 - 
setLockFeaturepublic void setLockFeature(LockFeatureType newLockFeature) - Specified by:
- setLockFeaturein interface- DocumentRoot
- Parameters:
- newLockFeature- the new value of the 'Lock Feature' containment reference.
- See Also:
- DocumentRoot.getLockFeature()
 
 - 
getLockFeatureResponsepublic LockFeatureResponseType getLockFeatureResponse() - Specified by:
- getLockFeatureResponsein interface- DocumentRoot
- Returns:
- the value of the 'Lock Feature Response' containment reference.
- See Also:
- DocumentRoot.setLockFeatureResponse(LockFeatureResponseType),- WfsPackage.getDocumentRoot_LockFeatureResponse()
 
 - 
basicSetLockFeatureResponsepublic NotificationChain basicSetLockFeatureResponse(LockFeatureResponseType newLockFeatureResponse, NotificationChain msgs) 
 - 
setLockFeatureResponsepublic void setLockFeatureResponse(LockFeatureResponseType newLockFeatureResponse) - Specified by:
- setLockFeatureResponsein interface- DocumentRoot
- Parameters:
- newLockFeatureResponse- the new value of the 'Lock Feature Response' containment reference.
- See Also:
- DocumentRoot.getLockFeatureResponse()
 
 - 
getLockIdpublic String getLockId() - Specified by:
- getLockIdin interface- DocumentRoot
- Returns:
- the value of the 'Lock Id' attribute.
- See Also:
- DocumentRoot.setLockId(String),- WfsPackage.getDocumentRoot_LockId()
 
 - 
setLockIdpublic void setLockId(String newLockId) - Specified by:
- setLockIdin interface- DocumentRoot
- Parameters:
- newLockId- the new value of the 'Lock Id' attribute.
- See Also:
- DocumentRoot.getLockId()
 
 - 
getNativepublic NativeType getNative() - Specified by:
- getNativein interface- DocumentRoot
- Returns:
- the value of the 'Native' containment reference.
- See Also:
- DocumentRoot.setNative(NativeType),- WfsPackage.getDocumentRoot_Native()
 
 - 
basicSetNativepublic NotificationChain basicSetNative(NativeType newNative, NotificationChain msgs) 
 - 
setNativepublic void setNative(NativeType newNative) - Specified by:
- setNativein interface- DocumentRoot
- Parameters:
- newNative- the new value of the 'Native' containment reference.
- See Also:
- DocumentRoot.getNative()
 
 - 
getPropertypublic PropertyType getProperty() - Specified by:
- getPropertyin interface- DocumentRoot
- Returns:
- the value of the 'Property' containment reference.
- See Also:
- DocumentRoot.setProperty(PropertyType),- WfsPackage.getDocumentRoot_Property()
 
 - 
basicSetPropertypublic NotificationChain basicSetProperty(PropertyType newProperty, NotificationChain msgs) 
 - 
setPropertypublic void setProperty(PropertyType newProperty) - Specified by:
- setPropertyin interface- DocumentRoot
- Parameters:
- newProperty- the new value of the 'Property' containment reference.
- See Also:
- DocumentRoot.getProperty()
 
 - 
getPropertyNamepublic String getPropertyName() - Specified by:
- getPropertyNamein interface- DocumentRoot
- Returns:
- the value of the 'Property Name' attribute.
- See Also:
- DocumentRoot.setPropertyName(String),- WfsPackage.getDocumentRoot_PropertyName()
 
 - 
setPropertyNamepublic void setPropertyName(String newPropertyName) - Specified by:
- setPropertyNamein interface- DocumentRoot
- Parameters:
- newPropertyName- the new value of the 'Property Name' attribute.
- See Also:
- DocumentRoot.getPropertyName()
 
 - 
getQuerypublic QueryType getQuery() - Specified by:
- getQueryin interface- DocumentRoot
- Returns:
- the value of the 'Query' containment reference.
- See Also:
- DocumentRoot.setQuery(QueryType),- WfsPackage.getDocumentRoot_Query()
 
 - 
basicSetQuerypublic NotificationChain basicSetQuery(QueryType newQuery, NotificationChain msgs) 
 - 
setQuerypublic void setQuery(QueryType newQuery) - Specified by:
- setQueryin interface- DocumentRoot
- Parameters:
- newQuery- the new value of the 'Query' containment reference.
- See Also:
- DocumentRoot.getQuery()
 
 - 
getServesGMLObjectTypeListpublic GMLObjectTypeListType getServesGMLObjectTypeList() - Specified by:
- getServesGMLObjectTypeListin interface- DocumentRoot
- Returns:
- the value of the 'Serves GML Object Type List' containment reference.
- See Also:
- DocumentRoot.setServesGMLObjectTypeList(GMLObjectTypeListType),- WfsPackage.getDocumentRoot_ServesGMLObjectTypeList()
 
 - 
basicSetServesGMLObjectTypeListpublic NotificationChain basicSetServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList, NotificationChain msgs) 
 - 
setServesGMLObjectTypeListpublic void setServesGMLObjectTypeList(GMLObjectTypeListType newServesGMLObjectTypeList) - Specified by:
- setServesGMLObjectTypeListin interface- DocumentRoot
- Parameters:
- newServesGMLObjectTypeList- the new value of the 'Serves GML Object Type List' containment reference.
- See Also:
- DocumentRoot.getServesGMLObjectTypeList()
 
 - 
getSupportsGMLObjectTypeListpublic GMLObjectTypeListType getSupportsGMLObjectTypeList() - Specified by:
- getSupportsGMLObjectTypeListin interface- DocumentRoot
- Returns:
- the value of the 'Supports GML Object Type List' containment reference.
- See Also:
- DocumentRoot.setSupportsGMLObjectTypeList(GMLObjectTypeListType),- WfsPackage.getDocumentRoot_SupportsGMLObjectTypeList()
 
 - 
basicSetSupportsGMLObjectTypeListpublic NotificationChain basicSetSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList, NotificationChain msgs) 
 - 
setSupportsGMLObjectTypeListpublic void setSupportsGMLObjectTypeList(GMLObjectTypeListType newSupportsGMLObjectTypeList) - Specified by:
- setSupportsGMLObjectTypeListin interface- DocumentRoot
- Parameters:
- newSupportsGMLObjectTypeList- the new value of the 'Supports GML Object Type List' containment reference.
- See Also:
- DocumentRoot.getSupportsGMLObjectTypeList()
 
 - 
getTransactionpublic TransactionType getTransaction() - Specified by:
- getTransactionin interface- DocumentRoot
- Returns:
- the value of the 'Transaction' containment reference.
- See Also:
- DocumentRoot.setTransaction(TransactionType),- WfsPackage.getDocumentRoot_Transaction()
 
 - 
basicSetTransactionpublic NotificationChain basicSetTransaction(TransactionType newTransaction, NotificationChain msgs) 
 - 
setTransactionpublic void setTransaction(TransactionType newTransaction) - Specified by:
- setTransactionin interface- DocumentRoot
- Parameters:
- newTransaction- the new value of the 'Transaction' containment reference.
- See Also:
- DocumentRoot.getTransaction()
 
 - 
getTransactionResponsepublic TransactionResponseType getTransactionResponse() - Specified by:
- getTransactionResponsein interface- DocumentRoot
- Returns:
- the value of the 'Transaction Response' containment reference.
- See Also:
- DocumentRoot.setTransactionResponse(TransactionResponseType),- WfsPackage.getDocumentRoot_TransactionResponse()
 
 - 
basicSetTransactionResponsepublic NotificationChain basicSetTransactionResponse(TransactionResponseType newTransactionResponse, NotificationChain msgs) 
 - 
setTransactionResponsepublic void setTransactionResponse(TransactionResponseType newTransactionResponse) - Specified by:
- setTransactionResponsein interface- DocumentRoot
- Parameters:
- newTransactionResponse- the new value of the 'Transaction Response' containment reference.
- See Also:
- DocumentRoot.getTransactionResponse()
 
 - 
getUpdatepublic UpdateElementType getUpdate() - Specified by:
- getUpdatein interface- DocumentRoot
- Returns:
- the value of the 'Update' containment reference.
- See Also:
- DocumentRoot.setUpdate(UpdateElementType),- WfsPackage.getDocumentRoot_Update()
 
 - 
basicSetUpdatepublic NotificationChain basicSetUpdate(UpdateElementType newUpdate, NotificationChain msgs) 
 - 
setUpdatepublic void setUpdate(UpdateElementType newUpdate) - Specified by:
- setUpdatein interface- DocumentRoot
- Parameters:
- newUpdate- the new value of the 'Update' containment reference.
- See Also:
- DocumentRoot.getUpdate()
 
 - 
getWfsCapabilitiespublic WFSCapabilitiesType getWfsCapabilities() - Specified by:
- getWfsCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'Wfs Capabilities' containment reference.
- See Also:
- DocumentRoot.setWfsCapabilities(WFSCapabilitiesType),- WfsPackage.getDocumentRoot_WfsCapabilities()
 
 - 
basicSetWfsCapabilitiespublic NotificationChain basicSetWfsCapabilities(WFSCapabilitiesType newWfsCapabilities, NotificationChain msgs) 
 - 
setWfsCapabilitiespublic void setWfsCapabilities(WFSCapabilitiesType newWfsCapabilities) - Specified by:
- setWfsCapabilitiesin interface- DocumentRoot
- Parameters:
- newWfsCapabilities- the new value of the 'Wfs Capabilities' containment reference.
- See Also:
- DocumentRoot.getWfsCapabilities()
 
 - 
getXlinkPropertyNamepublic XlinkPropertyNameType getXlinkPropertyName() - Specified by:
- getXlinkPropertyNamein interface- DocumentRoot
- Returns:
- the value of the 'Xlink Property Name' containment reference.
- See Also:
- DocumentRoot.setXlinkPropertyName(XlinkPropertyNameType),- WfsPackage.getDocumentRoot_XlinkPropertyName()
 
 - 
basicSetXlinkPropertyNamepublic NotificationChain basicSetXlinkPropertyName(XlinkPropertyNameType newXlinkPropertyName, NotificationChain msgs) 
 - 
setXlinkPropertyNamepublic void setXlinkPropertyName(XlinkPropertyNameType newXlinkPropertyName) - Specified by:
- setXlinkPropertyNamein interface- DocumentRoot
- Parameters:
- newXlinkPropertyName- the new value of the 'Xlink Property Name' containment reference.
- See Also:
- DocumentRoot.getXlinkPropertyName()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicEObjectImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-