org.deegree.owscommon_new
Class ServiceIdentification
java.lang.Object
org.deegree.owscommon_new.ServiceIdentification
public class ServiceIdentification
- extends Object
ServiceIdentification
stores the contents of a ServiceIdentification element
according to the OWS common specification version 1.0.0.
- Since:
- 2.0
- Version:
- 2.0, $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Thu, 18 Jun 2009) $
- Author:
- Andreas Schmitz, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceIdentification
public ServiceIdentification(Code serviceType,
List<String> serviceTypeVersions,
String title,
List<String> alternativeTitles,
Date date,
String identifier,
String abstractString,
List<Keywords> keywords,
List<Constraints> accessConstraints)
- Standard constructor that initializes all encapsulated data.
- Parameters:
serviceType
- serviceTypeVersions
- title
- alternativeTitles
- date
- identifier
- abstractString
- keywords
- accessConstraints
-
getAbstractString
public String getAbstractString()
- Returns:
- Returns the abstractString.
getAccessConstraints
public List<Constraints> getAccessConstraints()
- Returns:
- Returns the accessConstraints.
getAlternativeTitles
public List<String> getAlternativeTitles()
- Returns:
- Returns the alternativeTitles.
getDate
public Date getDate()
- Returns:
- Returns the date.
getIdentifier
public String getIdentifier()
- Returns:
- Returns the identifier.
getKeywords
public List<Keywords> getKeywords()
- Returns:
- Returns the keywords.
getServiceType
public Code getServiceType()
- Returns:
- Returns the serviceType.
getServiceTypeVersions
public List<String> getServiceTypeVersions()
- Returns:
- Returns the serviceTypeVersions.
getTitle
public String getTitle()
- Returns:
- Returns the title.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org