Interface ParameterListType

  • All Superinterfaces:
    AbstractSWEType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ParameterListTypeImpl

    public interface ParameterListType
    extends AbstractSWEType
    An XML ParameterListType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • sizeOfParameterArray

        int sizeOfParameterArray()
        Returns number of "parameter" element
      • insertNewParameter

        ParameterListType.Parameter insertNewParameter​(int i)
        Inserts and returns a new empty value (as xml) as the ith "parameter" element
      • addNewParameter

        ParameterListType.Parameter addNewParameter()
        Appends and returns a new empty value (as xml) as the last "parameter" element
      • removeParameter

        void removeParameter​(int i)
        Removes the ith "parameter" element