Package net.opengis.wfs20
Interface QueryType
- 
- All Superinterfaces:
- AbstractAdhocQueryExpressionType,- AbstractQueryExpressionType,- EObject,- Notifier
 - All Known Implementing Classes:
- QueryTypeImpl
 
 public interface QueryType extends AbstractAdhocQueryExpressionType A representation of the model object 'Query Type'.The following features are supported: - See Also:
- Wfs20Package.getQueryType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFeatureVersion()Returns the value of the 'Feature Version' attribute.FiltergetFilter()Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSelectionClause()to a filter object.EList<QName>getPropertyNames()Convenience method to castAbstractAdhocQueryExpressionType.getAbstractProjectionClause()to list of QName.EList<SortBy>getSortBy()Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSortingClause()to a list of SortBy.URIgetSrsName()Returns the value of the 'Srs Name' attribute.voidsetFeatureVersion(String value)Sets the value of the 'Feature Version' attribute.voidsetFilter(Filter value)Sets the value of the 'Filter' attribute.voidsetSrsName(URI value)Sets the value of the 'Srs Name' attribute.- 
Methods inherited from interface AbstractAdhocQueryExpressionTypegetAbstractProjectionClause, getAbstractSelectionClause, getAbstractSortingClause, getAliases, getTypeNames, setAbstractSelectionClause, setAbstractSortingClause
 - 
Methods inherited from interface AbstractQueryExpressionTypegetHandle, setHandle
 
- 
 
- 
- 
- 
Method Detail- 
getFeatureVersionString 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(String),- Wfs20Package.getQueryType_FeatureVersion()
 
 - 
setFeatureVersionvoid setFeatureVersion(String value) Sets the value of the 'Feature Version' attribute.- Parameters:
- value- the new value of the 'Feature Version' attribute.
- See Also:
- getFeatureVersion()
 
 - 
getSrsNameURI 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(URI),- Wfs20Package.getQueryType_SrsName()
 
 - 
setSrsNamevoid setSrsName(URI value) Sets the value of the 'Srs Name' attribute.- Parameters:
- value- the new value of the 'Srs Name' attribute.
- See Also:
- getSrsName()
 
 - 
getFilterFilter getFilter() Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSelectionClause()to a filter object.
 - 
setFiltervoid setFilter(Filter value) Sets the value of the 'Filter' attribute.- Parameters:
- value- the new value of the 'Filter' attribute.
- See Also:
- getFilter()
 
 - 
getPropertyNamesEList<QName> getPropertyNames() Convenience method to castAbstractAdhocQueryExpressionType.getAbstractProjectionClause()to list of QName.
 - 
getSortByEList<SortBy> getSortBy() Convenience method to castAbstractAdhocQueryExpressionType.getAbstractSortingClause()to a list of SortBy.
 
- 
 
-