org.deegree.protocol.ows.metadata
Class Operation
java.lang.Object
org.deegree.protocol.ows.metadata.Operation
public class Operation
- extends java.lang.Object
The Operation
bean encapsulates the corresponding GetCapabilities response metadata element.
- Version:
- $Revision: 26254 $, $Date: 2010-08-30 16:36:33 +0200 (Mo, 30. Aug 2010) $
- Author:
- Andrei Ionita, 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()
getDCP
public java.util.List<DCP> getDCP()
- Returns:
- dcp, never
null
.
getParameter
public java.util.List<Domain> getParameter()
- Returns:
- parameter, never
null
.
getConstraint
public java.util.List<Domain> getConstraint()
- Returns:
- constraint, never
null
getMetadata
public java.util.List<Pair<java.net.URL,java.net.URL>> getMetadata()
- Returns:
- metadata, never
null
setName
public void setName(java.lang.String name)
- Parameters:
name
-
Copyright © 2011. All Rights Reserved.