deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.owscommon_new
Class ServiceIdentification

java.lang.Object
  extended by 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: 9346 $, $Date: 2007-12-27 17:39:07 +0100 (Do, 27 Dez 2007) $
Author:
Andreas Schmitz, last edited by: $Author: apoth $

Constructor Summary
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.
 
Method Summary
 String getAbstractString()
           
 List<Constraints> getAccessConstraints()
           
 List<String> getAlternativeTitles()
           
 Date getDate()
           
 String getIdentifier()
           
 List<Keywords> getKeywords()
           
 Code getServiceType()
           
 List<String> getServiceTypeVersions()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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.

deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net