org.deegree.client.sos.storage.components
Class Operation

java.lang.Object
  extended by org.deegree.client.sos.storage.components.Operation

public class Operation
extends Object

Helper class for StorageGetCapabilties class containing the contents of the XML element "Operation" from the "OperationsMetadata" element.

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

Constructor Summary
Operation()
           
 
Method Summary
 List<Pair<String,String>> getHttp()
           
 String getName()
           
 List<Parameter> getParameters()
           
 void setHttp(List<Pair<String,String>> that)
           
 void setName(String that)
           
 void setParameters(List<Parameter> that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operation

public Operation()
Method Detail

getName

public String getName()

getHttp

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

getParameters

public List<Parameter> getParameters()

setName

public void setName(String that)

setHttp

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

setParameters

public void setParameters(List<Parameter> that)


Copyright © 2011. All Rights Reserved.