org.deegree.owscommon_new
Class OWSCommonCapabilities
java.lang.Object
org.deegree.owscommon_new.OWSCommonCapabilities
public class OWSCommonCapabilities
- extends 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: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
- Author:
- Andreas Schmitz, last edited by: $Author: bezema $
- See Also:
Content
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWSCommonCapabilities
public OWSCommonCapabilities(String version,
String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Map<String,Content> contents)
- Standard constructor that initializes all encapsulated data.
- Parameters:
version
- updateSequence
- serviceIdentification
- serviceProvider
- operationsMetadata
- contents
-
getContents
public Map<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 String getUpdateSequence()
- Returns:
- Returns the updateSequence.
getVersion
public String getVersion()
- Returns:
- Returns the version.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net