Package net.opengis.ows10
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:
Ows10Package.getServiceProviderType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProviderName()
Returns the value of the 'Provider Name' attribute.OnlineResourceType
getProviderSite()
Returns the value of the 'Provider Site' containment reference.ResponsiblePartySubsetType
getServiceContact()
Returns the value of the 'Service Contact' containment reference.void
setProviderName(String value)
Sets the value of the 'Provider Name
' attribute.void
setProviderSite(OnlineResourceType value)
Sets the value of the 'Provider Site
' containment reference.void
setServiceContact(ResponsiblePartySubsetType value)
Sets the value of the 'Service Contact
' containment reference.
-
-
-
Method Detail
-
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(String)
,Ows10Package.getServiceProviderType_ProviderName()
-
setProviderName
void setProviderName(String value)
Sets the value of the 'Provider Name
' attribute.- Parameters:
value
- the new value of the 'Provider Name' attribute.- See Also:
getProviderName()
-
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(OnlineResourceType)
,Ows10Package.getServiceProviderType_ProviderSite()
-
setProviderSite
void 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()
-
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(ResponsiblePartySubsetType)
,Ows10Package.getServiceProviderType_ServiceContact()
-
setServiceContact
void 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()
-
-