Uses of Interface
net.opengis.sensorml.x20.OutputListType
-
Packages that use OutputListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of OutputListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return OutputListType Modifier and Type Method Description OutputListTypeAbstractProcessType.Outputs. addNewOutputList()Appends and returns a new empty "OutputList" elementOutputListTypeOutputListDocument. addNewOutputList()Appends and returns a new empty "OutputList" elementOutputListTypeOutputListPropertyType. addNewOutputList()Appends and returns a new empty "OutputList" elementOutputListTypeAbstractProcessType.Outputs. getOutputList()Gets the "OutputList" elementOutputListTypeOutputListDocument. getOutputList()Gets the "OutputList" elementOutputListTypeOutputListPropertyType. getOutputList()Gets the "OutputList" elementstatic OutputListTypeOutputListType.Factory. newInstance()static OutputListTypeOutputListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OutputListTypeOutputListType.Factory. parse(File file)static OutputListTypeOutputListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OutputListTypeOutputListType.Factory. parse(InputStream is)static OutputListTypeOutputListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OutputListTypeOutputListType.Factory. parse(Reader r)static OutputListTypeOutputListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OutputListTypeOutputListType.Factory. parse(String xmlAsString)static OutputListTypeOutputListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OutputListTypeOutputListType.Factory. parse(URL u)static OutputListTypeOutputListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OutputListTypeOutputListType.Factory. parse(XMLStreamReader sr)static OutputListTypeOutputListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OutputListTypeOutputListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OutputListTypeOutputListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OutputListTypeOutputListType.Factory. parse(Node node)static OutputListTypeOutputListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type OutputListType Modifier and Type Method Description voidAbstractProcessType.Outputs. setOutputList(OutputListType outputList)Sets the "OutputList" elementvoidOutputListDocument. setOutputList(OutputListType outputList)Sets the "OutputList" elementvoidOutputListPropertyType. setOutputList(OutputListType outputList)Sets the "OutputList" element -
Uses of OutputListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement OutputListType Modifier and Type Class Description classOutputListTypeImplAn XML OutputListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return OutputListType Modifier and Type Method Description OutputListTypeAbstractProcessTypeImpl.OutputsImpl. addNewOutputList()Appends and returns a new empty "OutputList" elementOutputListTypeOutputListDocumentImpl. addNewOutputList()Appends and returns a new empty "OutputList" elementOutputListTypeOutputListPropertyTypeImpl. addNewOutputList()Appends and returns a new empty "OutputList" elementOutputListTypeAbstractProcessTypeImpl.OutputsImpl. getOutputList()Gets the "OutputList" elementOutputListTypeOutputListDocumentImpl. getOutputList()Gets the "OutputList" elementOutputListTypeOutputListPropertyTypeImpl. getOutputList()Gets the "OutputList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type OutputListType Modifier and Type Method Description voidAbstractProcessTypeImpl.OutputsImpl. setOutputList(OutputListType outputList)Sets the "OutputList" elementvoidOutputListDocumentImpl. setOutputList(OutputListType outputList)Sets the "OutputList" elementvoidOutputListPropertyTypeImpl. setOutputList(OutputListType outputList)Sets the "OutputList" element
-