org.deegree.protocol.ows.metadata
Class OperationsMetadata
java.lang.Object
org.deegree.protocol.ows.metadata.OperationsMetadata
public class OperationsMetadata
- extends java.lang.Object
The OperationsMetadata
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 |
OperationsMetadata
public OperationsMetadata()
getOperation
public java.util.List<Operation> getOperation()
- Returns:
- operation, may be empty but never
null
.
getParameter
public java.util.List<Domain> getParameter()
- Returns:
- parameter, may be empty but never
null
.
getConstraint
public java.util.List<Domain> getConstraint()
- Returns:
- constraint, may be empty but never
null
.
setExtendedCapabilies
public void setExtendedCapabilies(java.lang.Object extendedCapabilities)
getExtendedCapabilities
public java.lang.Object getExtendedCapabilities()
Copyright © 2011. All Rights Reserved.