Package net.opengis.wfs20
Interface DescribeStoredQueriesType
-
- All Superinterfaces:
BaseRequestType
,EObject
,Notifier
- All Known Implementing Classes:
DescribeStoredQueriesTypeImpl
public interface DescribeStoredQueriesType extends BaseRequestType
A representation of the model object 'Describe Stored Queries Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<URI>
getStoredQueryId()
Returns the value of the 'Stored Query Id' attribute list.-
Methods inherited from interface BaseRequestType
getBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
getStoredQueryId
EList<URI> getStoredQueryId()
Returns the value of the 'Stored Query Id' attribute list. The list contents are of typeString
.If the meaning of the 'Stored Query Id' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Stored Query Id' attribute list.
- See Also:
Wfs20Package.getDescribeStoredQueriesType_StoredQueryId()
-
-