Package net.opengis.wfs20.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
- Abstract
- Abstract Transaction Action
- Additional Objects
- Additional Values
- Bounded By
- Create Stored Query
- Create Stored Query Response
- Delete
- Describe Feature Type
- Describe Stored Queries
- Describe Stored Queries Response
- Drop Stored Query
- Drop Stored Query Response
- Element
- Feature Collection
- Simple Feature Collection
- Feature Type List
- Get Capabilities
- Get Feature
- Get Feature With Lock
- Get Property Value
- Insert
- List Stored Queries
- List Stored Queries Response
- Lock Feature
- Lock Feature Response
- Member
- Native
- Property
- Property Name
- Query
- Replace
- Stored Query
- Title
- Transaction
- Transaction Response
- Truncated Response
- Tuple
- Update
- Value
- Value Collection
- Value List
- WFS Capabilities
 
- 
- 
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 FeatureMapmixedThe cached value of the 'Mixed' attribute list.protected EMap<String,String>xMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected EMap<String,String>xSISchemaLocationThe 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<String,String> xMLNSPrefixMap The cached value of the 'XMLNS Prefix Map' map.- See Also:
- getXMLNSPrefixMap()
 
 - 
xSISchemaLocationprotected EMap<String,String> xSISchemaLocation The cached value of the 'XSI Schema Location' map.- See Also:
- getXSISchemaLocation()
 
 
- 
 - 
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:
- Wfs20Package.getDocumentRoot_Mixed()
 
 - 
getXMLNSPrefixMappublic EMap<String,String> getXMLNSPrefixMap() - Specified by:
- getXMLNSPrefixMapin interface- DocumentRoot
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
- Wfs20Package.getDocumentRoot_XMLNSPrefixMap()
 
 - 
getXSISchemaLocationpublic EMap<String,String> getXSISchemaLocation() - Specified by:
- getXSISchemaLocationin interface- DocumentRoot
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
- Wfs20Package.getDocumentRoot_XSISchemaLocation()
 
 - 
getAbstractpublic AbstractType getAbstract() - Specified by:
- getAbstractin interface- DocumentRoot
- Returns:
- the value of the 'Abstract' containment reference.
- See Also:
- DocumentRoot.setAbstract(AbstractType),- Wfs20Package.getDocumentRoot_Abstract()
 
 - 
basicSetAbstractpublic NotificationChain basicSetAbstract(AbstractType newAbstract, NotificationChain msgs) 
 - 
setAbstractpublic void setAbstract(AbstractType newAbstract) - Specified by:
- setAbstractin interface- DocumentRoot
- Parameters:
- newAbstract- the new value of the 'Abstract' containment reference.
- See Also:
- DocumentRoot.getAbstract()
 
 - 
getAbstractTransactionActionpublic AbstractTransactionActionType getAbstractTransactionAction() - Specified by:
- getAbstractTransactionActionin interface- DocumentRoot
- Returns:
- the value of the 'Abstract Transaction Action' containment reference.
- See Also:
- Wfs20Package.getDocumentRoot_AbstractTransactionAction()
 
 - 
basicSetAbstractTransactionActionpublic NotificationChain basicSetAbstractTransactionAction(AbstractTransactionActionType newAbstractTransactionAction, NotificationChain msgs) 
 - 
getAdditionalObjectspublic AdditionalObjectsType getAdditionalObjects() - Specified by:
- getAdditionalObjectsin interface- DocumentRoot
- Returns:
- the value of the 'Additional Objects' containment reference.
- See Also:
- DocumentRoot.setAdditionalObjects(AdditionalObjectsType),- Wfs20Package.getDocumentRoot_AdditionalObjects()
 
 - 
basicSetAdditionalObjectspublic NotificationChain basicSetAdditionalObjects(AdditionalObjectsType newAdditionalObjects, NotificationChain msgs) 
 - 
