org.deegree_impl.services.wcas.protocol
Class CASQuery_Impl
java.lang.Object
org.deegree_impl.services.wfs.protocol.WFSQuery_Impl
org.deegree_impl.services.wcas.protocol.CASQuery_Impl
- All Implemented Interfaces:
- CASQuery, WFSQuery
- public class CASQuery_Impl
- extends WFSQuery_Impl
- implements CASQuery
- Version:
- $Revision: 1.3 $
- Author:
- Andreas Poth
Fields inherited from class org.deegree_impl.services.wfs.protocol.WFSQuery_Impl |
|
Constructor Summary |
(package private) |
CASQuery_Impl(java.lang.String[] propertyNames,
java.lang.String handle,
java.lang.String version,
java.lang.String typeName,
Filter filter,
java.lang.String propertySetName)
Creates a new CASQuery_Impl object. |
Methods inherited from class org.deegree_impl.services.wfs.protocol.WFSQuery_Impl |
addPropertyNames, exportAsXML, getFilter, getHandle, getPropertyNames, getTypeName, getVersion, setFilter, setHandle, setPropertyNames, setTypeName, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
propertySetName
private java.lang.String propertySetName
CASQuery_Impl
CASQuery_Impl(java.lang.String[] propertyNames,
java.lang.String handle,
java.lang.String version,
java.lang.String typeName,
Filter filter,
java.lang.String propertySetName)
- Creates a new CASQuery_Impl object.
- Parameters:
propertyNames
- handle
- version
- typeName
- filter
- propertySetName
-
getPropertySetName
public java.lang.String getPropertySetName()
- returns the name of the property set targeted by a query
- Specified by:
getPropertySetName
in interface CASQuery
setPropertySetName
public void setPropertySetName(java.lang.String propertySetName)
- See Also:
getPropertySetName()
toString
public java.lang.String toString()
- Overrides:
toString
in class WFSQuery_Impl
- Returns: