Uses of Interface
net.opengis.sensorml.x20.InputListType
-
Packages that use InputListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of InputListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return InputListType Modifier and Type Method Description InputListTypeAbstractProcessType.Inputs. addNewInputList()Appends and returns a new empty "InputList" elementInputListTypeInputListDocument. addNewInputList()Appends and returns a new empty "InputList" elementInputListTypeInputListPropertyType. addNewInputList()Appends and returns a new empty "InputList" elementInputListTypeAbstractProcessType.Inputs. getInputList()Gets the "InputList" elementInputListTypeInputListDocument. getInputList()Gets the "InputList" elementInputListTypeInputListPropertyType. getInputList()Gets the "InputList" elementstatic InputListTypeInputListType.Factory. newInstance()static InputListTypeInputListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static InputListTypeInputListType.Factory. parse(File file)static InputListTypeInputListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static InputListTypeInputListType.Factory. parse(InputStream is)static InputListTypeInputListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static InputListTypeInputListType.Factory. parse(Reader r)static InputListTypeInputListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static InputListTypeInputListType.Factory. parse(String xmlAsString)static InputListTypeInputListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static InputListTypeInputListType.Factory. parse(URL u)static InputListTypeInputListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static InputListTypeInputListType.Factory. parse(XMLStreamReader sr)static InputListTypeInputListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static InputListTypeInputListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic InputListTypeInputListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic InputListTypeInputListType.Factory. parse(Node node)static InputListTypeInputListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type InputListType Modifier and Type Method Description voidAbstractProcessType.Inputs. setInputList(InputListType inputList)Sets the "InputList" elementvoidInputListDocument. setInputList(InputListType inputList)Sets the "InputList" elementvoidInputListPropertyType. setInputList(InputListType inputList)Sets the "InputList" element -
Uses of InputListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement InputListType Modifier and Type Class Description classInputListTypeImplAn XML InputListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return InputListType Modifier and Type Method Description InputListTypeAbstractProcessTypeImpl.InputsImpl. addNewInputList()Appends and returns a new empty "InputList" elementInputListTypeInputListDocumentImpl. addNewInputList()Appends and returns a new empty "InputList" elementInputListTypeInputListPropertyTypeImpl. addNewInputList()Appends and returns a new empty "InputList" elementInputListTypeAbstractProcessTypeImpl.InputsImpl. getInputList()Gets the "InputList" elementInputListTypeInputListDocumentImpl. getInputList()Gets the "InputList" elementInputListTypeInputListPropertyTypeImpl. getInputList()Gets the "InputList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type InputListType Modifier and Type Method Description voidAbstractProcessTypeImpl.InputsImpl. setInputList(InputListType inputList)Sets the "InputList" elementvoidInputListDocumentImpl. setInputList(InputListType inputList)Sets the "InputList" elementvoidInputListPropertyTypeImpl. setInputList(InputListType inputList)Sets the "InputList" element
-