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

Packages that use ManifestType
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
 ManifestType InputDataDocument.addNewInputData()
          Appends and returns a new empty "InputData" element
 ManifestType ManifestDocument.addNewManifest()
          Appends and returns a new empty "Manifest" element
 ManifestType OperationResponseDocument.addNewOperationResponse()
          Appends and returns a new empty "OperationResponse" element
 ManifestType InputDataDocument.getInputData()
          Gets the "InputData" element
 ManifestType ManifestDocument.getManifest()
          Gets the "Manifest" element
 ManifestType OperationResponseDocument.getOperationResponse()
          Gets the "OperationResponse" element
static ManifestType ManifestType.Factory.newInstance()
           
static ManifestType ManifestType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ManifestType ManifestType.Factory.parse(File file)
           
static ManifestType ManifestType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ManifestType ManifestType.Factory.parse(InputStream is)
           
static ManifestType ManifestType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ManifestType ManifestType.Factory.parse(Node node)
           
static ManifestType ManifestType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ManifestType ManifestType.Factory.parse(Reader r)
           
static ManifestType ManifestType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ManifestType ManifestType.Factory.parse(String xmlAsString)
           
static ManifestType ManifestType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ManifestType ManifestType.Factory.parse(URL u)
           
static ManifestType ManifestType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ManifestType ManifestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ManifestType ManifestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ManifestType ManifestType.Factory.parse(XMLStreamReader sr)
           
static ManifestType ManifestType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type ManifestType
 void InputDataDocument.setInputData(ManifestType inputData)
          Sets the "InputData" element
 void ManifestDocument.setManifest(ManifestType manifest)
          Sets the "Manifest" element
 void OperationResponseDocument.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
 class ManifestTypeImpl
          An XML ManifestType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return ManifestType
 ManifestType InputDataDocumentImpl.addNewInputData()
          Appends and returns a new empty "InputData" element
 ManifestType ManifestDocumentImpl.addNewManifest()
          Appends and returns a new empty "Manifest" element
 ManifestType OperationResponseDocumentImpl.addNewOperationResponse()
          Appends and returns a new empty "OperationResponse" element
 ManifestType InputDataDocumentImpl.getInputData()
          Gets the "InputData" element
 ManifestType ManifestDocumentImpl.getManifest()
          Gets the "Manifest" element
 ManifestType OperationResponseDocumentImpl.getOperationResponse()
          Gets the "OperationResponse" element
 

Methods in net.opengis.ows.x11.impl with parameters of type ManifestType
 void InputDataDocumentImpl.setInputData(ManifestType inputData)
          Sets the "InputData" element
 void ManifestDocumentImpl.setManifest(ManifestType manifest)
          Sets the "Manifest" element
 void OperationResponseDocumentImpl.setOperationResponse(ManifestType operationResponse)
          Sets the "OperationResponse" element
 



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