org.deegree.client.sos.storage.components
Class Operation
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Operation
public Operation()
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.