org.deegree.services.csw.getrecords
Class Query

java.lang.Object
  extended by 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 $

Constructor Summary
Query(CSWConstants.ReturnableElement elementSetName, String[] elementName, Filter constraint, CSWConstants.ConstraintLanguage constraintLanguage, SortProperty[] sortProps, QName[] queryTypeNames, QName[] returnTypeNames)
           
 
Method Summary
 Filter getConstraint()
           
 CSWConstants.ConstraintLanguage getConstraintLanguage()
           
 String[] getElementName()
           
 CSWConstants.ReturnableElement getElementSetName()
           
static Query getQuery(org.apache.axiom.om.OMElement omElement)
           
 QName[] getQueryTypeNames()
           
 QName[] getReturnTypeNames()
           
 SortProperty[] getSortProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query(CSWConstants.ReturnableElement elementSetName,
             String[] elementName,
             Filter constraint,
             CSWConstants.ConstraintLanguage constraintLanguage,
             SortProperty[] sortProps,
             QName[] queryTypeNames,
             QName[] returnTypeNames)
Method Detail

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.