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 HTTPTypeOws10Factory. createHTTPType()Returns a new object of class 'HTTP Type'.HTTPTypeDocumentRoot. getHttp()Returns the value of the 'Http' containment reference.HTTPTypeDCPType. getHTTP()Returns the value of the 'HTTP' containment reference.Methods in net.opengis.ows10 with parameters of type HTTPType Modifier and Type Method Description voidDocumentRoot. setHttp(HTTPType value)Sets the value of the 'Http' containment reference.voidDCPType. 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 classHTTPTypeImplAn implementation of the model object 'HTTP Type'.Fields in net.opengis.ows10.impl declared as HTTPType Modifier and Type Field Description protected HTTPTypeDCPTypeImpl. hTTPThe cached value of the 'HTTP' containment reference.Methods in net.opengis.ows10.impl that return HTTPType Modifier and Type Method Description HTTPTypeOws10FactoryImpl. createHTTPType()HTTPTypeDocumentRootImpl. getHttp()HTTPTypeDCPTypeImpl. getHTTP()Methods in net.opengis.ows10.impl with parameters of type HTTPType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetHttp(HTTPType newHttp, NotificationChain msgs)NotificationChainDCPTypeImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)voidDocumentRootImpl. setHttp(HTTPType newHttp)voidDCPTypeImpl. 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 booleanDocumentRootValidator. validateHttp(HTTPType value)booleanDCPTypeValidator. validateHTTP(HTTPType value)
-