Uses of Interface
net.opengis.sensorml.x20.EventType
-
Packages that use EventType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of EventType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return EventType Modifier and Type Method Description EventTypeEventDocument. addNewEvent()Appends and returns a new empty "Event" elementEventTypeEventPropertyType. addNewEvent()Appends and returns a new empty "Event" elementEventTypeEventDocument. getEvent()Gets the "Event" elementEventTypeEventPropertyType. getEvent()Gets the "Event" elementstatic EventTypeEventType.Factory. newInstance()static EventTypeEventType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(File file)static EventTypeEventType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(InputStream is)static EventTypeEventType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(Reader r)static EventTypeEventType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(String xmlAsString)static EventTypeEventType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(URL u)static EventTypeEventType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(XMLStreamReader sr)static EventTypeEventType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EventTypeEventType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EventTypeEventType.Factory. parse(Node node)static EventTypeEventType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type EventType Modifier and Type Method Description voidEventDocument. setEvent(EventType event)Sets the "Event" elementvoidEventPropertyType. setEvent(EventType event)Sets the "Event" element -
Uses of EventType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement EventType Modifier and Type Class Description classEventTypeImplAn XML EventType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return EventType Modifier and Type Method Description EventTypeEventDocumentImpl. addNewEvent()Appends and returns a new empty "Event" elementEventTypeEventPropertyTypeImpl. addNewEvent()Appends and returns a new empty "Event" elementEventTypeEventDocumentImpl. getEvent()Gets the "Event" elementEventTypeEventPropertyTypeImpl. getEvent()Gets the "Event" elementMethods in net.opengis.sensorml.x20.impl with parameters of type EventType Modifier and Type Method Description voidEventDocumentImpl. setEvent(EventType event)Sets the "Event" elementvoidEventPropertyTypeImpl. setEvent(EventType event)Sets the "Event" element
-