Uses of Interface
net.opengis.ows10.ServiceProviderType

Packages that use ServiceProviderType
net.opengis.ows10   
net.opengis.ows10.impl   
 

Uses of ServiceProviderType in net.opengis.ows10
 

Methods in net.opengis.ows10 that return ServiceProviderType
 ServiceProviderType Ows10Factory.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.ows10 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.ows10.impl
 

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

Methods in net.opengis.ows10.impl that return ServiceProviderType
 ServiceProviderType Ows10FactoryImpl.createServiceProviderType()
           
 ServiceProviderType CapabilitiesBaseTypeImpl.getServiceProvider()
           
 ServiceProviderType DocumentRootImpl.getServiceProvider()
           
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.