Uses of Interface
net.opengis.ows.x11.ManifestType
-
Packages that use ManifestType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of ManifestType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return ManifestType Modifier and Type Method Description ManifestTypeInputDataDocument. addNewInputData()Appends and returns a new empty "InputData" elementManifestTypeManifestDocument. addNewManifest()Appends and returns a new empty "Manifest" elementManifestTypeOperationResponseDocument. addNewOperationResponse()Appends and returns a new empty "OperationResponse" elementManifestTypeInputDataDocument. getInputData()Gets the "InputData" elementManifestTypeManifestDocument. getManifest()Gets the "Manifest" elementManifestTypeOperationResponseDocument. getOperationResponse()Gets the "OperationResponse" elementstatic ManifestTypeManifestType.Factory. newInstance()static ManifestTypeManifestType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ManifestTypeManifestType.Factory. parse(File file)static ManifestTypeManifestType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ManifestTypeManifestType.Factory. parse(InputStream is)static ManifestTypeManifestType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ManifestTypeManifestType.Factory. parse(Reader r)static ManifestTypeManifestType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ManifestTypeManifestType.Factory. parse(String xmlAsString)static ManifestTypeManifestType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ManifestTypeManifestType.Factory. parse(URL u)static ManifestTypeManifestType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ManifestTypeManifestType.Factory. parse(XMLStreamReader sr)static ManifestTypeManifestType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ManifestTypeManifestType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ManifestTypeManifestType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ManifestTypeManifestType.Factory. parse(Node node)static ManifestTypeManifestType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type ManifestType Modifier and Type Method Description voidInputDataDocument. setInputData(ManifestType inputData)Sets the "InputData" elementvoidManifestDocument. setManifest(ManifestType manifest)Sets the "Manifest" elementvoidOperationResponseDocument. setOperationResponse(ManifestType operationResponse)Sets the "OperationResponse" element -
Uses of ManifestType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement ManifestType Modifier and Type Class Description classManifestTypeImplAn XML ManifestType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return ManifestType Modifier and Type Method Description ManifestTypeInputDataDocumentImpl. addNewInputData()Appends and returns a new empty "InputData" elementManifestTypeManifestDocumentImpl. addNewManifest()Appends and returns a new empty "Manifest" elementManifestTypeOperationResponseDocumentImpl. addNewOperationResponse()Appends and returns a new empty "OperationResponse" elementManifestTypeInputDataDocumentImpl. getInputData()Gets the "InputData" elementManifestTypeManifestDocumentImpl. getManifest()Gets the "Manifest" elementManifestTypeOperationResponseDocumentImpl. getOperationResponse()Gets the "OperationResponse" elementMethods in net.opengis.ows.x11.impl with parameters of type ManifestType Modifier and Type Method Description voidInputDataDocumentImpl. setInputData(ManifestType inputData)Sets the "InputData" elementvoidManifestDocumentImpl. setManifest(ManifestType manifest)Sets the "Manifest" elementvoidOperationResponseDocumentImpl. setOperationResponse(ManifestType operationResponse)Sets the "OperationResponse" element
-