org.opengis.webservice.capability
Interface Service

Show UML class diagram
All Superinterfaces:
Description, DescriptionBase

public interface Service
extends Description


Method Summary
 Constraints getAccessConstraints()
          Returns the accessConstraints.
 ResponsibleParty getCitedResponsibleParty()
          Returns the citedResponsibleParty.
 InternationalString getFees()
          Returns the fees.
 Keywords getKeywords()
          Returns the keywords.
 String getUpdateSequence()
          Returns the updateSequence.
 String getVersion()
          Returns the version.
 
Methods inherited from interface Description
getLabel
 
Methods inherited from interface DescriptionBase
getDescription, getMetadataLink, getName
 

Method Detail

getAccessConstraints

@UML(identifier="accessConstraints",
     specification=UNSPECIFIED)
Constraints getAccessConstraints()
Returns the accessConstraints.


getCitedResponsibleParty

@UML(identifier="citedResponsibleParty",
     specification=UNSPECIFIED)
ResponsibleParty getCitedResponsibleParty()
Returns the citedResponsibleParty.


getFees

@UML(identifier="fees",
     specification=UNSPECIFIED)
InternationalString getFees()
Returns the fees.

TODO:
Original type was CodeList (which CodeList?), but all others occurences of this method in the API used a character string.

getKeywords

@UML(identifier="keywords",
     specification=UNSPECIFIED)
Keywords getKeywords()
Returns the keywords.


getUpdateSequence

@UML(identifier="updateSequence",
     specification=UNSPECIFIED)
String getUpdateSequence()
Returns the updateSequence.


getVersion

@UML(identifier="version",
     specification=UNSPECIFIED)
String getVersion()
Returns the version.



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.