setAdditionalObjectspublic void setAdditionalObjects(AdditionalObjectsType newAdditionalObjects) - Specified by:
- setAdditionalObjectsin interface- DocumentRoot
- Parameters:
- newAdditionalObjects- the new value of the 'Additional Objects' containment reference.
- See Also:
- DocumentRoot.getAdditionalObjects()
 
 - 
getAdditionalValuespublic AdditionalValuesType getAdditionalValues() - Specified by:
- getAdditionalValuesin interface- DocumentRoot
- Returns:
- the value of the 'Additional Values' containment reference.
- See Also:
- DocumentRoot.setAdditionalValues(AdditionalValuesType),- Wfs20Package.getDocumentRoot_AdditionalValues()
 
 - 
basicSetAdditionalValuespublic NotificationChain basicSetAdditionalValues(AdditionalValuesType newAdditionalValues, NotificationChain msgs) 
 - 
setAdditionalValuespublic void setAdditionalValues(AdditionalValuesType newAdditionalValues) - Specified by:
- setAdditionalValuesin interface- DocumentRoot
- Parameters:
- newAdditionalValues- the new value of the 'Additional Values' containment reference.
- See Also:
- DocumentRoot.getAdditionalValues()
 
 - 
getBoundedBypublic EnvelopePropertyType getBoundedBy() - Specified by:
- getBoundedByin interface- DocumentRoot
- Returns:
- the value of the 'Bounded By' containment reference.
- See Also:
- DocumentRoot.setBoundedBy(EnvelopePropertyType),- Wfs20Package.getDocumentRoot_BoundedBy()
 
 - 
basicSetBoundedBypublic NotificationChain basicSetBoundedBy(EnvelopePropertyType newBoundedBy, NotificationChain msgs) 
 - 
setBoundedBypublic void setBoundedBy(EnvelopePropertyType newBoundedBy) - Specified by:
- setBoundedByin interface- DocumentRoot
- Parameters:
- newBoundedBy- the new value of the 'Bounded By' containment reference.
- See Also:
- DocumentRoot.getBoundedBy()
 
 - 
getCreateStoredQuerypublic CreateStoredQueryType getCreateStoredQuery() - Specified by:
- getCreateStoredQueryin interface- DocumentRoot
- Returns:
- the value of the 'Create Stored Query' containment reference.
- See Also:
- DocumentRoot.setCreateStoredQuery(CreateStoredQueryType),- Wfs20Package.getDocumentRoot_CreateStoredQuery()
 
 - 
basicSetCreateStoredQuerypublic NotificationChain basicSetCreateStoredQuery(CreateStoredQueryType newCreateStoredQuery, NotificationChain msgs) 
 - 
setCreateStoredQuerypublic void setCreateStoredQuery(CreateStoredQueryType newCreateStoredQuery) - Specified by:
- setCreateStoredQueryin interface- DocumentRoot
- Parameters:
- newCreateStoredQuery- the new value of the 'Create Stored Query' containment reference.
- See Also:
- DocumentRoot.getCreateStoredQuery()
 
 - 
getCreateStoredQueryResponsepublic CreateStoredQueryResponseType getCreateStoredQueryResponse() - Specified by:
- getCreateStoredQueryResponsein interface- DocumentRoot
- Returns:
- the value of the 'Create Stored Query Response' containment reference.
- See Also:
- DocumentRoot.setCreateStoredQueryResponse(CreateStoredQueryResponseType),- Wfs20Package.getDocumentRoot_CreateStoredQueryResponse()
 
 - 
basicSetCreateStoredQueryResponsepublic NotificationChain basicSetCreateStoredQueryResponse(CreateStoredQueryResponseType newCreateStoredQueryResponse, NotificationChain msgs) 
 - 
setCreateStoredQueryResponsepublic void setCreateStoredQueryResponse(CreateStoredQueryResponseType newCreateStoredQueryResponse) - Specified by:
- setCreateStoredQueryResponsein interface- DocumentRoot
- Parameters:
- newCreateStoredQueryResponse- the new value of the 'Create Stored Query Response' containment reference.
- See Also:
- DocumentRoot.getCreateStoredQueryResponse()
 
 - 
