Uses of Interface
net.opengis.sensorml.x20.EventListType
-
Packages that use EventListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of EventListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return EventListType Modifier and Type Method Description EventListTypeEventListDocument. addNewEventList()Appends and returns a new empty "EventList" elementEventListTypeEventListPropertyType. addNewEventList()Appends and returns a new empty "EventList" elementEventListTypeEventListDocument. getEventList()Gets the "EventList" elementEventListTypeEventListPropertyType. getEventList()Gets the "EventList" elementstatic EventListTypeEventListType.Factory. newInstance()static EventListTypeEventListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EventListTypeEventListType.Factory. parse(File file)static EventListTypeEventListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EventListTypeEventListType.Factory. parse(InputStream is)static EventListTypeEventListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EventListTypeEventListType.Factory. parse(Reader r)static EventListTypeEventListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EventListTypeEventListType.Factory. parse(String xmlAsString)static EventListTypeEventListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EventListTypeEventListType.Factory. parse(URL u)static EventListTypeEventListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EventListTypeEventListType.Factory. parse(XMLStreamReader sr)static EventListTypeEventListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EventListTypeEventListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EventListTypeEventListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EventListTypeEventListType.Factory. parse(Node node)static EventListTypeEventListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type EventListType Modifier and Type Method Description voidEventListDocument. setEventList(EventListType eventList)Sets the "EventList" elementvoidEventListPropertyType. setEventList(EventListType eventList)Sets the "EventList" element -
Uses of EventListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement EventListType Modifier and Type Class Description classEventListTypeImplAn XML EventListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return EventListType Modifier and Type Method Description EventListTypeEventListDocumentImpl. addNewEventList()Appends and returns a new empty "EventList" elementEventListTypeEventListPropertyTypeImpl. addNewEventList()Appends and returns a new empty "EventList" elementEventListTypeEventListDocumentImpl. getEventList()Gets the "EventList" elementEventListTypeEventListPropertyTypeImpl. getEventList()Gets the "EventList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type EventListType Modifier and Type Method Description voidEventListDocumentImpl. setEventList(EventListType eventList)Sets the "EventList" elementvoidEventListPropertyTypeImpl. setEventList(EventListType eventList)Sets the "EventList" element
-