Uses of Interface
net.opengis.sensorml.x20.AbstractProcessType.Outputs
-
Packages that use AbstractProcessType.Outputs Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of AbstractProcessType.Outputs in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return AbstractProcessType.Outputs Modifier and Type Method Description AbstractProcessType.OutputsAbstractProcessType. addNewOutputs()Appends and returns a new empty "outputs" elementAbstractProcessType.OutputsAbstractProcessType. getOutputs()Gets the "outputs" elementstatic AbstractProcessType.OutputsAbstractProcessType.Outputs.Factory. newInstance()static AbstractProcessType.OutputsAbstractProcessType.Outputs.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type AbstractProcessType.Outputs Modifier and Type Method Description voidAbstractProcessType. setOutputs(AbstractProcessType.Outputs outputs)Sets the "outputs" element -
Uses of AbstractProcessType.Outputs in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement AbstractProcessType.Outputs Modifier and Type Class Description static classAbstractProcessTypeImpl.OutputsImplAn XML outputs(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return AbstractProcessType.Outputs Modifier and Type Method Description AbstractProcessType.OutputsAbstractProcessTypeImpl. addNewOutputs()Appends and returns a new empty "outputs" elementAbstractProcessType.OutputsAbstractProcessTypeImpl. getOutputs()Gets the "outputs" elementMethods in net.opengis.sensorml.x20.impl with parameters of type AbstractProcessType.Outputs Modifier and Type Method Description voidAbstractProcessTypeImpl. setOutputs(AbstractProcessType.Outputs outputs)Sets the "outputs" element
-