|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.ows.metadata.ServiceProvider
public class ServiceProvider
Encapsulates service provider metadata reported by an OGC web service.
Data model has been designed to capture the expressiveness of all OWS specifications and versions and was verified against the following specifications:
Constructor Summary | |
---|---|
ServiceProvider(String providerName,
String providerSite,
ResponsibleParty serviceContact)
Creates a new ServiceProvider instance. |
Method Summary | |
---|---|
String |
getProviderName()
Returns the reported service provider name. |
String |
getProviderSite()
Returns the URL of the provider site. |
ResponsibleParty |
getServiceContact()
Returns the information for contacting the service provider. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceProvider(String providerName, String providerSite, ResponsibleParty serviceContact)
ServiceProvider
instance.
providerName
- providerSite
- serviceContact
- Method Detail |
---|
public String getProviderName()
From OWS Common 2.0: A unique identifier for the service provider organization.
null
public String getProviderSite()
From OWS Common 2.0: Reference to the most relevant web site of the service provider.
null
.public ResponsibleParty getServiceContact()
From OWS Common 2.0: Information for contacting the service provider. The OnlineResource element within this ServiceContact element should not be used to reference a web site of the service provider.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |