net.opengis.ows11
Interface ServiceProviderType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ServiceProviderTypeImpl

public interface ServiceProviderType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Service Provider Type'.

The following features are supported:

See Also:
Ows11Package.getServiceProviderType()

Method Summary
 java.lang.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(java.lang.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.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getProviderName

java.lang.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), Ows11Package.getServiceProviderType_ProviderName()

setProviderName

void setProviderName(java.lang.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), Ows11Package.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), Ows11Package.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()


Copyright © 1996-2010 Geotools. All Rights Reserved.