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

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

Uses of ReserveType in net.opengis.sps.x20
 

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

Methods in net.opengis.sps.x20 with parameters of type ReserveType
 void ReserveDocument.setReserve(ReserveType reserve)
          Sets the "Reserve" element
 void ReservePropertyType.setReserve(ReserveType reserve)
          Sets the "Reserve" element
 

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

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

Methods in net.opengis.sps.x20.impl that return ReserveType
 ReserveType ReserveDocumentImpl.addNewReserve()
          Appends and returns a new empty "Reserve" element
 ReserveType ReservePropertyTypeImpl.addNewReserve()
          Appends and returns a new empty "Reserve" element
 ReserveType ReserveDocumentImpl.getReserve()
          Gets the "Reserve" element
 ReserveType ReservePropertyTypeImpl.getReserve()
          Gets the "Reserve" element
 

Methods in net.opengis.sps.x20.impl with parameters of type ReserveType
 void ReserveDocumentImpl.setReserve(ReserveType reserve)
          Sets the "Reserve" element
 void ReservePropertyTypeImpl.setReserve(ReserveType reserve)
          Sets the "Reserve" element
 



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