Uses of Interface
net.opengis.ows.x11.RequestMethodType

Packages that use RequestMethodType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of RequestMethodType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return RequestMethodType
 RequestMethodType HTTPDocument.HTTP.addNewGet()
          Appends and returns a new empty value (as xml) as the last "Get" element
 RequestMethodType HTTPDocument.HTTP.addNewPost()
          Appends and returns a new empty value (as xml) as the last "Post" element
 RequestMethodType[] HTTPDocument.HTTP.getGetArray()
          Gets array of all "Get" elements
 RequestMethodType HTTPDocument.HTTP.getGetArray(int i)
          Gets ith "Get" element
 RequestMethodType[] HTTPDocument.HTTP.getPostArray()
          Gets array of all "Post" elements
 RequestMethodType HTTPDocument.HTTP.getPostArray(int i)
          Gets ith "Post" element
 RequestMethodType HTTPDocument.HTTP.insertNewGet(int i)
          Inserts and returns a new empty value (as xml) as the ith "Get" element
 RequestMethodType HTTPDocument.HTTP.insertNewPost(int i)
          Inserts and returns a new empty value (as xml) as the ith "Post" element
static RequestMethodType RequestMethodType.Factory.newInstance()
           
static RequestMethodType RequestMethodType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RequestMethodType RequestMethodType.Factory.parse(File file)
           
static RequestMethodType RequestMethodType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RequestMethodType RequestMethodType.Factory.parse(InputStream is)
           
static RequestMethodType RequestMethodType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RequestMethodType RequestMethodType.Factory.parse(Node node)
           
static RequestMethodType RequestMethodType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RequestMethodType RequestMethodType.Factory.parse(Reader r)
           
static RequestMethodType RequestMethodType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RequestMethodType RequestMethodType.Factory.parse(String xmlAsString)
           
static RequestMethodType RequestMethodType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RequestMethodType RequestMethodType.Factory.parse(URL u)
           
static RequestMethodType RequestMethodType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RequestMethodType RequestMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RequestMethodType RequestMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RequestMethodType RequestMethodType.Factory.parse(XMLStreamReader sr)
           
static RequestMethodType RequestMethodType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type RequestMethodType
 void HTTPDocument.HTTP.setGetArray(int i, RequestMethodType get)
          Sets ith "Get" element
 void HTTPDocument.HTTP.setGetArray(RequestMethodType[] getArray)
          Sets array of all "Get" element
 void HTTPDocument.HTTP.setPostArray(int i, RequestMethodType post)
          Sets ith "Post" element
 void HTTPDocument.HTTP.setPostArray(RequestMethodType[] postArray)
          Sets array of all "Post" element
 

Uses of RequestMethodType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement RequestMethodType
 class RequestMethodTypeImpl
          An XML RequestMethodType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return RequestMethodType
 RequestMethodType HTTPDocumentImpl.HTTPImpl.addNewGet()
          Appends and returns a new empty value (as xml) as the last "Get" element
 RequestMethodType HTTPDocumentImpl.HTTPImpl.addNewPost()
          Appends and returns a new empty value (as xml) as the last "Post" element
 RequestMethodType[] HTTPDocumentImpl.HTTPImpl.getGetArray()
          Gets array of all "Get" elements
 RequestMethodType HTTPDocumentImpl.HTTPImpl.getGetArray(int i)
          Gets ith "Get" element
 RequestMethodType[] HTTPDocumentImpl.HTTPImpl.getPostArray()
          Gets array of all "Post" elements
 RequestMethodType HTTPDocumentImpl.HTTPImpl.getPostArray(int i)
          Gets ith "Post" element
 RequestMethodType HTTPDocumentImpl.HTTPImpl.insertNewGet(int i)
          Inserts and returns a new empty value (as xml) as the ith "Get" element
 RequestMethodType HTTPDocumentImpl.HTTPImpl.insertNewPost(int i)
          Inserts and returns a new empty value (as xml) as the ith "Post" element
 

Methods in net.opengis.ows.x11.impl with parameters of type RequestMethodType
 void HTTPDocumentImpl.HTTPImpl.setGetArray(int i, RequestMethodType get)
          Sets ith "Get" element
 void HTTPDocumentImpl.HTTPImpl.setGetArray(RequestMethodType[] getArray)
          Sets array of all "Get" element
 void HTTPDocumentImpl.HTTPImpl.setPostArray(int i, RequestMethodType post)
          Sets ith "Post" element
 void HTTPDocumentImpl.HTTPImpl.setPostArray(RequestMethodType[] postArray)
          Sets array of all "Post" element
 



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