getDeletepublic DeleteType getDelete() - Specified by:
- getDeletein interface- DocumentRoot
- Returns:
- the value of the 'Delete' containment reference.
- See Also:
- DocumentRoot.setDelete(DeleteType),- Wfs20Package.getDocumentRoot_Delete()
 
 - 
basicSetDeletepublic NotificationChain basicSetDelete(DeleteType newDelete, NotificationChain msgs) 
 - 
setDeletepublic void setDelete(DeleteType 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),- Wfs20Package.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()
 
 - 
getDescribeStoredQueriespublic DescribeStoredQueriesType getDescribeStoredQueries() - Specified by:
- getDescribeStoredQueriesin interface- DocumentRoot
- Returns:
- the value of the 'Describe Stored Queries' containment reference.
- See Also:
- DocumentRoot.setDescribeStoredQueries(DescribeStoredQueriesType),- Wfs20Package.getDocumentRoot_DescribeStoredQueries()
 
 - 
basicSetDescribeStoredQueriespublic NotificationChain basicSetDescribeStoredQueries(DescribeStoredQueriesType newDescribeStoredQueries, NotificationChain msgs) 
 - 
setDescribeStoredQueriespublic void setDescribeStoredQueries(DescribeStoredQueriesType newDescribeStoredQueries) - Specified by:
- setDescribeStoredQueriesin interface- DocumentRoot
- Parameters:
- newDescribeStoredQueries- the new value of the 'Describe Stored Queries' containment reference.
- See Also:
- DocumentRoot.getDescribeStoredQueries()
 
 - 
getDescribeStoredQueriesResponsepublic DescribeStoredQueriesResponseType getDescribeStoredQueriesResponse() - Specified by:
- getDescribeStoredQueriesResponsein interface- DocumentRoot
- Returns:
- the value of the 'Describe Stored Queries Response' containment reference.
- See Also:
- DocumentRoot.setDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType),- Wfs20Package.getDocumentRoot_DescribeStoredQueriesResponse()
 
 - 
basicSetDescribeStoredQueriesResponsepublic NotificationChain basicSetDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType newDescribeStoredQueriesResponse, NotificationChain msgs) 
 - 
setDescribeStoredQueriesResponsepublic void setDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType newDescribeStoredQueriesResponse) - Specified by:
- setDescribeStoredQueriesResponsein interface- DocumentRoot
- Parameters:
- newDescribeStoredQueriesResponse- the new value of the 'Describe Stored Queries Response' containment reference.
- See Also:
- DocumentRoot.getDescribeStoredQueriesResponse()
 
 - 
getDropStoredQuerypublic DropStoredQueryType getDropStoredQuery() - Specified by:
- getDropStoredQueryin interface- DocumentRoot
- Returns:
- the value of the 'Drop Stored Query' containment reference.
- See Also:
- DocumentRoot.setDropStoredQuery(DropStoredQueryType),- Wfs20Package.getDocumentRoot_DropStoredQuery()
 
 - 
basicSetDropStoredQuerypublic NotificationChain basicSetDropStoredQuery(DropStoredQueryType newDropStoredQuery, NotificationChain msgs) 
 - 
setDropStoredQuerypublic void setDropStoredQuery(DropStoredQueryType newDropStoredQuery) - Specified by:
- setDropStoredQueryin interface- DocumentRoot
- Parameters:
- newDropStoredQuery- the new value of the 'Drop Stored Query' containment reference.
- See Also:
- DocumentRoot.getDropStoredQuery()
 
 - 
getDropStoredQueryResponsepublic ExecutionStatusType getDropStoredQueryResponse() - Specified by:
- getDropStoredQueryResponsein interface- DocumentRoot
- Returns:
- the value of the 'Drop Stored Query Response' containment reference.
- See Also:
- DocumentRoot.setDropStoredQueryResponse(ExecutionStatusType),- Wfs20Package.getDocumentRoot_DropStoredQueryResponse()
 
 - 
