Uses of Interface
net.opengis.ows.x11.HTTPDocument.HTTP

Packages that use HTTPDocument.HTTP
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of HTTPDocument.HTTP in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return HTTPDocument.HTTP
 HTTPDocument.HTTP HTTPDocument.addNewHTTP()
          Appends and returns a new empty "HTTP" element
 HTTPDocument.HTTP DCPDocument.DCP.addNewHTTP()
          Appends and returns a new empty "HTTP" element
 HTTPDocument.HTTP HTTPDocument.getHTTP()
          Gets the "HTTP" element
 HTTPDocument.HTTP DCPDocument.DCP.getHTTP()
          Gets the "HTTP" element
static HTTPDocument.HTTP HTTPDocument.HTTP.Factory.newInstance()
           
static HTTPDocument.HTTP HTTPDocument.HTTP.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type HTTPDocument.HTTP
 void HTTPDocument.setHTTP(HTTPDocument.HTTP http)
          Sets the "HTTP" element
 void DCPDocument.DCP.setHTTP(HTTPDocument.HTTP http)
          Sets the "HTTP" element
 

Uses of HTTPDocument.HTTP in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement HTTPDocument.HTTP
static class HTTPDocumentImpl.HTTPImpl
          An XML HTTP(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return HTTPDocument.HTTP
 HTTPDocument.HTTP HTTPDocumentImpl.addNewHTTP()
          Appends and returns a new empty "HTTP" element
 HTTPDocument.HTTP DCPDocumentImpl.DCPImpl.addNewHTTP()
          Appends and returns a new empty "HTTP" element
 HTTPDocument.HTTP HTTPDocumentImpl.getHTTP()
          Gets the "HTTP" element
 HTTPDocument.HTTP DCPDocumentImpl.DCPImpl.getHTTP()
          Gets the "HTTP" element
 

Methods in net.opengis.ows.x11.impl with parameters of type HTTPDocument.HTTP
 void HTTPDocumentImpl.setHTTP(HTTPDocument.HTTP http)
          Sets the "HTTP" element
 void DCPDocumentImpl.DCPImpl.setHTTP(HTTPDocument.HTTP http)
          Sets the "HTTP" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.