📄 documentroot.java
字号:
* properties that are mandatory. In order that the output
* validates, these mandatory properties must be specified
* in the request. If they are not, a Web Feature Service
* may add them automatically to the Query before processing
* it. Thus a client application should, in general, be
* prepared to receive more properties than it requested.
*
* Of course, using the DescribeFeatureType request, a client
* application can determine which properties are mandatory
* and request them in the first place.
* <!-- end-model-doc -->
* @return the value of the '<em>Property Name</em>' attribute.
* @see #setPropertyName(String)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_PropertyName()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='PropertyName' namespace='##targetNamespace'"
* @generated
*/
String getPropertyName();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getPropertyName <em>Property Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Property Name</em>' attribute.
* @see #getPropertyName()
* @generated
*/
void setPropertyName(String value);
/**
* Returns the value of the '<em><b>Query</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* The Query element is used to describe a single query.
* One or more Query elements can be specified inside a
* GetFeature element so that multiple queries can be
* executed in one request. The output from the various
* queries are combined in a wfs:FeatureCollection element
* to form the response document.
* <!-- end-model-doc -->
* @return the value of the '<em>Query</em>' containment reference.
* @see #setQuery(QueryType)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_Query()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Query' namespace='##targetNamespace'"
* @generated
*/
QueryType getQuery();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getQuery <em>Query</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Query</em>' containment reference.
* @see #getQuery()
* @generated
*/
void setQuery(QueryType value);
/**
* Returns the value of the '<em><b>Serves GML Object Type List</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* List of GML Object types available for GetGmlObject requests
* <!-- end-model-doc -->
* @return the value of the '<em>Serves GML Object Type List</em>' containment reference.
* @see #setServesGMLObjectTypeList(GMLObjectTypeListType)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_ServesGMLObjectTypeList()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='ServesGMLObjectTypeList' namespace='##targetNamespace'"
* @generated
*/
GMLObjectTypeListType getServesGMLObjectTypeList();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getServesGMLObjectTypeList <em>Serves GML Object Type List</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Serves GML Object Type List</em>' containment reference.
* @see #getServesGMLObjectTypeList()
* @generated
*/
void setServesGMLObjectTypeList(GMLObjectTypeListType value);
/**
* Returns the value of the '<em><b>Supports GML Object Type List</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* List of GML Object types that WFS is capable of serving, either
* directly, or as validly derived types defined in a GML application
* schema.
* <!-- end-model-doc -->
* @return the value of the '<em>Supports GML Object Type List</em>' containment reference.
* @see #setSupportsGMLObjectTypeList(GMLObjectTypeListType)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_SupportsGMLObjectTypeList()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='SupportsGMLObjectTypeList' namespace='##targetNamespace'"
* @generated
*/
GMLObjectTypeListType getSupportsGMLObjectTypeList();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getSupportsGMLObjectTypeList <em>Supports GML Object Type List</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Supports GML Object Type List</em>' containment reference.
* @see #getSupportsGMLObjectTypeList()
* @generated
*/
void setSupportsGMLObjectTypeList(GMLObjectTypeListType value);
/**
* Returns the value of the '<em><b>Transaction</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* This is the root element for a Transaction request.
* A transaction request allows insert, update and
* delete operations to be performed to create, change
* or remove feature instances.
* <!-- end-model-doc -->
* @return the value of the '<em>Transaction</em>' containment reference.
* @see #setTransaction(TransactionType)
* @see net.opengis.wfs.WfsPackage#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.wfs.DocumentRoot#getTransaction <em>Transaction</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Transaction</em>' containment reference.
* @see #getTransaction()
* @generated
*/
void setTransaction(TransactionType value);
/**
* Returns the value of the '<em><b>Transaction Response</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* The TransactionResponse element contains a report
* about the completion status of a Transaction operation.
* <!-- end-model-doc -->
* @return the value of the '<em>Transaction Response</em>' containment reference.
* @see #setTransactionResponse(TransactionResponseType)
* @see net.opengis.wfs.WfsPackage#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.wfs.DocumentRoot#getTransactionResponse <em>Transaction Response</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Transaction Response</em>' containment reference.
* @see #getTransactionResponse()
* @generated
*/
void setTransactionResponse(TransactionResponseType value);
/**
* Returns the value of the '<em><b>Update</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* One or more existing feature instances can be changed by
* using the Update element.
* <!-- end-model-doc -->
* @return the value of the '<em>Update</em>' containment reference.
* @see #setUpdate(UpdateElementType)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_Update()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Update' namespace='##targetNamespace'"
* @generated
*/
UpdateElementType getUpdate();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getUpdate <em>Update</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Update</em>' containment reference.
* @see #getUpdate()
* @generated
*/
void setUpdate(UpdateElementType value);
/**
* Returns the value of the '<em><b>Wfs Capabilities</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Wfs Capabilities</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Wfs Capabilities</em>' containment reference.
* @see #setWfsCapabilities(WFSCapabilitiesType)
* @see net.opengis.wfs.WfsPackage#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.wfs.DocumentRoot#getWfsCapabilities <em>Wfs Capabilities</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Wfs Capabilities</em>' containment reference.
* @see #getWfsCapabilities()
* @generated
*/
void setWfsCapabilities(WFSCapabilitiesType value);
/**
* Returns the value of the '<em><b>Xlink Property Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
* This element may be used in place of an wfs:PropertyName element
* in a wfs:Query element in a wfs:GetFeature element to selectively
* request the traversal of nested XLinks in the returned element for
* the named property. This element may not be used in other requests
* -- GetFeatureWithLock, LockFeature, Insert, Update, Delete -- in
* this version of the WFS specification.
* <!-- end-model-doc -->
* @return the value of the '<em>Xlink Property Name</em>' containment reference.
* @see #setXlinkPropertyName(XlinkPropertyNameType)
* @see net.opengis.wfs.WfsPackage#getDocumentRoot_XlinkPropertyName()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='XlinkPropertyName' namespace='##targetNamespace'"
* @generated
*/
XlinkPropertyNameType getXlinkPropertyName();
/**
* Sets the value of the '{@link net.opengis.wfs.DocumentRoot#getXlinkPropertyName <em>Xlink Property Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Xlink Property Name</em>' containment reference.
* @see #getXlinkPropertyName()
* @generated
*/
void setXlinkPropertyName(XlinkPropertyNameType value);
} // DocumentRoot
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -