Uses of Interface
net.opengis.ows10.HTTPType
-
Packages that use HTTPType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of HTTPType in net.opengis.ows10
Methods in net.opengis.ows10 that return HTTPType Modifier and Type Method Description HTTPType
Ows10Factory. createHTTPType()
Returns a new object of class 'HTTP Type'.HTTPType
DocumentRoot. getHttp()
Returns the value of the 'Http' containment reference.HTTPType
DCPType. getHTTP()
Returns the value of the 'HTTP' containment reference.Methods in net.opengis.ows10 with parameters of type HTTPType Modifier and Type Method Description void
DocumentRoot. setHttp(HTTPType value)
Sets the value of the 'Http
' containment reference.void
DCPType. setHTTP(HTTPType value)
Sets the value of the 'HTTP
' containment reference. -
Uses of HTTPType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement HTTPType Modifier and Type Class Description class
HTTPTypeImpl
An implementation of the model object 'HTTP Type'.Fields in net.opengis.ows10.impl declared as HTTPType Modifier and Type Field Description protected HTTPType
DCPTypeImpl. hTTP
The cached value of the 'HTTP
' containment reference.Methods in net.opengis.ows10.impl that return HTTPType Modifier and Type Method Description HTTPType
Ows10FactoryImpl. createHTTPType()
HTTPType
DocumentRootImpl. getHttp()
HTTPType
DCPTypeImpl. getHTTP()
Methods in net.opengis.ows10.impl with parameters of type HTTPType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetHttp(HTTPType newHttp, NotificationChain msgs)
NotificationChain
DCPTypeImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)
void
DocumentRootImpl. setHttp(HTTPType newHttp)
void
DCPTypeImpl. setHTTP(HTTPType newHTTP)
-
Uses of HTTPType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type HTTPType Modifier and Type Method Description boolean
DocumentRootValidator. validateHttp(HTTPType value)
boolean
DCPTypeValidator. validateHTTP(HTTPType value)
-