org.deegree.protocol.ows.metadata
Class OperationsMetadata

java.lang.Object
  extended by 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 $

Constructor Summary
OperationsMetadata()
           
 
Method Summary
 java.util.List<Domain> getConstraint()
           
 java.lang.Object getExtendedCapabilities()
           
 java.util.List<Operation> getOperation()
           
 java.util.List<Domain> getParameter()
           
 void setExtendedCapabilies(java.lang.Object extendedCapabilities)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationsMetadata

public OperationsMetadata()
Method Detail

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.