org.deegree.client.sos.requesthandler.kvp
Class KVPDescribeSensor

java.lang.Object
  extended by org.deegree.client.sos.requesthandler.kvp.KVPDescribeSensor

public class KVPDescribeSensor
extends Object

Storage class containing the needed KVPs for a DescribeSensor request. These will be displayed in a Form later.

Author:
Ulrich Neumeister, last edited by: $Author: aionita $

Constructor Summary
KVPDescribeSensor()
           
 
Method Summary
 String getHost()
           
 List<String> getOutputFormat()
           
 List<Pair<String,String>> getProcedure()
           
 String getVersion()
           
 void setHost(String that)
           
 void setOutputFormat(List<String> that)
           
 void setProcedure(List<Pair<String,String>> that)
           
 void setVersion(String that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KVPDescribeSensor

public KVPDescribeSensor()
Method Detail

getHost

public String getHost()

getVersion

public String getVersion()

getOutputFormat

public List<String> getOutputFormat()

getProcedure

public List<Pair<String,String>> getProcedure()

setHost

public void setHost(String that)

setVersion

public void setVersion(String that)

setOutputFormat

public void setOutputFormat(List<String> that)

setProcedure

public void setProcedure(List<Pair<String,String>> that)


Copyright © 2011. All Rights Reserved.