Uses of Interface
net.opengis.ows11.ServiceIdentificationType

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

Uses of ServiceIdentificationType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ServiceIdentificationType
 ServiceIdentificationType Ows11Factory.createServiceIdentificationType()
          Returns a new object of class 'Service Identification Type'.
 ServiceIdentificationType CapabilitiesBaseType.getServiceIdentification()
          Returns the value of the 'Service Identification' containment reference.
 ServiceIdentificationType DocumentRoot.getServiceIdentification()
          Returns the value of the 'Service Identification' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ServiceIdentificationType
 void CapabilitiesBaseType.setServiceIdentification(ServiceIdentificationType value)
          Sets the value of the 'Service Identification' containment reference.
 void DocumentRoot.setServiceIdentification(ServiceIdentificationType value)
          Sets the value of the 'Service Identification' containment reference.
 

Uses of ServiceIdentificationType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ServiceIdentificationType
 class ServiceIdentificationTypeImpl
          An implementation of the model object 'Service Identification Type'.
 

Fields in net.opengis.ows11.impl declared as ServiceIdentificationType
protected  ServiceIdentificationType CapabilitiesBaseTypeImpl.serviceIdentification
          The cached value of the 'Service Identification' containment reference.
 

Methods in net.opengis.ows11.impl that return ServiceIdentificationType
 ServiceIdentificationType Ows11FactoryImpl.createServiceIdentificationType()
           
 ServiceIdentificationType DocumentRootImpl.getServiceIdentification()
           
 ServiceIdentificationType CapabilitiesBaseTypeImpl.getServiceIdentification()
           
 

Methods in net.opengis.ows11.impl with parameters of type ServiceIdentificationType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServiceIdentification(ServiceIdentificationType newServiceIdentification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CapabilitiesBaseTypeImpl.basicSetServiceIdentification(ServiceIdentificationType newServiceIdentification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setServiceIdentification(ServiceIdentificationType newServiceIdentification)
           
 void CapabilitiesBaseTypeImpl.setServiceIdentification(ServiceIdentificationType newServiceIdentification)
           
 

Uses of ServiceIdentificationType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ServiceIdentificationType
 java.lang.Object Ows11Switch.caseServiceIdentificationType(ServiceIdentificationType object)
          Returns the result of interpreting the object as an instance of 'Service Identification Type'.
 boolean Ows11Validator.validateServiceIdentificationType(ServiceIdentificationType serviceIdentificationType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ServiceIdentificationType in net.opengis.ows11.validation
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.