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

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

Uses of EventCodeType in net.opengis.sps.x20
 

Methods in net.opengis.sps.x20 that return EventCodeType
static EventCodeType EventCodeType.Factory.newInstance()
           
static EventCodeType EventCodeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EventCodeType EventCodeType.Factory.newValue(Object obj)
           
static EventCodeType EventCodeType.Factory.parse(File file)
           
static EventCodeType EventCodeType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EventCodeType EventCodeType.Factory.parse(InputStream is)
           
static EventCodeType EventCodeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EventCodeType EventCodeType.Factory.parse(Node node)
           
static EventCodeType EventCodeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EventCodeType EventCodeType.Factory.parse(Reader r)
           
static EventCodeType EventCodeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EventCodeType EventCodeType.Factory.parse(String xmlAsString)
           
static EventCodeType EventCodeType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EventCodeType EventCodeType.Factory.parse(URL u)
           
static EventCodeType EventCodeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EventCodeType EventCodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EventCodeType EventCodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EventCodeType EventCodeType.Factory.parse(XMLStreamReader sr)
           
static EventCodeType EventCodeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 EventCodeType StatusReportType.xgetEvent()
          Gets (as xml) the "event" element
 

Methods in net.opengis.sps.x20 with parameters of type EventCodeType
 void StatusReportType.xsetEvent(EventCodeType event)
          Sets (as xml) the "event" element
 

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

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

Methods in net.opengis.sps.x20.impl that return EventCodeType
 EventCodeType StatusReportTypeImpl.xgetEvent()
          Gets (as xml) the "event" element
 

Methods in net.opengis.sps.x20.impl with parameters of type EventCodeType
 void StatusReportTypeImpl.xsetEvent(EventCodeType event)
          Sets (as xml) the "event" element
 



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