Uses of Interface
net.opengis.ows11.OnlineResourceType

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

Uses of OnlineResourceType in net.opengis.ows11
 

Subinterfaces of OnlineResourceType in net.opengis.ows11
 interface RequestMethodType
          A representation of the model object 'Request Method Type'.
 

Methods in net.opengis.ows11 that return OnlineResourceType
 OnlineResourceType Ows11Factory.createOnlineResourceType()
          Returns a new object of class 'Online Resource Type'.
 OnlineResourceType ContactType.getOnlineResource()
          Returns the value of the 'Online Resource' containment reference.
 OnlineResourceType ServiceProviderType.getProviderSite()
          Returns the value of the 'Provider Site' containment reference.
 

Methods in net.opengis.ows11 with parameters of type OnlineResourceType
 void ContactType.setOnlineResource(OnlineResourceType value)
          Sets the value of the 'Online Resource' containment reference.
 void ServiceProviderType.setProviderSite(OnlineResourceType value)
          Sets the value of the 'Provider Site' containment reference.
 

Uses of OnlineResourceType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement OnlineResourceType
 class OnlineResourceTypeImpl
          An implementation of the model object 'Online Resource Type'.
 class RequestMethodTypeImpl
          An implementation of the model object 'Request Method Type'.
 

Fields in net.opengis.ows11.impl declared as OnlineResourceType
protected  OnlineResourceType ContactTypeImpl.onlineResource
          The cached value of the 'Online Resource' containment reference.
protected  OnlineResourceType ServiceProviderTypeImpl.providerSite
          The cached value of the 'Provider Site' containment reference.
 

Methods in net.opengis.ows11.impl that return OnlineResourceType
 OnlineResourceType Ows11FactoryImpl.createOnlineResourceType()
           
 OnlineResourceType ContactTypeImpl.getOnlineResource()
           
 OnlineResourceType ServiceProviderTypeImpl.getProviderSite()
           
 

Methods in net.opengis.ows11.impl with parameters of type OnlineResourceType
 org.eclipse.emf.common.notify.NotificationChain ContactTypeImpl.basicSetOnlineResource(OnlineResourceType newOnlineResource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ServiceProviderTypeImpl.basicSetProviderSite(OnlineResourceType newProviderSite, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContactTypeImpl.setOnlineResource(OnlineResourceType newOnlineResource)
           
 void ServiceProviderTypeImpl.setProviderSite(OnlineResourceType newProviderSite)
           
 

Uses of OnlineResourceType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type OnlineResourceType
 java.lang.Object Ows11Switch.caseOnlineResourceType(OnlineResourceType object)
          Returns the result of interpreting the object as an instance of 'Online Resource Type'.
 boolean Ows11Validator.validateOnlineResourceType(OnlineResourceType onlineResourceType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of OnlineResourceType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type OnlineResourceType
 boolean ContactTypeValidator.validateOnlineResource(OnlineResourceType value)
           
 boolean ServiceProviderTypeValidator.validateProviderSite(OnlineResourceType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.