Uses of Interface
net.opengis.ows10.OnlineResourceType
-
Packages that use OnlineResourceType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of OnlineResourceType in net.opengis.ows10
Subinterfaces of OnlineResourceType in net.opengis.ows10 Modifier and Type Interface Description interface
RequestMethodType
A representation of the model object 'Request Method Type'.Methods in net.opengis.ows10 that return OnlineResourceType Modifier and Type Method Description OnlineResourceType
Ows10Factory. 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.ows10 with parameters of type OnlineResourceType Modifier and Type Method Description 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.ows10.impl
Classes in net.opengis.ows10.impl that implement OnlineResourceType Modifier and Type Class Description 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.ows10.impl declared as OnlineResourceType Modifier and Type Field Description 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.ows10.impl that return OnlineResourceType Modifier and Type Method Description OnlineResourceType
Ows10FactoryImpl. createOnlineResourceType()
OnlineResourceType
ContactTypeImpl. getOnlineResource()
OnlineResourceType
ServiceProviderTypeImpl. getProviderSite()
Methods in net.opengis.ows10.impl with parameters of type OnlineResourceType Modifier and Type Method Description NotificationChain
ContactTypeImpl. basicSetOnlineResource(OnlineResourceType newOnlineResource, NotificationChain msgs)
NotificationChain
ServiceProviderTypeImpl. basicSetProviderSite(OnlineResourceType newProviderSite, NotificationChain msgs)
void
ContactTypeImpl. setOnlineResource(OnlineResourceType newOnlineResource)
void
ServiceProviderTypeImpl. setProviderSite(OnlineResourceType newProviderSite)
-
Uses of OnlineResourceType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type OnlineResourceType Modifier and Type Method Description boolean
ContactTypeValidator. validateOnlineResource(OnlineResourceType value)
boolean
ServiceProviderTypeValidator. validateProviderSite(OnlineResourceType value)
-