Uses of Interface
net.opengis.ows.x11.RequestMethodType
-
Packages that use RequestMethodType Package Description 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 Modifier and Type Method Description RequestMethodTypeHTTPDocument.HTTP. addNewGet()Appends and returns a new empty value (as xml) as the last "Get" elementRequestMethodTypeHTTPDocument.HTTP. addNewPost()Appends and returns a new empty value (as xml) as the last "Post" elementRequestMethodType[]HTTPDocument.HTTP. getGetArray()Gets array of all "Get" elementsRequestMethodTypeHTTPDocument.HTTP. getGetArray(int i)Gets ith "Get" elementRequestMethodType[]HTTPDocument.HTTP. getPostArray()Gets array of all "Post" elementsRequestMethodTypeHTTPDocument.HTTP. getPostArray(int i)Gets ith "Post" elementRequestMethodTypeHTTPDocument.HTTP. insertNewGet(int i)Inserts and returns a new empty value (as xml) as the ith "Get" elementRequestMethodTypeHTTPDocument.HTTP. insertNewPost(int i)Inserts and returns a new empty value (as xml) as the ith "Post" elementstatic RequestMethodTypeRequestMethodType.Factory. newInstance()static RequestMethodTypeRequestMethodType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RequestMethodTypeRequestMethodType.Factory. parse(File file)static RequestMethodTypeRequestMethodType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RequestMethodTypeRequestMethodType.Factory. parse(InputStream is)static RequestMethodTypeRequestMethodType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RequestMethodTypeRequestMethodType.Factory. parse(Reader r)static RequestMethodTypeRequestMethodType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RequestMethodTypeRequestMethodType.Factory. parse(String xmlAsString)static RequestMethodTypeRequestMethodType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RequestMethodTypeRequestMethodType.Factory. parse(URL u)static RequestMethodTypeRequestMethodType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RequestMethodTypeRequestMethodType.Factory. parse(XMLStreamReader sr)static RequestMethodTypeRequestMethodType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RequestMethodTypeRequestMethodType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RequestMethodTypeRequestMethodType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RequestMethodTypeRequestMethodType.Factory. parse(Node node)static RequestMethodTypeRequestMethodType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type RequestMethodType Modifier and Type Method Description voidHTTPDocument.HTTP. setGetArray(int i, RequestMethodType get)Sets ith "Get" elementvoidHTTPDocument.HTTP. setGetArray(RequestMethodType[] getArray)Sets array of all "Get" elementvoidHTTPDocument.HTTP. setPostArray(int i, RequestMethodType post)Sets ith "Post" elementvoidHTTPDocument.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 Modifier and Type Class Description classRequestMethodTypeImplAn XML RequestMethodType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return RequestMethodType Modifier and Type Method Description RequestMethodTypeHTTPDocumentImpl.HTTPImpl. addNewGet()Appends and returns a new empty value (as xml) as the last "Get" elementRequestMethodTypeHTTPDocumentImpl.HTTPImpl. addNewPost()Appends and returns a new empty value (as xml) as the last "Post" elementRequestMethodType[]HTTPDocumentImpl.HTTPImpl. getGetArray()Gets array of all "Get" elementsRequestMethodTypeHTTPDocumentImpl.HTTPImpl. getGetArray(int i)Gets ith "Get" elementRequestMethodType[]HTTPDocumentImpl.HTTPImpl. getPostArray()Gets array of all "Post" elementsRequestMethodTypeHTTPDocumentImpl.HTTPImpl. getPostArray(int i)Gets ith "Post" elementRequestMethodTypeHTTPDocumentImpl.HTTPImpl. insertNewGet(int i)Inserts and returns a new empty value (as xml) as the ith "Get" elementRequestMethodTypeHTTPDocumentImpl.HTTPImpl. insertNewPost(int i)Inserts and returns a new empty value (as xml) as the ith "Post" elementMethods in net.opengis.ows.x11.impl with parameters of type RequestMethodType Modifier and Type Method Description voidHTTPDocumentImpl.HTTPImpl. setGetArray(int i, RequestMethodType get)Sets ith "Get" elementvoidHTTPDocumentImpl.HTTPImpl. setGetArray(RequestMethodType[] getArray)Sets array of all "Get" elementvoidHTTPDocumentImpl.HTTPImpl. setPostArray(int i, RequestMethodType post)Sets ith "Post" elementvoidHTTPDocumentImpl.HTTPImpl. setPostArray(RequestMethodType[] postArray)Sets array of all "Post" element
-