Uses of Interface
net.opengis.sensorML.x101.OutputsDocument.Outputs.OutputList
-
Packages that use OutputsDocument.Outputs.OutputList Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of OutputsDocument.Outputs.OutputList in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return OutputsDocument.Outputs.OutputList Modifier and Type Method Description OutputsDocument.Outputs.OutputListOutputsDocument.Outputs. addNewOutputList()Appends and returns a new empty "OutputList" elementOutputsDocument.Outputs.OutputListOutputsDocument.Outputs. getOutputList()Gets the "OutputList" elementstatic OutputsDocument.Outputs.OutputListOutputsDocument.Outputs.OutputList.Factory. newInstance()static OutputsDocument.Outputs.OutputListOutputsDocument.Outputs.OutputList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type OutputsDocument.Outputs.OutputList Modifier and Type Method Description voidOutputsDocument.Outputs. setOutputList(OutputsDocument.Outputs.OutputList outputList)Sets the "OutputList" element -
Uses of OutputsDocument.Outputs.OutputList in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement OutputsDocument.Outputs.OutputList Modifier and Type Class Description static classOutputsDocumentImpl.OutputsImpl.OutputListImplAn XML OutputList(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return OutputsDocument.Outputs.OutputList Modifier and Type Method Description OutputsDocument.Outputs.OutputListOutputsDocumentImpl.OutputsImpl. addNewOutputList()Appends and returns a new empty "OutputList" elementOutputsDocument.Outputs.OutputListOutputsDocumentImpl.OutputsImpl. getOutputList()Gets the "OutputList" elementMethods in net.opengis.sensorML.x101.impl with parameters of type OutputsDocument.Outputs.OutputList Modifier and Type Method Description voidOutputsDocumentImpl.OutputsImpl. setOutputList(OutputsDocument.Outputs.OutputList outputList)Sets the "OutputList" element
-