Uses of Interface
net.opengis.sensorml.x20.ParameterListType
-
Packages that use ParameterListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ParameterListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ParameterListType Modifier and Type Method Description ParameterListTypeAbstractProcessType.Parameters. addNewParameterList()Appends and returns a new empty "ParameterList" elementParameterListTypeParameterListDocument. addNewParameterList()Appends and returns a new empty "ParameterList" elementParameterListTypeParameterListPropertyType. addNewParameterList()Appends and returns a new empty "ParameterList" elementParameterListTypeAbstractProcessType.Parameters. getParameterList()Gets the "ParameterList" elementParameterListTypeParameterListDocument. getParameterList()Gets the "ParameterList" elementParameterListTypeParameterListPropertyType. getParameterList()Gets the "ParameterList" elementstatic ParameterListTypeParameterListType.Factory. newInstance()static ParameterListTypeParameterListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ParameterListTypeParameterListType.Factory. parse(File file)static ParameterListTypeParameterListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ParameterListTypeParameterListType.Factory. parse(InputStream is)static ParameterListTypeParameterListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ParameterListTypeParameterListType.Factory. parse(Reader r)static ParameterListTypeParameterListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ParameterListTypeParameterListType.Factory. parse(String xmlAsString)static ParameterListTypeParameterListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ParameterListTypeParameterListType.Factory. parse(URL u)static ParameterListTypeParameterListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ParameterListTypeParameterListType.Factory. parse(XMLStreamReader sr)static ParameterListTypeParameterListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ParameterListTypeParameterListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ParameterListTypeParameterListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ParameterListTypeParameterListType.Factory. parse(Node node)static ParameterListTypeParameterListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ParameterListType Modifier and Type Method Description voidAbstractProcessType.Parameters. setParameterList(ParameterListType parameterList)Sets the "ParameterList" elementvoidParameterListDocument. setParameterList(ParameterListType parameterList)Sets the "ParameterList" elementvoidParameterListPropertyType. setParameterList(ParameterListType parameterList)Sets the "ParameterList" element -
Uses of ParameterListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ParameterListType Modifier and Type Class Description classParameterListTypeImplAn XML ParameterListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ParameterListType Modifier and Type Method Description ParameterListTypeAbstractProcessTypeImpl.ParametersImpl. addNewParameterList()Appends and returns a new empty "ParameterList" elementParameterListTypeParameterListDocumentImpl. addNewParameterList()Appends and returns a new empty "ParameterList" elementParameterListTypeParameterListPropertyTypeImpl. addNewParameterList()Appends and returns a new empty "ParameterList" elementParameterListTypeAbstractProcessTypeImpl.ParametersImpl. getParameterList()Gets the "ParameterList" elementParameterListTypeParameterListDocumentImpl. getParameterList()Gets the "ParameterList" elementParameterListTypeParameterListPropertyTypeImpl. getParameterList()Gets the "ParameterList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ParameterListType Modifier and Type Method Description voidAbstractProcessTypeImpl.ParametersImpl. setParameterList(ParameterListType parameterList)Sets the "ParameterList" elementvoidParameterListDocumentImpl. setParameterList(ParameterListType parameterList)Sets the "ParameterList" elementvoidParameterListPropertyTypeImpl. setParameterList(ParameterListType parameterList)Sets the "ParameterList" element
-