Uses of Interface
net.opengis.sps.x20.SubmitType

Packages that use SubmitType
net.opengis.sps.x20   
net.opengis.sps.x20.impl   
 

Uses of SubmitType in net.opengis.sps.x20
 

Methods in net.opengis.sps.x20 that return SubmitType
 SubmitType SubmitDocument.addNewSubmit()
          Appends and returns a new empty "Submit" element
 SubmitType SubmitPropertyType.addNewSubmit()
          Appends and returns a new empty "Submit" element
 SubmitType SubmitDocument.getSubmit()
          Gets the "Submit" element
 SubmitType SubmitPropertyType.getSubmit()
          Gets the "Submit" element
static SubmitType SubmitType.Factory.newInstance()
           
static SubmitType SubmitType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SubmitType SubmitType.Factory.parse(File file)
           
static SubmitType SubmitType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SubmitType SubmitType.Factory.parse(InputStream is)
           
static SubmitType SubmitType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SubmitType SubmitType.Factory.parse(Node node)
           
static SubmitType SubmitType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SubmitType SubmitType.Factory.parse(Reader r)
           
static SubmitType SubmitType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SubmitType SubmitType.Factory.parse(String xmlAsString)
           
static SubmitType SubmitType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SubmitType SubmitType.Factory.parse(URL u)
           
static SubmitType SubmitType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SubmitType SubmitType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SubmitType SubmitType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SubmitType SubmitType.Factory.parse(XMLStreamReader sr)
           
static SubmitType SubmitType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sps.x20 with parameters of type SubmitType
 void SubmitDocument.setSubmit(SubmitType submit)
          Sets the "Submit" element
 void SubmitPropertyType.setSubmit(SubmitType submit)
          Sets the "Submit" element
 

Uses of SubmitType in net.opengis.sps.x20.impl
 

Classes in net.opengis.sps.x20.impl that implement SubmitType
 class SubmitTypeImpl
          An XML SubmitType(@http://www.opengis.net/sps/2.0).
 

Methods in net.opengis.sps.x20.impl that return SubmitType
 SubmitType SubmitDocumentImpl.addNewSubmit()
          Appends and returns a new empty "Submit" element
 SubmitType SubmitPropertyTypeImpl.addNewSubmit()
          Appends and returns a new empty "Submit" element
 SubmitType SubmitDocumentImpl.getSubmit()
          Gets the "Submit" element
 SubmitType SubmitPropertyTypeImpl.getSubmit()
          Gets the "Submit" element
 

Methods in net.opengis.sps.x20.impl with parameters of type SubmitType
 void SubmitDocumentImpl.setSubmit(SubmitType submit)
          Sets the "Submit" element
 void SubmitPropertyTypeImpl.setSubmit(SubmitType submit)
          Sets the "Submit" element
 



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