basicSetDropStoredQueryResponsepublic NotificationChain basicSetDropStoredQueryResponse(ExecutionStatusType newDropStoredQueryResponse, NotificationChain msgs) 
 - 
setDropStoredQueryResponsepublic void setDropStoredQueryResponse(ExecutionStatusType newDropStoredQueryResponse) - Specified by:
- setDropStoredQueryResponsein interface- DocumentRoot
- Parameters:
- newDropStoredQueryResponse- the new value of the 'Drop Stored Query Response' containment reference.
- See Also:
- DocumentRoot.getDropStoredQueryResponse()
 
 - 
getElementpublic ElementType getElement() - Specified by:
- getElementin interface- DocumentRoot
- Returns:
- the value of the 'Element' containment reference.
- See Also:
- DocumentRoot.setElement(ElementType),- Wfs20Package.getDocumentRoot_Element()
 
 - 
basicSetElementpublic NotificationChain basicSetElement(ElementType newElement, NotificationChain msgs) 
 - 
setElementpublic void setElement(ElementType newElement) - Specified by:
- setElementin interface- DocumentRoot
- Parameters:
- newElement- the new value of the 'Element' containment reference.
- See Also:
- DocumentRoot.getElement()
 
 - 
getFeatureCollectionpublic FeatureCollectionType getFeatureCollection() - Specified by:
- getFeatureCollectionin interface- DocumentRoot
- Returns:
- the value of the 'Feature Collection' containment reference.
- See Also:
- DocumentRoot.setFeatureCollection(FeatureCollectionType),- Wfs20Package.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()
 
 - 
getSimpleFeatureCollectionpublic SimpleFeatureCollectionType getSimpleFeatureCollection() - Specified by:
- getSimpleFeatureCollectionin interface- DocumentRoot
- Returns:
- the value of the 'Simple Feature Collection' containment reference.
- See Also:
- DocumentRoot.setSimpleFeatureCollection(SimpleFeatureCollectionType),- Wfs20Package.getDocumentRoot_SimpleFeatureCollection()
 
 - 
basicSetSimpleFeatureCollectionpublic NotificationChain basicSetSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs) 
 - 
setSimpleFeatureCollectionpublic void setSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection) - Specified by:
- setSimpleFeatureCollectionin interface- DocumentRoot
- Parameters:
- newSimpleFeatureCollection- the new value of the 'Simple Feature Collection' containment reference.
- See Also:
- DocumentRoot.getSimpleFeatureCollection()
 
 - 
getFeatureTypeListpublic FeatureTypeListType getFeatureTypeList() - Specified by:
- getFeatureTypeListin interface- DocumentRoot
- Returns:
- the value of the 'Feature Type List' containment reference.
- See Also:
- DocumentRoot.setFeatureTypeList(FeatureTypeListType),- Wfs20Package.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),- Wfs20Package.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),- Wfs20Package.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),- Wfs20Package.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()
 
 - 
getGetPropertyValuepublic GetPropertyValueType getGetPropertyValue() - Specified by:
- getGetPropertyValuein interface- DocumentRoot
- Returns:
- the value of the 'Get Property Value' containment reference.
- See Also:
- DocumentRoot.setGetPropertyValue(GetPropertyValueType),- Wfs20Package.getDocumentRoot_GetPropertyValue()
 
 - 
basicSetGetPropertyValuepublic NotificationChain basicSetGetPropertyValue(GetPropertyValueType newGetPropertyValue, NotificationChain msgs) 
 - 
setGetPropertyValuepublic void setGetPropertyValue(GetPropertyValueType newGetPropertyValue) - Specified by:
- setGetPropertyValuein interface- DocumentRoot
- Parameters:
- newGetPropertyValue- the new value of the 'Get Property Value' containment reference.
- See Also:
- DocumentRoot.getGetPropertyValue()
 
 - 
