org.deegree.owscommon_1_1_0
Class ServiceIdentification
java.lang.Object
org.deegree.owscommon_1_1_0.ServiceIdentification
public class ServiceIdentification
- extends Object
ServiceIdentification the service identification of owscommon 1.1.0
- Version:
- $Revision:$, $Date:$
- Author:
- Rutger Bezema, last edited by: $Author:$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceIdentification
public ServiceIdentification(List<String> title,
List<String> abstracts,
List<Keywords> keywords,
Pair<String,String> servicetype,
List<String> serviceTypeVersions,
List<String> profiles,
String fees,
List<String> accessConstraints)
- Parameters:
title - abstracts - keywords - a list of keywords, may be nullservicetype - a pair containing < codetype, codespace >serviceTypeVersions - profiles - fees - accessConstraints -
getTitles
public final List<String> getTitles()
- Returns:
- the title(s).
getAbstracts
public final List<String> getAbstracts()
- Returns:
- the abstracts.
getServiceTypeVersions
public final List<String> getServiceTypeVersions()
- Returns:
- the serviceTypeVersions.
getAccessConstraints
public final List<String> getAccessConstraints()
- Returns:
- the accessConstraints.
getFees
public final String getFees()
- Returns:
- the fees.
getServicetype
public final Pair<String,String> getServicetype()
- Returns:
- the codetype a pair containing <codetype,codespace-attrib >.
getKeywords
public final List<Keywords> getKeywords()
- Returns:
- the keywords as List will not be
null, but empty.
getProfiles
public final List<String> getProfiles()
- Returns:
- the profiles.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net