Uses of Interface
net.opengis.ows10.ServiceProviderType
Packages that use ServiceProviderType
- 
Uses of ServiceProviderType in net.opengis.ows10Methods in net.opengis.ows10 that return ServiceProviderTypeModifier and TypeMethodDescriptionOws10Factory.createServiceProviderType()Returns a new object of class 'Service Provider Type'.CapabilitiesBaseType.getServiceProvider()Returns the value of the 'Service Provider' containment reference.DocumentRoot.getServiceProvider()Returns the value of the 'Service Provider' containment reference.Methods in net.opengis.ows10 with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionvoidCapabilitiesBaseType.setServiceProvider(ServiceProviderType value) Sets the value of the 'Service Provider' containment reference.voidDocumentRoot.setServiceProvider(ServiceProviderType value) Sets the value of the 'Service Provider' containment reference.
- 
Uses of ServiceProviderType in net.opengis.ows10.implClasses in net.opengis.ows10.impl that implement ServiceProviderTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Service Provider Type'.Fields in net.opengis.ows10.impl declared as ServiceProviderTypeModifier and TypeFieldDescriptionprotected ServiceProviderTypeCapabilitiesBaseTypeImpl.serviceProviderThe cached value of the 'Service Provider' containment reference.Methods in net.opengis.ows10.impl that return ServiceProviderTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createServiceProviderType()CapabilitiesBaseTypeImpl.getServiceProvider()DocumentRootImpl.getServiceProvider()Methods in net.opengis.ows10.impl with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionNotificationChainCapabilitiesBaseTypeImpl.basicSetServiceProvider(ServiceProviderType newServiceProvider, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetServiceProvider(ServiceProviderType newServiceProvider, NotificationChain msgs) voidCapabilitiesBaseTypeImpl.setServiceProvider(ServiceProviderType newServiceProvider) voidDocumentRootImpl.setServiceProvider(ServiceProviderType newServiceProvider) 
- 
Uses of ServiceProviderType in net.opengis.ows10.validationMethods in net.opengis.ows10.validation with parameters of type ServiceProviderTypeModifier and TypeMethodDescriptionbooleanCapabilitiesBaseTypeValidator.validateServiceProvider(ServiceProviderType value) booleanDocumentRootValidator.validateServiceProvider(ServiceProviderType value)