getInsertpublic InsertType getInsert() - Specified by:
- getInsertin interface- DocumentRoot
- Returns:
- the value of the 'Insert' containment reference.
- See Also:
- DocumentRoot.setInsert(InsertType),- Wfs20Package.getDocumentRoot_Insert()
 
 - 
basicSetInsertpublic NotificationChain basicSetInsert(InsertType newInsert, NotificationChain msgs) 
 - 
setInsertpublic void setInsert(InsertType newInsert) - Specified by:
- setInsertin interface- DocumentRoot
- Parameters:
- newInsert- the new value of the 'Insert' containment reference.
- See Also:
- DocumentRoot.getInsert()
 
 - 
getListStoredQueriespublic ListStoredQueriesType getListStoredQueries() - Specified by:
- getListStoredQueriesin interface- DocumentRoot
- Returns:
- the value of the 'List Stored Queries' containment reference.
- See Also:
- DocumentRoot.setListStoredQueries(ListStoredQueriesType),- Wfs20Package.getDocumentRoot_ListStoredQueries()
 
 - 
basicSetListStoredQueriespublic NotificationChain basicSetListStoredQueries(ListStoredQueriesType newListStoredQueries, NotificationChain msgs) 
 - 
setListStoredQueriespublic void setListStoredQueries(ListStoredQueriesType newListStoredQueries) - Specified by:
- setListStoredQueriesin interface- DocumentRoot
- Parameters:
- newListStoredQueries- the new value of the 'List Stored Queries' containment reference.
- See Also:
- DocumentRoot.getListStoredQueries()
 
 - 
getListStoredQueriesResponsepublic ListStoredQueriesResponseType getListStoredQueriesResponse() - Specified by:
- getListStoredQueriesResponsein interface- DocumentRoot
- Returns:
- the value of the 'List Stored Queries Response' containment reference.
- See Also:
- DocumentRoot.setListStoredQueriesResponse(ListStoredQueriesResponseType),- Wfs20Package.getDocumentRoot_ListStoredQueriesResponse()
 
 - 
basicSetListStoredQueriesResponsepublic NotificationChain basicSetListStoredQueriesResponse(ListStoredQueriesResponseType newListStoredQueriesResponse, NotificationChain msgs) 
 - 
setListStoredQueriesResponsepublic void setListStoredQueriesResponse(ListStoredQueriesResponseType newListStoredQueriesResponse) - Specified by:
- setListStoredQueriesResponsein interface- DocumentRoot
- Parameters:
- newListStoredQueriesResponse- the new value of the 'List Stored Queries Response' containment reference.
- See Also:
- DocumentRoot.getListStoredQueriesResponse()
 
 - 
getLockFeaturepublic LockFeatureType getLockFeature() - Specified by:
- getLockFeaturein interface- DocumentRoot
- Returns:
- the value of the 'Lock Feature' containment reference.
- See Also:
- DocumentRoot.setLockFeature(LockFeatureType),- Wfs20Package.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),- Wfs20Package.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()
 
 - 
getMemberpublic MemberPropertyType getMember() - Specified by:
- getMemberin interface- DocumentRoot
- Returns:
- the value of the 'Member' containment reference.
- See Also:
- DocumentRoot.setMember(MemberPropertyType),- Wfs20Package.getDocumentRoot_Member()
 
 - 
basicSetMemberpublic NotificationChain basicSetMember(MemberPropertyType newMember, NotificationChain msgs) 
 - 
setMemberpublic void setMember(MemberPropertyType newMember) - Specified by:
- setMemberin interface- DocumentRoot
- Parameters:
- newMember- the new value of the 'Member' containment reference.
- See Also:
- DocumentRoot.getMember()
 
 - 
getNativepublic NativeType getNative() - Specified by:
- getNativein interface- DocumentRoot
- Returns:
- the value of the 'Native' containment reference.
- See Also:
- DocumentRoot.setNative(NativeType),- Wfs20Package.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),- Wfs20Package.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 PropertyNameType getPropertyName() - Specified by:
- getPropertyNamein interface- DocumentRoot
- Returns:
- the value of the 'Property Name' containment reference.
- See Also:
- DocumentRoot.setPropertyName(PropertyNameType),- Wfs20Package.getDocumentRoot_PropertyName()
 
 - 
