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

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

Uses of ConfirmType in net.opengis.sps.x20
 

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

Methods in net.opengis.sps.x20 with parameters of type ConfirmType
 void ConfirmPropertyType.setConfirm(ConfirmType confirm)
          Sets the "Confirm" element
 void ConfirmDocument.setConfirm(ConfirmType confirm)
          Sets the "Confirm" element
 

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

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

Methods in net.opengis.sps.x20.impl that return ConfirmType
 ConfirmType ConfirmPropertyTypeImpl.addNewConfirm()
          Appends and returns a new empty "Confirm" element
 ConfirmType ConfirmDocumentImpl.addNewConfirm()
          Appends and returns a new empty "Confirm" element
 ConfirmType ConfirmPropertyTypeImpl.getConfirm()
          Gets the "Confirm" element
 ConfirmType ConfirmDocumentImpl.getConfirm()
          Gets the "Confirm" element
 

Methods in net.opengis.sps.x20.impl with parameters of type ConfirmType
 void ConfirmPropertyTypeImpl.setConfirm(ConfirmType confirm)
          Sets the "Confirm" element
 void ConfirmDocumentImpl.setConfirm(ConfirmType confirm)
          Sets the "Confirm" element
 



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