Package net.opengis.ows20
Interface ServiceProviderType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ServiceProviderTypeImpl
public interface ServiceProviderType
extends EObject
A representation of the model object 'Service Provider Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Provider Name' attribute.Returns the value of the 'Provider Site' containment reference.Returns the value of the 'Service Contact' containment reference.void
setProviderName
(String value) Sets the value of the 'Provider Name
' attribute.void
Sets the value of the 'Provider Site
' containment reference.void
Sets the value of the 'Service Contact
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProviderName
String 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
Sets the value of the 'Provider Name
' attribute.- Parameters:
value
- the new value of the 'Provider Name' attribute.- See Also:
-
getProviderSite
OnlineResourceType 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
Sets the value of the 'Provider Site
' containment reference.- Parameters:
value
- the new value of the 'Provider Site' containment reference.- See Also:
-
getServiceContact
ResponsiblePartySubsetType 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
Sets the value of the 'Service Contact
' containment reference.- Parameters:
value
- the new value of the 'Service Contact' containment reference.- See Also:
-