Uses of Interface
net.opengis.sensorML.x101.EventListDocument.EventList
-
Packages that use EventListDocument.EventList Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of EventListDocument.EventList in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return EventListDocument.EventList Modifier and Type Method Description EventListDocument.EventListEventListDocument. addNewEventList()Appends and returns a new empty "EventList" elementEventListDocument.EventListHistoryDocument.History. addNewEventList()Appends and returns a new empty "EventList" elementEventListDocument.EventListEventListDocument. getEventList()Gets the "EventList" elementEventListDocument.EventListHistoryDocument.History. getEventList()Gets the "EventList" elementstatic EventListDocument.EventListEventListDocument.EventList.Factory. newInstance()static EventListDocument.EventListEventListDocument.EventList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type EventListDocument.EventList Modifier and Type Method Description voidEventListDocument. setEventList(EventListDocument.EventList eventList)Sets the "EventList" elementvoidHistoryDocument.History. setEventList(EventListDocument.EventList eventList)Sets the "EventList" element -
Uses of EventListDocument.EventList in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement EventListDocument.EventList Modifier and Type Class Description static classEventListDocumentImpl.EventListImplAn XML EventList(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return EventListDocument.EventList Modifier and Type Method Description EventListDocument.EventListEventListDocumentImpl. addNewEventList()Appends and returns a new empty "EventList" elementEventListDocument.EventListHistoryDocumentImpl.HistoryImpl. addNewEventList()Appends and returns a new empty "EventList" elementEventListDocument.EventListEventListDocumentImpl. getEventList()Gets the "EventList" elementEventListDocument.EventListHistoryDocumentImpl.HistoryImpl. getEventList()Gets the "EventList" elementMethods in net.opengis.sensorML.x101.impl with parameters of type EventListDocument.EventList Modifier and Type Method Description voidEventListDocumentImpl. setEventList(EventListDocument.EventList eventList)Sets the "EventList" elementvoidHistoryDocumentImpl.HistoryImpl. setEventList(EventListDocument.EventList eventList)Sets the "EventList" element
-