org.opengis.webservice.capability
Interface ServiceProvider

Show UML class diagram

public interface ServiceProvider

Represents the ServiceProvider section of the capabilities of an OGC compliant web service according to the OGC Common Implementation Specification 0.3. This section corresponds to and expands the SV_ServiceProvider class in ISO 19119.


Method Summary
 Contact getContactInfo()
          Returns the contactInfo.
 String getIndividualName()
          Returns the individualName.
 String getPositionName()
          Returns the positionName.
 String getProviderName()
          Returns the providerName.
 SimpleLink getProviderSite()
          Returns the providerSite.
 KeywordType getRole()
          Returns the role.
 

Method Detail

getContactInfo

@UML(identifier="contactInfo",
     specification=UNSPECIFIED)
Contact getContactInfo()
Returns the contactInfo.


getIndividualName

@UML(identifier="individualName",
     specification=UNSPECIFIED)
String getIndividualName()
Returns the individualName.


getPositionName

@UML(identifier="positionName",
     specification=UNSPECIFIED)
String getPositionName()
Returns the positionName.


getProviderName

@UML(identifier="providerName",
     specification=UNSPECIFIED)
String getProviderName()
Returns the providerName.


getProviderSite

@UML(identifier="providerSite",
     specification=UNSPECIFIED)
SimpleLink getProviderSite()
Returns the providerSite.


getRole

KeywordType getRole()
Returns the role.



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