Uses of Interface
net.opengis.sensorml.x20.ParameterListType.Parameter
-
Packages that use ParameterListType.Parameter Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ParameterListType.Parameter in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ParameterListType.Parameter Modifier and Type Method Description ParameterListType.ParameterParameterListType. addNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementParameterListType.Parameter[]ParameterListType. getParameterArray()Gets array of all "parameter" elementsParameterListType.ParameterParameterListType. getParameterArray(int i)Gets ith "parameter" elementParameterListType.ParameterParameterListType. insertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementstatic ParameterListType.ParameterParameterListType.Parameter.Factory. newInstance()static ParameterListType.ParameterParameterListType.Parameter.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ParameterListType.Parameter Modifier and Type Method Description voidParameterListType. setParameterArray(int i, ParameterListType.Parameter parameter)Sets ith "parameter" elementvoidParameterListType. setParameterArray(ParameterListType.Parameter[] parameterArray)Sets array of all "parameter" element -
Uses of ParameterListType.Parameter in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ParameterListType.Parameter Modifier and Type Class Description static classParameterListTypeImpl.ParameterImplAn XML parameter(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ParameterListType.Parameter Modifier and Type Method Description ParameterListType.ParameterParameterListTypeImpl. addNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementParameterListType.Parameter[]ParameterListTypeImpl. getParameterArray()Gets array of all "parameter" elementsParameterListType.ParameterParameterListTypeImpl. getParameterArray(int i)Gets ith "parameter" elementParameterListType.ParameterParameterListTypeImpl. insertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ParameterListType.Parameter Modifier and Type Method Description voidParameterListTypeImpl. setParameterArray(int i, ParameterListType.Parameter parameter)Sets ith "parameter" elementvoidParameterListTypeImpl. setParameterArray(ParameterListType.Parameter[] parameterArray)Sets array of all "parameter" element
-