Uses of Interface
net.opengis.sos.x20.GetResultType
-
Packages that use GetResultType Package Description net.opengis.sos.x20 net.opengis.sos.x20.impl -
-
Uses of GetResultType in net.opengis.sos.x20
Methods in net.opengis.sos.x20 that return GetResultType Modifier and Type Method Description GetResultTypeGetResultDocument. addNewGetResult()Appends and returns a new empty "GetResult" elementGetResultTypeGetResultPropertyType. addNewGetResult()Appends and returns a new empty "GetResult" elementGetResultTypeGetResultDocument. getGetResult()Gets the "GetResult" elementGetResultTypeGetResultPropertyType. getGetResult()Gets the "GetResult" elementstatic GetResultTypeGetResultType.Factory. newInstance()static GetResultTypeGetResultType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GetResultTypeGetResultType.Factory. parse(File file)static GetResultTypeGetResultType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GetResultTypeGetResultType.Factory. parse(InputStream is)static GetResultTypeGetResultType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GetResultTypeGetResultType.Factory. parse(Reader r)static GetResultTypeGetResultType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GetResultTypeGetResultType.Factory. parse(String xmlAsString)static GetResultTypeGetResultType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GetResultTypeGetResultType.Factory. parse(URL u)static GetResultTypeGetResultType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GetResultTypeGetResultType.Factory. parse(XMLStreamReader sr)static GetResultTypeGetResultType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GetResultTypeGetResultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GetResultTypeGetResultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GetResultTypeGetResultType.Factory. parse(Node node)static GetResultTypeGetResultType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sos.x20 with parameters of type GetResultType Modifier and Type Method Description voidGetResultDocument. setGetResult(GetResultType getResult)Sets the "GetResult" elementvoidGetResultPropertyType. setGetResult(GetResultType getResult)Sets the "GetResult" element -
Uses of GetResultType in net.opengis.sos.x20.impl
Classes in net.opengis.sos.x20.impl that implement GetResultType Modifier and Type Class Description classGetResultTypeImplAn XML GetResultType(@http://www.opengis.net/sos/2.0).Methods in net.opengis.sos.x20.impl that return GetResultType Modifier and Type Method Description GetResultTypeGetResultDocumentImpl. addNewGetResult()Appends and returns a new empty "GetResult" elementGetResultTypeGetResultPropertyTypeImpl. addNewGetResult()Appends and returns a new empty "GetResult" elementGetResultTypeGetResultDocumentImpl. getGetResult()Gets the "GetResult" elementGetResultTypeGetResultPropertyTypeImpl. getGetResult()Gets the "GetResult" elementMethods in net.opengis.sos.x20.impl with parameters of type GetResultType Modifier and Type Method Description voidGetResultDocumentImpl. setGetResult(GetResultType getResult)Sets the "GetResult" elementvoidGetResultPropertyTypeImpl. setGetResult(GetResultType getResult)Sets the "GetResult" element
-