/** * * * * $Id$ */ package net.opengis.wfs20; import org.eclipse.emf.common.util.EMap; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * * A representation of the model object 'Document Root'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot() * @model extendedMetaData="name='' kind='mixed'" * @generated */ public interface DocumentRoot extends EObject { /** * Returns the value of the 'Mixed' attribute list. * The list contents are of type {@link 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... *

* * @return the value of the 'Mixed' attribute list. * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' name=':mixed'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the 'XMLNS Prefix Map' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * *

* If the meaning of the 'XMLNS Prefix Map' map isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XMLNS Prefix Map' map. * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_XMLNSPrefixMap() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" * extendedMetaData="kind='attribute' name='xmlns:prefix'" * @generated */ EMap getXMLNSPrefixMap(); /** * Returns the value of the 'XSI Schema Location' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * *

* If the meaning of the 'XSI Schema Location' map isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XSI Schema Location' map. * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_XSISchemaLocation() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" * extendedMetaData="kind='attribute' name='xsi:schemaLocation'" * @generated */ EMap getXSISchemaLocation(); /** * Returns the value of the 'Abstract' containment reference. * *

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

* * @return the value of the 'Abstract' containment reference. * @see #setAbstract(AbstractType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Abstract() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Abstract' namespace='##targetNamespace'" * @generated */ AbstractType getAbstract(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getAbstract Abstract}' containment reference. * * * @param value the new value of the 'Abstract' containment reference. * @see #getAbstract() * @generated */ void setAbstract(AbstractType value); /** * Returns the value of the 'Abstract Transaction Action' containment reference. * *

* If the meaning of the 'Abstract Transaction Action' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Abstract Transaction Action' containment reference. * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_AbstractTransactionAction() * @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true" * extendedMetaData="kind='element' name='AbstractTransactionAction' namespace='##targetNamespace'" * @generated */ AbstractTransactionActionType getAbstractTransactionAction(); /** * Returns the value of the 'Additional Objects' containment reference. * *

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

* * @return the value of the 'Additional Objects' containment reference. * @see #setAdditionalObjects(AdditionalObjectsType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_AdditionalObjects() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='additionalObjects' namespace='##targetNamespace'" * @generated */ AdditionalObjectsType getAdditionalObjects(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getAdditionalObjects Additional Objects}' containment reference. * * * @param value the new value of the 'Additional Objects' containment reference. * @see #getAdditionalObjects() * @generated */ void setAdditionalObjects(AdditionalObjectsType value); /** * Returns the value of the 'Additional Values' containment reference. * *

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

* * @return the value of the 'Additional Values' containment reference. * @see #setAdditionalValues(AdditionalValuesType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_AdditionalValues() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='additionalValues' namespace='##targetNamespace'" * @generated */ AdditionalValuesType getAdditionalValues(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getAdditionalValues Additional Values}' containment reference. * * * @param value the new value of the 'Additional Values' containment reference. * @see #getAdditionalValues() * @generated */ void setAdditionalValues(AdditionalValuesType value); /** * Returns the value of the 'Bounded By' containment reference. * *

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

* * @return the value of the 'Bounded By' containment reference. * @see #setBoundedBy(EnvelopePropertyType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_BoundedBy() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='boundedBy' namespace='##targetNamespace'" * @generated */ EnvelopePropertyType getBoundedBy(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getBoundedBy Bounded By}' containment reference. * * * @param value the new value of the 'Bounded By' containment reference. * @see #getBoundedBy() * @generated */ void setBoundedBy(EnvelopePropertyType value); /** * Returns the value of the 'Create Stored Query' containment reference. * *

* If the meaning of the 'Create Stored Query' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Create Stored Query' containment reference. * @see #setCreateStoredQuery(CreateStoredQueryType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_CreateStoredQuery() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='CreateStoredQuery' namespace='##targetNamespace'" * @generated */ CreateStoredQueryType getCreateStoredQuery(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getCreateStoredQuery Create Stored Query}' containment reference. * * * @param value the new value of the 'Create Stored Query' containment reference. * @see #getCreateStoredQuery() * @generated */ void setCreateStoredQuery(CreateStoredQueryType value); /** * Returns the value of the 'Create Stored Query Response' containment reference. * *

* If the meaning of the 'Create Stored Query Response' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Create Stored Query Response' containment reference. * @see #setCreateStoredQueryResponse(CreateStoredQueryResponseType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_CreateStoredQueryResponse() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='CreateStoredQueryResponse' namespace='##targetNamespace'" * @generated */ CreateStoredQueryResponseType getCreateStoredQueryResponse(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getCreateStoredQueryResponse Create Stored Query Response}' containment reference. * * * @param value the new value of the 'Create Stored Query Response' containment reference. * @see #getCreateStoredQueryResponse() * @generated */ void setCreateStoredQueryResponse(CreateStoredQueryResponseType value); /** * Returns the value of the 'Delete' containment reference. * *

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

* * @return the value of the 'Delete' containment reference. * @see #setDelete(DeleteType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Delete() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Delete' namespace='##targetNamespace' affiliation='AbstractTransactionAction'" * @generated */ DeleteType getDelete(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getDelete Delete}' containment reference. * * * @param value the new value of the 'Delete' containment reference. * @see #getDelete() * @generated */ void setDelete(DeleteType value); /** * Returns the value of the 'Describe Feature Type' containment reference. * *

* If the meaning of the 'Describe Feature Type' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Describe Feature Type' containment reference. * @see #setDescribeFeatureType(DescribeFeatureTypeType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_DescribeFeatureType() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='DescribeFeatureType' namespace='##targetNamespace'" * @generated */ DescribeFeatureTypeType getDescribeFeatureType(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getDescribeFeatureType Describe Feature Type}' containment reference. * * * @param value the new value of the 'Describe Feature Type' containment reference. * @see #getDescribeFeatureType() * @generated */ void setDescribeFeatureType(DescribeFeatureTypeType value); /** * Returns the value of the 'Describe Stored Queries' containment reference. * *

* If the meaning of the 'Describe Stored Queries' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Describe Stored Queries' containment reference. * @see #setDescribeStoredQueries(DescribeStoredQueriesType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_DescribeStoredQueries() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='DescribeStoredQueries' namespace='##targetNamespace'" * @generated */ DescribeStoredQueriesType getDescribeStoredQueries(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getDescribeStoredQueries Describe Stored Queries}' containment reference. * * * @param value the new value of the 'Describe Stored Queries' containment reference. * @see #getDescribeStoredQueries() * @generated */ void setDescribeStoredQueries(DescribeStoredQueriesType value); /** * Returns the value of the 'Describe Stored Queries Response' containment reference. * *

* If the meaning of the 'Describe Stored Queries Response' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Describe Stored Queries Response' containment reference. * @see #setDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_DescribeStoredQueriesResponse() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='DescribeStoredQueriesResponse' namespace='##targetNamespace'" * @generated */ DescribeStoredQueriesResponseType getDescribeStoredQueriesResponse(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getDescribeStoredQueriesResponse Describe Stored Queries Response}' containment reference. * * * @param value the new value of the 'Describe Stored Queries Response' containment reference. * @see #getDescribeStoredQueriesResponse() * @generated */ void setDescribeStoredQueriesResponse(DescribeStoredQueriesResponseType value); /** * Returns the value of the 'Drop Stored Query' containment reference. * *

* If the meaning of the 'Drop Stored Query' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Drop Stored Query' containment reference. * @see #setDropStoredQuery(DropStoredQueryType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_DropStoredQuery() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='DropStoredQuery' namespace='##targetNamespace'" * @generated */ DropStoredQueryType getDropStoredQuery(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getDropStoredQuery Drop Stored Query}' containment reference. * * * @param value the new value of the 'Drop Stored Query' containment reference. * @see #getDropStoredQuery() * @generated */ void setDropStoredQuery(DropStoredQueryType value); /** * Returns the value of the 'Drop Stored Query Response' containment reference. * *

* If the meaning of the 'Drop Stored Query Response' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Drop Stored Query Response' containment reference. * @see #setDropStoredQueryResponse(ExecutionStatusType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_DropStoredQueryResponse() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='DropStoredQueryResponse' namespace='##targetNamespace'" * @generated */ ExecutionStatusType getDropStoredQueryResponse(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getDropStoredQueryResponse Drop Stored Query Response}' containment reference. * * * @param value the new value of the 'Drop Stored Query Response' containment reference. * @see #getDropStoredQueryResponse() * @generated */ void setDropStoredQueryResponse(ExecutionStatusType value); /** * Returns the value of the 'Element' containment reference. * *

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

* * @return the value of the 'Element' containment reference. * @see #setElement(ElementType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Element() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Element' namespace='##targetNamespace'" * @generated */ ElementType getElement(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getElement Element}' containment reference. * * * @param value the new value of the 'Element' containment reference. * @see #getElement() * @generated */ void setElement(ElementType value); /** * Returns the value of the 'Feature Collection' containment reference. * *

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

* * @return the value of the 'Feature Collection' containment reference. * @see #setFeatureCollection(FeatureCollectionType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_FeatureCollection() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='FeatureCollection' namespace='##targetNamespace' affiliation='SimpleFeatureCollection'" * @generated */ FeatureCollectionType getFeatureCollection(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getFeatureCollection Feature Collection}' containment reference. * * * @param value the new value of the 'Feature Collection' containment reference. * @see #getFeatureCollection() * @generated */ void setFeatureCollection(FeatureCollectionType value); /** * Returns the value of the 'Simple Feature Collection' containment reference. * *

* If the meaning of the 'Simple Feature Collection' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Simple Feature Collection' containment reference. * @see #setSimpleFeatureCollection(SimpleFeatureCollectionType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_SimpleFeatureCollection() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='SimpleFeatureCollection' namespace='##targetNamespace'" * @generated */ SimpleFeatureCollectionType getSimpleFeatureCollection(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getSimpleFeatureCollection Simple Feature Collection}' containment reference. * * * @param value the new value of the 'Simple Feature Collection' containment reference. * @see #getSimpleFeatureCollection() * @generated */ void setSimpleFeatureCollection(SimpleFeatureCollectionType value); /** * Returns the value of the 'Feature Type List' containment reference. * *

* If the meaning of the 'Feature Type List' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Feature Type List' containment reference. * @see #setFeatureTypeList(FeatureTypeListType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_FeatureTypeList() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='FeatureTypeList' namespace='##targetNamespace'" * @generated */ FeatureTypeListType getFeatureTypeList(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getFeatureTypeList Feature Type List}' containment reference. * * * @param value the new value of the 'Feature Type List' containment reference. * @see #getFeatureTypeList() * @generated */ void setFeatureTypeList(FeatureTypeListType value); /** * Returns the value of the 'Get Capabilities' containment reference. * *

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

* * @return the value of the 'Get Capabilities' containment reference. * @see #setGetCapabilities(GetCapabilitiesType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_GetCapabilities() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='GetCapabilities' namespace='##targetNamespace'" * @generated */ GetCapabilitiesType getGetCapabilities(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getGetCapabilities Get Capabilities}' containment reference. * * * @param value the new value of the 'Get Capabilities' containment reference. * @see #getGetCapabilities() * @generated */ void setGetCapabilities(GetCapabilitiesType value); /** * Returns the value of the 'Get Feature' containment reference. * *

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

* * @return the value of the 'Get Feature' containment reference. * @see #setGetFeature(GetFeatureType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_GetFeature() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='GetFeature' namespace='##targetNamespace'" * @generated */ GetFeatureType getGetFeature(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getGetFeature Get Feature}' containment reference. * * * @param value the new value of the 'Get Feature' containment reference. * @see #getGetFeature() * @generated */ void setGetFeature(GetFeatureType value); /** * Returns the value of the 'Get Feature With Lock' containment reference. * *

* If the meaning of the 'Get Feature With Lock' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Get Feature With Lock' containment reference. * @see #setGetFeatureWithLock(GetFeatureWithLockType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_GetFeatureWithLock() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='GetFeatureWithLock' namespace='##targetNamespace'" * @generated */ GetFeatureWithLockType getGetFeatureWithLock(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getGetFeatureWithLock Get Feature With Lock}' containment reference. * * * @param value the new value of the 'Get Feature With Lock' containment reference. * @see #getGetFeatureWithLock() * @generated */ void setGetFeatureWithLock(GetFeatureWithLockType value); /** * Returns the value of the 'Get Property Value' containment reference. * *

* If the meaning of the 'Get Property Value' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Get Property Value' containment reference. * @see #setGetPropertyValue(GetPropertyValueType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_GetPropertyValue() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='GetPropertyValue' namespace='##targetNamespace'" * @generated */ GetPropertyValueType getGetPropertyValue(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getGetPropertyValue Get Property Value}' containment reference. * * * @param value the new value of the 'Get Property Value' containment reference. * @see #getGetPropertyValue() * @generated */ void setGetPropertyValue(GetPropertyValueType value); /** * Returns the value of the 'Insert' containment reference. * *

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

* * @return the value of the 'Insert' containment reference. * @see #setInsert(InsertType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Insert() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Insert' namespace='##targetNamespace' affiliation='AbstractTransactionAction'" * @generated */ InsertType getInsert(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getInsert Insert}' containment reference. * * * @param value the new value of the 'Insert' containment reference. * @see #getInsert() * @generated */ void setInsert(InsertType value); /** * Returns the value of the 'List Stored Queries' containment reference. * *

* If the meaning of the 'List Stored Queries' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'List Stored Queries' containment reference. * @see #setListStoredQueries(ListStoredQueriesType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_ListStoredQueries() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ListStoredQueries' namespace='##targetNamespace'" * @generated */ ListStoredQueriesType getListStoredQueries(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getListStoredQueries List Stored Queries}' containment reference. * * * @param value the new value of the 'List Stored Queries' containment reference. * @see #getListStoredQueries() * @generated */ void setListStoredQueries(ListStoredQueriesType value); /** * Returns the value of the 'List Stored Queries Response' containment reference. * *

* If the meaning of the 'List Stored Queries Response' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'List Stored Queries Response' containment reference. * @see #setListStoredQueriesResponse(ListStoredQueriesResponseType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_ListStoredQueriesResponse() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ListStoredQueriesResponse' namespace='##targetNamespace'" * @generated */ ListStoredQueriesResponseType getListStoredQueriesResponse(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getListStoredQueriesResponse List Stored Queries Response}' containment reference. * * * @param value the new value of the 'List Stored Queries Response' containment reference. * @see #getListStoredQueriesResponse() * @generated */ void setListStoredQueriesResponse(ListStoredQueriesResponseType value); /** * Returns the value of the 'Lock Feature' containment reference. * *

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

* * @return the value of the 'Lock Feature' containment reference. * @see #setLockFeature(LockFeatureType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_LockFeature() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='LockFeature' namespace='##targetNamespace'" * @generated */ LockFeatureType getLockFeature(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getLockFeature Lock Feature}' containment reference. * * * @param value the new value of the 'Lock Feature' containment reference. * @see #getLockFeature() * @generated */ void setLockFeature(LockFeatureType value); /** * Returns the value of the 'Lock Feature Response' containment reference. * *

* If the meaning of the 'Lock Feature Response' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Lock Feature Response' containment reference. * @see #setLockFeatureResponse(LockFeatureResponseType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_LockFeatureResponse() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='LockFeatureResponse' namespace='##targetNamespace'" * @generated */ LockFeatureResponseType getLockFeatureResponse(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getLockFeatureResponse Lock Feature Response}' containment reference. * * * @param value the new value of the 'Lock Feature Response' containment reference. * @see #getLockFeatureResponse() * @generated */ void setLockFeatureResponse(LockFeatureResponseType value); /** * Returns the value of the 'Member' containment reference. * *

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

* * @return the value of the 'Member' containment reference. * @see #setMember(MemberPropertyType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Member() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='member' namespace='##targetNamespace'" * @generated */ MemberPropertyType getMember(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getMember Member}' containment reference. * * * @param value the new value of the 'Member' containment reference. * @see #getMember() * @generated */ void setMember(MemberPropertyType value); /** * Returns the value of the 'Native' containment reference. * *

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

* * @return the value of the 'Native' containment reference. * @see #setNative(NativeType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Native() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Native' namespace='##targetNamespace' affiliation='AbstractTransactionAction'" * @generated */ NativeType getNative(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getNative Native}' containment reference. * * * @param value the new value of the 'Native' containment reference. * @see #getNative() * @generated */ void setNative(NativeType value); /** * Returns the value of the 'Property' containment reference. * *

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

* * @return the value of the 'Property' containment reference. * @see #setProperty(PropertyType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Property() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Property' namespace='##targetNamespace'" * @generated */ PropertyType getProperty(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getProperty Property}' containment reference. * * * @param value the new value of the 'Property' containment reference. * @see #getProperty() * @generated */ void setProperty(PropertyType value); /** * Returns the value of the 'Property Name' containment reference. * *

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

* * @return the value of the 'Property Name' containment reference. * @see #setPropertyName(PropertyNameType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_PropertyName() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PropertyName' namespace='##targetNamespace' affiliation='http://www.opengis.net/fes/2.0#AbstractProjectionClause'" * @generated */ PropertyNameType getPropertyName(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getPropertyName Property Name}' containment reference. * * * @param value the new value of the 'Property Name' containment reference. * @see #getPropertyName() * @generated */ void setPropertyName(PropertyNameType value); /** * Returns the value of the 'Query' containment reference. * *

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

* * @return the value of the 'Query' containment reference. * @see #setQuery(QueryType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Query() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Query' namespace='##targetNamespace' affiliation='http://www.opengis.net/fes/2.0#AbstractAdhocQueryExpression'" * @generated */ QueryType getQuery(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getQuery Query}' containment reference. * * * @param value the new value of the 'Query' containment reference. * @see #getQuery() * @generated */ void setQuery(QueryType value); /** * Returns the value of the 'Replace' containment reference. * *

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

* * @return the value of the 'Replace' containment reference. * @see #setReplace(ReplaceType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Replace() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Replace' namespace='##targetNamespace' affiliation='AbstractTransactionAction'" * @generated */ ReplaceType getReplace(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getReplace Replace}' containment reference. * * * @param value the new value of the 'Replace' containment reference. * @see #getReplace() * @generated */ void setReplace(ReplaceType value); /** * Returns the value of the 'Stored Query' containment reference. * *

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

* * @return the value of the 'Stored Query' containment reference. * @see #setStoredQuery(StoredQueryType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_StoredQuery() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='StoredQuery' namespace='##targetNamespace' affiliation='http://www.opengis.net/fes/2.0#AbstractQueryExpression'" * @generated */ StoredQueryType getStoredQuery(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getStoredQuery Stored Query}' containment reference. * * * @param value the new value of the 'Stored Query' containment reference. * @see #getStoredQuery() * @generated */ void setStoredQuery(StoredQueryType value); /** * Returns the value of the 'Title' containment reference. * *

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

* * @return the value of the 'Title' containment reference. * @see #setTitle(TitleType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Title() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Title' namespace='##targetNamespace'" * @generated */ TitleType getTitle(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getTitle Title}' containment reference. * * * @param value the new value of the 'Title' containment reference. * @see #getTitle() * @generated */ void setTitle(TitleType value); /** * Returns the value of the 'Transaction' containment reference. * *

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

* * @return the value of the 'Transaction' containment reference. * @see #setTransaction(TransactionType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Transaction() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Transaction' namespace='##targetNamespace'" * @generated */ TransactionType getTransaction(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getTransaction Transaction}' containment reference. * * * @param value the new value of the 'Transaction' containment reference. * @see #getTransaction() * @generated */ void setTransaction(TransactionType value); /** * Returns the value of the 'Transaction Response' containment reference. * *

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

* * @return the value of the 'Transaction Response' containment reference. * @see #setTransactionResponse(TransactionResponseType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_TransactionResponse() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='TransactionResponse' namespace='##targetNamespace'" * @generated */ TransactionResponseType getTransactionResponse(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getTransactionResponse Transaction Response}' containment reference. * * * @param value the new value of the 'Transaction Response' containment reference. * @see #getTransactionResponse() * @generated */ void setTransactionResponse(TransactionResponseType value); /** * Returns the value of the 'Truncated Response' containment reference. * *

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

* * @return the value of the 'Truncated Response' containment reference. * @see #setTruncatedResponse(TruncatedResponseType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_TruncatedResponse() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='truncatedResponse' namespace='##targetNamespace'" * @generated */ TruncatedResponseType getTruncatedResponse(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getTruncatedResponse Truncated Response}' containment reference. * * * @param value the new value of the 'Truncated Response' containment reference. * @see #getTruncatedResponse() * @generated */ void setTruncatedResponse(TruncatedResponseType value); /** * Returns the value of the 'Tuple' containment reference. * *

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

* * @return the value of the 'Tuple' containment reference. * @see #setTuple(TupleType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Tuple() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Tuple' namespace='##targetNamespace'" * @generated */ TupleType getTuple(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getTuple Tuple}' containment reference. * * * @param value the new value of the 'Tuple' containment reference. * @see #getTuple() * @generated */ void setTuple(TupleType value); /** * Returns the value of the 'Update' containment reference. * *

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

* * @return the value of the 'Update' containment reference. * @see #setUpdate(UpdateType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Update() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Update' namespace='##targetNamespace' affiliation='AbstractTransactionAction'" * @generated */ UpdateType getUpdate(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getUpdate Update}' containment reference. * * * @param value the new value of the 'Update' containment reference. * @see #getUpdate() * @generated */ void setUpdate(UpdateType value); /** * Returns the value of the 'Value' containment reference. * *

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

* * @return the value of the 'Value' containment reference. * @see #setValue(EObject) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_Value() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='Value' namespace='##targetNamespace'" * @generated */ EObject getValue(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getValue Value}' containment reference. * * * @param value the new value of the 'Value' containment reference. * @see #getValue() * @generated */ void setValue(EObject value); /** * Returns the value of the 'Value Collection' containment reference. * *

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

* * @return the value of the 'Value Collection' containment reference. * @see #setValueCollection(ValueCollectionType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_ValueCollection() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ValueCollection' namespace='##targetNamespace'" * @generated */ ValueCollectionType getValueCollection(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getValueCollection Value Collection}' containment reference. * * * @param value the new value of the 'Value Collection' containment reference. * @see #getValueCollection() * @generated */ void setValueCollection(ValueCollectionType value); /** * Returns the value of the 'Value List' containment reference. * *

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

* * @return the value of the 'Value List' containment reference. * @see #setValueList(ValueListType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_ValueList() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ValueList' namespace='##targetNamespace'" * @generated */ ValueListType getValueList(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getValueList Value List}' containment reference. * * * @param value the new value of the 'Value List' containment reference. * @see #getValueList() * @generated */ void setValueList(ValueListType value); /** * Returns the value of the 'WFS Capabilities' containment reference. * *

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

* * @return the value of the 'WFS Capabilities' containment reference. * @see #setWFSCapabilities(WFSCapabilitiesType) * @see net.opengis.wfs20.Wfs20Package#getDocumentRoot_WFSCapabilities() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='WFS_Capabilities' namespace='##targetNamespace'" * @generated */ WFSCapabilitiesType getWFSCapabilities(); /** * Sets the value of the '{@link net.opengis.wfs20.DocumentRoot#getWFSCapabilities WFS Capabilities}' containment reference. * * * @param value the new value of the 'WFS Capabilities' containment reference. * @see #getWFSCapabilities() * @generated */ void setWFSCapabilities(WFSCapabilitiesType value); } // DocumentRoot