Uses of Interface
net.opengis.sensorml.x20.EventType.Configuration
-
Packages that use EventType.Configuration Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of EventType.Configuration in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return EventType.Configuration Modifier and Type Method Description EventType.ConfigurationEventType. addNewConfiguration()Appends and returns a new empty "configuration" elementEventType.ConfigurationEventType. getConfiguration()Gets the "configuration" elementstatic EventType.ConfigurationEventType.Configuration.Factory. newInstance()static EventType.ConfigurationEventType.Configuration.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type EventType.Configuration Modifier and Type Method Description voidEventType. setConfiguration(EventType.Configuration configuration)Sets the "configuration" element -
Uses of EventType.Configuration in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement EventType.Configuration Modifier and Type Class Description static classEventTypeImpl.ConfigurationImplAn XML configuration(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return EventType.Configuration Modifier and Type Method Description EventType.ConfigurationEventTypeImpl. addNewConfiguration()Appends and returns a new empty "configuration" elementEventType.ConfigurationEventTypeImpl. getConfiguration()Gets the "configuration" elementMethods in net.opengis.sensorml.x20.impl with parameters of type EventType.Configuration Modifier and Type Method Description voidEventTypeImpl. setConfiguration(EventType.Configuration configuration)Sets the "configuration" element
-