Package net.opengis.wfs20
Interface QueryType
- All Superinterfaces:
AbstractAdhocQueryExpressionType,AbstractQueryExpressionType,EObject,Notifier
- All Known Implementing Classes:
QueryTypeImpl
A representation of the model object 'Query Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Feature Version' attribute.Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSelectionClause()to a filter object.EList<QName>Convenience method to castAbstractAdhocQueryExpressionType.getAbstractProjectionClause()to list of QName.EList<SortBy>Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSortingClause()to a list of SortBy.Returns the value of the 'Srs Name' attribute.voidsetFeatureVersion(String value) Sets the value of the 'Feature Version' attribute.voidSets the value of the 'Filter' attribute.voidsetSrsName(URI value) Sets the value of the 'Srs Name' attribute.Methods inherited from interface AbstractAdhocQueryExpressionType
getAbstractProjectionClause, getAbstractSelectionClause, getAbstractSortingClause, getAliases, getTypeNames, setAbstractSelectionClause, setAbstractSortingClauseMethods inherited from interface AbstractQueryExpressionType
getHandle, setHandleMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeatureVersion
String getFeatureVersion()Returns the value of the 'Feature Version' attribute.If the meaning of the 'Feature Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature Version' attribute.
- See Also:
-
setFeatureVersion
Sets the value of the 'Feature Version' attribute.- Parameters:
value- the new value of the 'Feature Version' attribute.- See Also:
-
getSrsName
URI getSrsName()Returns the value of the 'Srs Name' attribute.If the meaning of the 'Srs Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Srs Name' attribute.
- See Also:
-
setSrsName
Sets the value of the 'Srs Name' attribute.- Parameters:
value- the new value of the 'Srs Name' attribute.- See Also:
-
getFilter
Filter getFilter()Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSelectionClause()to a filter object. -
setFilter
Sets the value of the 'Filter' attribute.- Parameters:
value- the new value of the 'Filter' attribute.- See Also:
-
getPropertyNames
EList<QName> getPropertyNames()Convenience method to castAbstractAdhocQueryExpressionType.getAbstractProjectionClause()to list of QName. -
getSortBy
EList<SortBy> getSortBy()Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSortingClause()to a list of SortBy.
-