basicSetPropertyNamepublic NotificationChain basicSetPropertyName(PropertyNameType newPropertyName, NotificationChain msgs) 
 - 
setPropertyNamepublic void setPropertyName(PropertyNameType newPropertyName) - Specified by:
- setPropertyNamein interface- DocumentRoot
- Parameters:
- newPropertyName- the new value of the 'Property Name' containment reference.
- 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),- Wfs20Package.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()
 
 - 
getReplacepublic ReplaceType getReplace() - Specified by:
- getReplacein interface- DocumentRoot
- Returns:
- the value of the 'Replace' containment reference.
- See Also:
- DocumentRoot.setReplace(ReplaceType),- Wfs20Package.getDocumentRoot_Replace()
 
 - 
basicSetReplacepublic NotificationChain basicSetReplace(ReplaceType newReplace, NotificationChain msgs) 
 - 
setReplacepublic void setReplace(ReplaceType newReplace) - Specified by:
- setReplacein interface- DocumentRoot
- Parameters:
- newReplace- the new value of the 'Replace' containment reference.
- See Also:
- DocumentRoot.getReplace()
 
 - 
getStoredQuerypublic StoredQueryType getStoredQuery() - Specified by:
- getStoredQueryin interface- DocumentRoot
- Returns:
- the value of the 'Stored Query' containment reference.
- See Also:
- DocumentRoot.setStoredQuery(StoredQueryType),- Wfs20Package.getDocumentRoot_StoredQuery()
 
 - 
basicSetStoredQuerypublic NotificationChain basicSetStoredQuery(StoredQueryType newStoredQuery, NotificationChain msgs) 
 - 
setStoredQuerypublic void setStoredQuery(StoredQueryType newStoredQuery) - Specified by:
- setStoredQueryin interface- DocumentRoot
- Parameters:
- newStoredQuery- the new value of the 'Stored Query' containment reference.
- See Also:
- DocumentRoot.getStoredQuery()
 
 - 
getTitlepublic TitleType getTitle() - Specified by:
- getTitlein interface- DocumentRoot
- Returns:
- the value of the 'Title' containment reference.
- See Also:
- DocumentRoot.setTitle(TitleType),- Wfs20Package.getDocumentRoot_Title()
 
 - 
basicSetTitlepublic NotificationChain basicSetTitle(TitleType newTitle, NotificationChain msgs) 
 - 
setTitlepublic void setTitle(TitleType newTitle) - Specified by:
- setTitlein interface- DocumentRoot
- Parameters:
- newTitle- the new value of the 'Title' containment reference.
- See Also:
- DocumentRoot.getTitle()
 
 - 
getTransactionpublic TransactionType getTransaction() - Specified by:
- getTransactionin interface- DocumentRoot
- Returns:
- the value of the 'Transaction' containment reference.
- See Also:
- DocumentRoot.setTransaction(TransactionType),- Wfs20Package.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),- Wfs20Package.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()
 
 - 
getTruncatedResponsepublic TruncatedResponseType getTruncatedResponse() - Specified by:
- getTruncatedResponsein interface- DocumentRoot
- Returns:
- the value of the 'Truncated Response' containment reference.
- See Also:
- DocumentRoot.setTruncatedResponse(TruncatedResponseType),- Wfs20Package.getDocumentRoot_TruncatedResponse()
 
 - 
basicSetTruncatedResponsepublic NotificationChain basicSetTruncatedResponse(TruncatedResponseType newTruncatedResponse, NotificationChain msgs) 
 - 
