org.deegree.protocol.wfs.storedquery
Class StoredQueryDefinition

java.lang.Object
  extended by org.deegree.protocol.wfs.storedquery.StoredQueryDefinition

public class StoredQueryDefinition
extends Object

Defines the template for a StoredQuery.

Version:
$Revision: 31880 $, $Date: 2011-09-14 23:55:26 +0200 (Wed, 14 Sep 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
StoredQueryDefinition(String id, List<LanguageString> titles, List<LanguageString> abstracts, List<org.apache.axiom.om.OMElement> metadataEls, List<Parameter> parameters, List<QueryExpressionText> queryExpressionTexts)
           
 
Method Summary
 List<LanguageString> getAbstracts()
           
 String getId()
           
 List<org.apache.axiom.om.OMElement> getMetadata()
           
 List<Parameter> getParameters()
           
 List<QueryExpressionText> getQueryExpressionTextEls()
           
 List<LanguageString> getTitles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredQueryDefinition

public StoredQueryDefinition(String id,
                             List<LanguageString> titles,
                             List<LanguageString> abstracts,
                             List<org.apache.axiom.om.OMElement> metadataEls,
                             List<Parameter> parameters,
                             List<QueryExpressionText> queryExpressionTexts)
Method Detail

getId

public String getId()
Returns:

getTitles

public List<LanguageString> getTitles()
Returns:

getAbstracts

public List<LanguageString> getAbstracts()

getMetadata

public List<org.apache.axiom.om.OMElement> getMetadata()

getParameters

public List<Parameter> getParameters()

getQueryExpressionTextEls

public List<QueryExpressionText> getQueryExpressionTextEls()


Copyright © 2011. All Rights Reserved.