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

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

Uses of UpdateType in net.opengis.sps.x20
 

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

Methods in net.opengis.sps.x20 with parameters of type UpdateType
 void UpdateDocument.setUpdate(UpdateType update)
          Sets the "Update" element
 void UpdatePropertyType.setUpdate(UpdateType update)
          Sets the "Update" element
 

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

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

Methods in net.opengis.sps.x20.impl that return UpdateType
 UpdateType UpdateDocumentImpl.addNewUpdate()
          Appends and returns a new empty "Update" element
 UpdateType UpdatePropertyTypeImpl.addNewUpdate()
          Appends and returns a new empty "Update" element
 UpdateType UpdateDocumentImpl.getUpdate()
          Gets the "Update" element
 UpdateType UpdatePropertyTypeImpl.getUpdate()
          Gets the "Update" element
 

Methods in net.opengis.sps.x20.impl with parameters of type UpdateType
 void UpdateDocumentImpl.setUpdate(UpdateType update)
          Sets the "Update" element
 void UpdatePropertyTypeImpl.setUpdate(UpdateType update)
          Sets the "Update" element
 



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