📄 documentroot.java
字号:
GetFeatureType getGetFeature();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getGetFeature <em>Get Feature</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Get Feature</em>' containment reference.
* @see #getGetFeature()
* @generated
*/
void setGetFeature(GetFeatureType value);
/**
* Returns the value of the '<em><b>Get Feature With Lock</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* This is the root element for the GetFeatureWithLock request.
* The GetFeatureWithLock operation performs identically to a
* GetFeature request except that the GetFeatureWithLock request
* locks all the feature instances in the result set and returns
* a lock identifier to a client application in the response.
* The lock identifier is returned to the client application
* using the lockId attribute define on the wfs:FeatureCollection
* element.
* <!-- end-model-doc -->
* @return the value of the '<em>Get Feature With Lock</em>' containment reference.
* @see #setGetFeatureWithLock(GetFeatureWithLockType)
* @see net.opengis.wfs.WfsPackage#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.wfs.DocumentRoot#getGetFeatureWithLock <em>Get Feature With Lock</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Get Feature With Lock</em>' containment reference.
* @see #getGetFeatureWithLock()
* @generated
*/
void setGetFeatureWithLock(GetFeatureWithLockType value);
/**
* Returns the value of the '<em><b>Get Gml Object</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* The GetGmlObject element is used to request that a Web Feature
* Service return an element with a gml:id attribute value specified
* by an ogc:GmlObjectId.
* <!-- end-model-doc -->
* @return the value of the '<em>Get Gml Object</em>' containment reference.
* @see #setGetGmlObject(GetGmlObjectType)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_GetGmlObject()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='GetGmlObject' namespace='##targetNamespace'"
* @generated
*/
GetGmlObjectType getGetGmlObject();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getGetGmlObject <em>Get Gml Object</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Get Gml Object</em>' containment reference.
* @see #getGetGmlObject()
* @generated
*/
void setGetGmlObject(GetGmlObjectType value);
/**
* Returns the value of the '<em><b>Insert</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* The Insert element is used to indicate that the Web Feature
* Service should create a new instance of a feature type. The
* feature instance is specified using GML3 and one or more
* feature instances to be created can be contained inside the
* Insert element.
* <!-- end-model-doc -->
* @return the value of the '<em>Insert</em>' containment reference.
* @see #setInsert(InsertElementType)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_Insert()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Insert' namespace='##targetNamespace'"
* @generated
*/
InsertElementType getInsert();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getInsert <em>Insert</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Insert</em>' containment reference.
* @see #getInsert()
* @generated
*/
void setInsert(InsertElementType value);
/**
* Returns the value of the '<em><b>Lock Feature</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* This is the root element for a LockFeature request.
* The LockFeature request can be used to lock one or
* more feature instances.
* <!-- end-model-doc -->
* @return the value of the '<em>Lock Feature</em>' containment reference.
* @see #setLockFeature(LockFeatureType)
* @see net.opengis.wfs.WfsPackage#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.wfs.DocumentRoot#getLockFeature <em>Lock Feature</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Lock Feature</em>' containment reference.
* @see #getLockFeature()
* @generated
*/
void setLockFeature(LockFeatureType value);
/**
* Returns the value of the '<em><b>Lock Feature Response</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* The LockFeatureResponse element contains a report
* about the completion status of a LockFeature request.
* <!-- end-model-doc -->
* @return the value of the '<em>Lock Feature Response</em>' containment reference.
* @see #setLockFeatureResponse(LockFeatureResponseType)
* @see net.opengis.wfs.WfsPackage#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.wfs.DocumentRoot#getLockFeatureResponse <em>Lock Feature Response</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Lock Feature Response</em>' containment reference.
* @see #getLockFeatureResponse()
* @generated
*/
void setLockFeatureResponse(LockFeatureResponseType value);
/**
* Returns the value of the '<em><b>Lock Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* The LockId element contains the value of the lock identifier
* obtained by a client application from a previous GetFeatureWithLock
* or LockFeature request.
* <!-- end-model-doc -->
* @return the value of the '<em>Lock Id</em>' attribute.
* @see #setLockId(String)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_LockId()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='LockId' namespace='##targetNamespace'"
* @generated
*/
String getLockId();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getLockId <em>Lock Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Lock Id</em>' attribute.
* @see #getLockId()
* @generated
*/
void setLockId(String value);
/**
* Returns the value of the '<em><b>Native</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* Many times, a Web Feature Service interacts with a repository
* that may have special vendor specific capabilities. The native
* element allows vendor specific command to be passed to the
* repository via the Web Feature Service.
* <!-- end-model-doc -->
* @return the value of the '<em>Native</em>' containment reference.
* @see #setNative(NativeType)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_Native()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Native' namespace='##targetNamespace'"
* @generated
*/
NativeType getNative();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getNative <em>Native</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Native</em>' containment reference.
* @see #getNative()
* @generated
*/
void setNative(NativeType value);
/**
* Returns the value of the '<em><b>Property</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* The Property element is used to specify the new
* value of a feature property inside an Update
* element.
* <!-- end-model-doc -->
* @return the value of the '<em>Property</em>' containment reference.
* @see #setProperty(PropertyType)
* @see net.opengis.wfs.WfsPackage#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.wfs.DocumentRoot#getProperty <em>Property</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Property</em>' containment reference.
* @see #getProperty()
* @generated
*/
void setProperty(PropertyType value);
/**
* Returns the value of the '<em><b>Property Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* The Property element is used to specify one or more
* properties of a feature whose values are to be retrieved
* by a Web Feature Service.
*
* While a Web Feature Service should endeavour to satisfy
* the exact request specified, in some instance this may
* not be possible. Specifically, a Web Feature Service
* must generate a valid GML3 response to a Query operation.
* The schema used to generate the output may include
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -