Uses of Interface
net.opengis.ows10.ServiceIdentificationType

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

Uses of ServiceIdentificationType in net.opengis.ows10
 

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

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

Methods in net.opengis.ows10.impl that return ServiceIdentificationType
 ServiceIdentificationType Ows10FactoryImpl.createServiceIdentificationType()
           
 ServiceIdentificationType CapabilitiesBaseTypeImpl.getServiceIdentification()
           
 ServiceIdentificationType DocumentRootImpl.getServiceIdentification()
           
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.