Uses of Interface
net.opengis.ows10.AcceptVersionsType

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

Uses of AcceptVersionsType in net.opengis.ows10
 

Methods in net.opengis.ows10 that return AcceptVersionsType
 AcceptVersionsType Ows10Factory.createAcceptVersionsType()
          Returns a new object of class 'Accept Versions Type'.
 AcceptVersionsType GetCapabilitiesType.getAcceptVersions()
          Returns the value of the 'Accept Versions' containment reference.
 

Methods in net.opengis.ows10 with parameters of type AcceptVersionsType
 void GetCapabilitiesType.setAcceptVersions(AcceptVersionsType value)
          Sets the value of the 'Accept Versions' containment reference.
 

Uses of AcceptVersionsType in net.opengis.ows10.impl
 

Fields in net.opengis.ows10.impl declared as AcceptVersionsType
protected  AcceptVersionsType GetCapabilitiesTypeImpl.acceptVersions
          The cached value of the 'Accept Versions' containment reference.
 

Methods in net.opengis.ows10.impl that return AcceptVersionsType
 AcceptVersionsType Ows10FactoryImpl.createAcceptVersionsType()
           
 AcceptVersionsType GetCapabilitiesTypeImpl.getAcceptVersions()
           
 

Methods in net.opengis.ows10.impl with parameters of type AcceptVersionsType
 org.eclipse.emf.common.notify.NotificationChain GetCapabilitiesTypeImpl.basicSetAcceptVersions(AcceptVersionsType newAcceptVersions, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GetCapabilitiesTypeImpl.setAcceptVersions(AcceptVersionsType newAcceptVersions)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.