Uses of Interface
net.opengis.ows20.OnlineResourceType
- 
Packages that use OnlineResourceType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of OnlineResourceType in net.opengis.ows20Subinterfaces of OnlineResourceType in net.opengis.ows20 Modifier and Type Interface Description interfaceRequestMethodTypeA representation of the model object 'Request Method Type'.Methods in net.opengis.ows20 that return OnlineResourceType Modifier and Type Method Description OnlineResourceTypeOws20Factory. createOnlineResourceType()Returns a new object of class 'Online Resource Type'.OnlineResourceTypeContactType. getOnlineResource()Returns the value of the 'Online Resource' containment reference.OnlineResourceTypeServiceProviderType. getProviderSite()Returns the value of the 'Provider Site' containment reference.Methods in net.opengis.ows20 with parameters of type OnlineResourceType Modifier and Type Method Description voidContactType. setOnlineResource(OnlineResourceType value)Sets the value of the 'Online Resource' containment reference.voidServiceProviderType. setProviderSite(OnlineResourceType value)Sets the value of the 'Provider Site' containment reference.
- 
Uses of OnlineResourceType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement OnlineResourceType Modifier and Type Class Description classOnlineResourceTypeImplAn implementation of the model object 'Online Resource Type'.classRequestMethodTypeImplAn implementation of the model object 'Request Method Type'.Fields in net.opengis.ows20.impl declared as OnlineResourceType Modifier and Type Field Description protected OnlineResourceTypeContactTypeImpl. onlineResourceThe cached value of the 'Online Resource' containment reference.protected OnlineResourceTypeServiceProviderTypeImpl. providerSiteThe cached value of the 'Provider Site' containment reference.Methods in net.opengis.ows20.impl that return OnlineResourceType Modifier and Type Method Description OnlineResourceTypeOws20FactoryImpl. createOnlineResourceType()OnlineResourceTypeContactTypeImpl. getOnlineResource()OnlineResourceTypeServiceProviderTypeImpl. getProviderSite()Methods in net.opengis.ows20.impl with parameters of type OnlineResourceType Modifier and Type Method Description NotificationChainContactTypeImpl. basicSetOnlineResource(OnlineResourceType newOnlineResource, NotificationChain msgs)NotificationChainServiceProviderTypeImpl. basicSetProviderSite(OnlineResourceType newProviderSite, NotificationChain msgs)voidContactTypeImpl. setOnlineResource(OnlineResourceType newOnlineResource)voidServiceProviderTypeImpl. setProviderSite(OnlineResourceType newProviderSite)
- 
Uses of OnlineResourceType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type OnlineResourceType Modifier and Type Method Description TOws20Switch. caseOnlineResourceType(OnlineResourceType object)Returns the result of interpreting the object as an instance of 'Online Resource Type'.booleanOws20Validator. validateOnlineResourceType(OnlineResourceType onlineResourceType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of OnlineResourceType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type OnlineResourceType Modifier and Type Method Description booleanContactTypeValidator. validateOnlineResource(OnlineResourceType value)booleanServiceProviderTypeValidator. validateProviderSite(OnlineResourceType value)
 
-