Package net.opengis.ows11
Interface ServiceProviderType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ServiceProviderTypeImpl
 
 public interface ServiceProviderType extends EObjectA representation of the model object 'Service Provider Type'.The following features are supported: - See Also:
- Ows11Package.getServiceProviderType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProviderName()Returns the value of the 'Provider Name' attribute.OnlineResourceTypegetProviderSite()Returns the value of the 'Provider Site' containment reference.ResponsiblePartySubsetTypegetServiceContact()Returns the value of the 'Service Contact' containment reference.voidsetProviderName(String value)Sets the value of the 'Provider Name' attribute.voidsetProviderSite(OnlineResourceType value)Sets the value of the 'Provider Site' containment reference.voidsetServiceContact(ResponsiblePartySubsetType value)Sets the value of the 'Service Contact' containment reference.
 
- 
- 
- 
Method Detail- 
getProviderNameString getProviderName() Returns the value of the 'Provider Name' attribute. A unique identifier for the service provider organization.- Returns:
- the value of the 'Provider Name' attribute.
- See Also:
- setProviderName(String),- Ows11Package.getServiceProviderType_ProviderName()
 
 - 
setProviderNamevoid setProviderName(String value) Sets the value of the 'Provider Name' attribute.- Parameters:
- value- the new value of the 'Provider Name' attribute.
- See Also:
- getProviderName()
 
 - 
getProviderSiteOnlineResourceType getProviderSite() Returns the value of the 'Provider Site' containment reference. Reference to the most relevant web site of the service provider.- Returns:
- the value of the 'Provider Site' containment reference.
- See Also:
- setProviderSite(OnlineResourceType),- Ows11Package.getServiceProviderType_ProviderSite()
 
 - 
setProviderSitevoid setProviderSite(OnlineResourceType value) Sets the value of the 'Provider Site' containment reference.- Parameters:
- value- the new value of the 'Provider Site' containment reference.
- See Also:
- getProviderSite()
 
 - 
getServiceContactResponsiblePartySubsetType getServiceContact() Returns the value of the 'Service Contact' containment reference. 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.- Returns:
- the value of the 'Service Contact' containment reference.
- See Also:
- setServiceContact(ResponsiblePartySubsetType),- Ows11Package.getServiceProviderType_ServiceContact()
 
 - 
setServiceContactvoid setServiceContact(ResponsiblePartySubsetType value) Sets the value of the 'Service Contact' containment reference.- Parameters:
- value- the new value of the 'Service Contact' containment reference.
- See Also:
- getServiceContact()
 
 
- 
 
-