Uses of Interface
net.opengis.ows10.OperationsMetadataType

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

Uses of OperationsMetadataType in net.opengis.ows10
 

Methods in net.opengis.ows10 that return OperationsMetadataType
 OperationsMetadataType Ows10Factory.createOperationsMetadataType()
          Returns a new object of class 'Operations Metadata Type'.
 OperationsMetadataType CapabilitiesBaseType.getOperationsMetadata()
          Returns the value of the 'Operations Metadata' containment reference.
 OperationsMetadataType DocumentRoot.getOperationsMetadata()
          Returns the value of the 'Operations Metadata' containment reference.
 

Methods in net.opengis.ows10 with parameters of type OperationsMetadataType
 void CapabilitiesBaseType.setOperationsMetadata(OperationsMetadataType value)
          Sets the value of the 'Operations Metadata' containment reference.
 void DocumentRoot.setOperationsMetadata(OperationsMetadataType value)
          Sets the value of the 'Operations Metadata' containment reference.
 

Uses of OperationsMetadataType in net.opengis.ows10.impl
 

Fields in net.opengis.ows10.impl declared as OperationsMetadataType
protected  OperationsMetadataType CapabilitiesBaseTypeImpl.operationsMetadata
          The cached value of the 'Operations Metadata' containment reference.
 

Methods in net.opengis.ows10.impl that return OperationsMetadataType
 OperationsMetadataType Ows10FactoryImpl.createOperationsMetadataType()
           
 OperationsMetadataType CapabilitiesBaseTypeImpl.getOperationsMetadata()
           
 OperationsMetadataType DocumentRootImpl.getOperationsMetadata()
           
 

Methods in net.opengis.ows10.impl with parameters of type OperationsMetadataType
 org.eclipse.emf.common.notify.NotificationChain CapabilitiesBaseTypeImpl.basicSetOperationsMetadata(OperationsMetadataType newOperationsMetadata, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOperationsMetadata(OperationsMetadataType newOperationsMetadata, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CapabilitiesBaseTypeImpl.setOperationsMetadata(OperationsMetadataType newOperationsMetadata)
           
 void DocumentRootImpl.setOperationsMetadata(OperationsMetadataType newOperationsMetadata)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.