org.deegree.services.csw.getrecords
Class Query
java.lang.Object
org.deegree.services.csw.getrecords.Query
public class Query
- extends Object
TODO add class documentation here
- Version:
- $Revision: $, $Date: $
- Author:
- Lyn Goltz, last edited by: $Author: lyn $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Query
public Query(CSWConstants.ReturnableElement elementSetName,
String[] elementName,
Filter constraint,
CSWConstants.ConstraintLanguage constraintLanguage,
SortProperty[] sortProps,
QName[] queryTypeNames,
QName[] returnTypeNames)
getQueryTypeNames
public QName[] getQueryTypeNames()
getReturnTypeNames
public QName[] getReturnTypeNames()
getElementSetName
public CSWConstants.ReturnableElement getElementSetName()
getElementName
public String[] getElementName()
getConstraint
public Filter getConstraint()
getConstraintLanguage
public CSWConstants.ConstraintLanguage getConstraintLanguage()
getSortProps
public SortProperty[] getSortProps()
getQuery
public static Query getQuery(org.apache.axiom.om.OMElement omElement)
Copyright © 2011. All Rights Reserved.