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

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

Uses of ReservationReportType in net.opengis.sps.x20
 

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

Methods in net.opengis.sps.x20 with parameters of type ReservationReportType
 void ReservationReportPropertyType.setReservationReport(ReservationReportType reservationReport)
          Sets the "ReservationReport" element
 void ReservationReportDocument.setReservationReport(ReservationReportType reservationReport)
          Sets the "ReservationReport" element
 

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

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

Methods in net.opengis.sps.x20.impl that return ReservationReportType
 ReservationReportType ReservationReportPropertyTypeImpl.addNewReservationReport()
          Appends and returns a new empty "ReservationReport" element
 ReservationReportType ReservationReportDocumentImpl.addNewReservationReport()
          Appends and returns a new empty "ReservationReport" element
 ReservationReportType ReservationReportPropertyTypeImpl.getReservationReport()
          Gets the "ReservationReport" element
 ReservationReportType ReservationReportDocumentImpl.getReservationReport()
          Gets the "ReservationReport" element
 

Methods in net.opengis.sps.x20.impl with parameters of type ReservationReportType
 void ReservationReportPropertyTypeImpl.setReservationReport(ReservationReportType reservationReport)
          Sets the "ReservationReport" element
 void ReservationReportDocumentImpl.setReservationReport(ReservationReportType reservationReport)
          Sets the "ReservationReport" element
 



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