org.deegree.owscommon_new
Class OWSCommonCapabilities
java.lang.Object
org.deegree.owscommon_new.OWSCommonCapabilities
public class OWSCommonCapabilities
- extends java.lang.Object
OWSCommonCapabilities
stores the basic information common to all OGC capabilities
documents according to the OWS common specification version 1.0.0. It is designed to be used by
all OGC web services. The service specific content should go into a subclass of the
Content
class.
- Since:
- 2.0
- Version:
- 2.0, $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Andreas Schmitz, last edited by: $Author: mschneider $
- See Also:
Content
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWSCommonCapabilities
public OWSCommonCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
java.util.Map<java.lang.String,Content> contents)
- Standard constructor that initializes all encapsulated data.
- Parameters:
version
- updateSequence
- serviceIdentification
- serviceProvider
- operationsMetadata
- contents
-
getContents
public java.util.Map<java.lang.String,Content> getContents()
- Returns:
- Returns the contents.
getOperationsMetadata
public OperationsMetadata getOperationsMetadata()
- Returns:
- Returns the operationsMetadata.
getServiceIdentification
public ServiceIdentification getServiceIdentification()
- Returns:
- Returns the serviceIdentification.
getServiceProvider
public ServiceProvider getServiceProvider()
- Returns:
- Returns the serviceProvider.
getUpdateSequence
public java.lang.String getUpdateSequence()
- Returns:
- Returns the updateSequence.
getVersion
public java.lang.String getVersion()
- Returns:
- Returns the version.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org