setTruncatedResponsepublic void setTruncatedResponse(TruncatedResponseType newTruncatedResponse) - Specified by:
- setTruncatedResponsein interface- DocumentRoot
- Parameters:
- newTruncatedResponse- the new value of the 'Truncated Response' containment reference.
- See Also:
- DocumentRoot.getTruncatedResponse()
 
 - 
getTuplepublic TupleType getTuple() - Specified by:
- getTuplein interface- DocumentRoot
- Returns:
- the value of the 'Tuple' containment reference.
- See Also:
- DocumentRoot.setTuple(TupleType),- Wfs20Package.getDocumentRoot_Tuple()
 
 - 
basicSetTuplepublic NotificationChain basicSetTuple(TupleType newTuple, NotificationChain msgs) 
 - 
setTuplepublic void setTuple(TupleType newTuple) - Specified by:
- setTuplein interface- DocumentRoot
- Parameters:
- newTuple- the new value of the 'Tuple' containment reference.
- See Also:
- DocumentRoot.getTuple()
 
 - 
getUpdatepublic UpdateType getUpdate() - Specified by:
- getUpdatein interface- DocumentRoot
- Returns:
- the value of the 'Update' containment reference.
- See Also:
- DocumentRoot.setUpdate(UpdateType),- Wfs20Package.getDocumentRoot_Update()
 
 - 
basicSetUpdatepublic NotificationChain basicSetUpdate(UpdateType newUpdate, NotificationChain msgs) 
 - 
setUpdatepublic void setUpdate(UpdateType newUpdate) - Specified by:
- setUpdatein interface- DocumentRoot
- Parameters:
- newUpdate- the new value of the 'Update' containment reference.
- See Also:
- DocumentRoot.getUpdate()
 
 - 
getValuepublic EObject getValue() - Specified by:
- getValuein interface- DocumentRoot
- Returns:
- the value of the 'Value' containment reference.
- See Also:
- DocumentRoot.setValue(EObject),- Wfs20Package.getDocumentRoot_Value()
 
 - 
basicSetValuepublic NotificationChain basicSetValue(EObject newValue, NotificationChain msgs)
 - 
setValuepublic void setValue(EObject newValue) - Specified by:
- setValuein interface- DocumentRoot
- Parameters:
- newValue- the new value of the 'Value' containment reference.
- See Also:
- DocumentRoot.getValue()
 
 - 
getValueCollectionpublic ValueCollectionType getValueCollection() - Specified by:
- getValueCollectionin interface- DocumentRoot
- Returns:
- the value of the 'Value Collection' containment reference.
- See Also:
- DocumentRoot.setValueCollection(ValueCollectionType),- Wfs20Package.getDocumentRoot_ValueCollection()
 
 - 
basicSetValueCollectionpublic NotificationChain basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs) 
 - 
setValueCollectionpublic void setValueCollection(ValueCollectionType newValueCollection) - Specified by:
- setValueCollectionin interface- DocumentRoot
- Parameters:
- newValueCollection- the new value of the 'Value Collection' containment reference.
- See Also:
- DocumentRoot.getValueCollection()
 
 - 
getValueListpublic ValueListType getValueList() - Specified by:
- getValueListin interface- DocumentRoot
- Returns:
- the value of the 'Value List' containment reference.
- See Also:
- DocumentRoot.setValueList(ValueListType),- Wfs20Package.getDocumentRoot_ValueList()
 
 - 
basicSetValueListpublic NotificationChain basicSetValueList(ValueListType newValueList, NotificationChain msgs) 
 - 
setValueListpublic void setValueList(ValueListType newValueList) - Specified by:
- setValueListin interface- DocumentRoot
- Parameters:
- newValueList- the new value of the 'Value List' containment reference.
- See Also:
- DocumentRoot.getValueList()
 
 - 
getWFSCapabilitiespublic WFSCapabilitiesType getWFSCapabilities() - Specified by:
- getWFSCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'WFS Capabilities' containment reference.
- See Also:
- DocumentRoot.setWFSCapabilities(WFSCapabilitiesType),- Wfs20Package.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()
 
 - 
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
 
 
- 
 
-