Uses of Interface
net.opengis.ows11.ServiceProviderType

Packages that use ServiceProviderType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of ServiceProviderType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ServiceProviderType
 ServiceProviderType Ows11Factory.createServiceProviderType()
          Returns a new object of class 'Service Provider Type'.
 ServiceProviderType CapabilitiesBaseType.getServiceProvider()
          Returns the value of the 'Service Provider' containment reference.
 ServiceProviderType DocumentRoot.getServiceProvider()
          Returns the value of the 'Service Provider' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ServiceProviderType
 void CapabilitiesBaseType.setServiceProvider(ServiceProviderType value)
          Sets the value of the 'Service Provider' containment reference.
 void DocumentRoot.setServiceProvider(ServiceProviderType value)
          Sets the value of the 'Service Provider' containment reference.
 

Uses of ServiceProviderType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ServiceProviderType
 class ServiceProviderTypeImpl
          An implementation of the model object 'Service Provider Type'.
 

Fields in net.opengis.ows11.impl declared as ServiceProviderType
protected  ServiceProviderType CapabilitiesBaseTypeImpl.serviceProvider
          The cached value of the 'Service Provider' containment reference.
 

Methods in net.opengis.ows11.impl that return ServiceProviderType
 ServiceProviderType Ows11FactoryImpl.createServiceProviderType()
           
 ServiceProviderType DocumentRootImpl.getServiceProvider()
           
 ServiceProviderType CapabilitiesBaseTypeImpl.getServiceProvider()
           
 

Methods in net.opengis.ows11.impl with parameters of type ServiceProviderType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServiceProvider(ServiceProviderType newServiceProvider, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CapabilitiesBaseTypeImpl.basicSetServiceProvider(ServiceProviderType newServiceProvider, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setServiceProvider(ServiceProviderType newServiceProvider)
           
 void CapabilitiesBaseTypeImpl.setServiceProvider(ServiceProviderType newServiceProvider)
           
 

Uses of ServiceProviderType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ServiceProviderType
 java.lang.Object Ows11Switch.caseServiceProviderType(ServiceProviderType object)
          Returns the result of interpreting the object as an instance of 'Service Provider Type'.
 boolean Ows11Validator.validateServiceProviderType(ServiceProviderType serviceProviderType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ServiceProviderType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type ServiceProviderType
 boolean DocumentRootValidator.validateServiceProvider(ServiceProviderType value)
           
 boolean CapabilitiesBaseTypeValidator.validateServiceProvider(ServiceProviderType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.