Uses of Interface
net.opengis.sensorML.x101.AbstractListType
-
Packages that use AbstractListType Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of AbstractListType in net.opengis.sensorML.x101
Subinterfaces of AbstractListType in net.opengis.sensorML.x101 Modifier and Type Interface Description static interfaceComponentArrayType.Parameters.ParameterListAn XML ParameterList(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101 that return AbstractListType Modifier and Type Method Description AbstractListTypeConnectionsPropertyType. addNewConnectionList()Appends and returns a new empty "ConnectionList" elementAbstractListTypeDataSourcesPropertyType. addNewDataSourceList()Appends and returns a new empty "DataSourceList" elementAbstractListTypeInputsPropertyType. addNewInputList()Appends and returns a new empty "InputList" elementAbstractListTypeOutputsPropertyType. addNewOutputList()Appends and returns a new empty "OutputList" elementAbstractListTypeParametersPropertyType. addNewParameterList()Appends and returns a new empty "ParameterList" elementAbstractListTypeComponentsPropertyType. addNewProcessList()Appends and returns a new empty "ProcessList" elementAbstractListTypeConnectionsPropertyType. getConnectionList()Gets the "ConnectionList" elementAbstractListTypeDataSourcesPropertyType. getDataSourceList()Gets the "DataSourceList" elementAbstractListTypeInputsPropertyType. getInputList()Gets the "InputList" elementAbstractListTypeOutputsPropertyType. getOutputList()Gets the "OutputList" elementAbstractListTypeParametersPropertyType. getParameterList()Gets the "ParameterList" elementAbstractListTypeComponentsPropertyType. getProcessList()Gets the "ProcessList" elementstatic AbstractListTypeAbstractListType.Factory. newInstance()static AbstractListTypeAbstractListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractListTypeAbstractListType.Factory. parse(File file)static AbstractListTypeAbstractListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractListTypeAbstractListType.Factory. parse(InputStream is)static AbstractListTypeAbstractListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractListTypeAbstractListType.Factory. parse(Reader r)static AbstractListTypeAbstractListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractListTypeAbstractListType.Factory. parse(String xmlAsString)static AbstractListTypeAbstractListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractListTypeAbstractListType.Factory. parse(URL u)static AbstractListTypeAbstractListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractListTypeAbstractListType.Factory. parse(XMLStreamReader sr)static AbstractListTypeAbstractListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractListTypeAbstractListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractListTypeAbstractListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractListTypeAbstractListType.Factory. parse(Node node)static AbstractListTypeAbstractListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type AbstractListType Modifier and Type Method Description voidConnectionsPropertyType. setConnectionList(AbstractListType connectionList)Sets the "ConnectionList" elementvoidDataSourcesPropertyType. setDataSourceList(AbstractListType dataSourceList)Sets the "DataSourceList" elementvoidInputsPropertyType. setInputList(AbstractListType inputList)Sets the "InputList" elementvoidOutputsPropertyType. setOutputList(AbstractListType outputList)Sets the "OutputList" elementvoidParametersPropertyType. setParameterList(AbstractListType parameterList)Sets the "ParameterList" elementvoidComponentsPropertyType. setProcessList(AbstractListType processList)Sets the "ProcessList" element -
Uses of AbstractListType in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement AbstractListType Modifier and Type Class Description classAbstractListTypeImplAn XML AbstractListType(@http://www.opengis.net/sensorML/1.0.1).static classComponentArrayTypeImpl.ParametersImpl.ParameterListImplAn XML ParameterList(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return AbstractListType Modifier and Type Method Description AbstractListTypeConnectionsPropertyTypeImpl. addNewConnectionList()Appends and returns a new empty "ConnectionList" elementAbstractListTypeDataSourcesPropertyTypeImpl. addNewDataSourceList()Appends and returns a new empty "DataSourceList" elementAbstractListTypeInputsPropertyTypeImpl. addNewInputList()Appends and returns a new empty "InputList" elementAbstractListTypeOutputsPropertyTypeImpl. addNewOutputList()Appends and returns a new empty "OutputList" elementAbstractListTypeParametersPropertyTypeImpl. addNewParameterList()Appends and returns a new empty "ParameterList" elementAbstractListTypeComponentsPropertyTypeImpl. addNewProcessList()Appends and returns a new empty "ProcessList" elementAbstractListTypeConnectionsPropertyTypeImpl. getConnectionList()Gets the "ConnectionList" elementAbstractListTypeDataSourcesPropertyTypeImpl. getDataSourceList()Gets the "DataSourceList" elementAbstractListTypeInputsPropertyTypeImpl. getInputList()Gets the "InputList" elementAbstractListTypeOutputsPropertyTypeImpl. getOutputList()Gets the "OutputList" elementAbstractListTypeParametersPropertyTypeImpl. getParameterList()Gets the "ParameterList" elementAbstractListTypeComponentsPropertyTypeImpl. getProcessList()Gets the "ProcessList" elementMethods in net.opengis.sensorML.x101.impl with parameters of type AbstractListType Modifier and Type Method Description voidConnectionsPropertyTypeImpl. setConnectionList(AbstractListType connectionList)Sets the "ConnectionList" elementvoidDataSourcesPropertyTypeImpl. setDataSourceList(AbstractListType dataSourceList)Sets the "DataSourceList" elementvoidInputsPropertyTypeImpl. setInputList(AbstractListType inputList)Sets the "InputList" elementvoidOutputsPropertyTypeImpl. setOutputList(AbstractListType outputList)Sets the "OutputList" elementvoidParametersPropertyTypeImpl. setParameterList(AbstractListType parameterList)Sets the "ParameterList" elementvoidComponentsPropertyTypeImpl. setProcessList(AbstractListType processList)Sets the "ProcessList" element
-