Interface InputListType

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

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

      • type

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

      • sizeOfInputArray

        int sizeOfInputArray()
        Returns number of "input" element
      • setInputArray

        void setInputArray​(InputListType.Input[] inputArray)
        Sets array of all "input" element
      • setInputArray

        void setInputArray​(int i,
                           InputListType.Input input)
        Sets ith "input" element
      • insertNewInput

        InputListType.Input insertNewInput​(int i)
        Inserts and returns a new empty value (as xml) as the ith "input" element
      • addNewInput

        InputListType.Input addNewInput()
        Appends and returns a new empty value (as xml) as the last "input" element
      • removeInput

        void removeInput​(int i)
        Removes the ith "input" element