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