Interface OutputListType

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

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

      • type

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

      • sizeOfOutputArray

        int sizeOfOutputArray()
        Returns number of "output" element
      • setOutputArray

        void setOutputArray​(OutputListType.Output[] outputArray)
        Sets array of all "output" element
      • setOutputArray

        void setOutputArray​(int i,
                            OutputListType.Output output)
        Sets ith "output" element
      • insertNewOutput

        OutputListType.Output insertNewOutput​(int i)
        Inserts and returns a new empty value (as xml) as the ith "output" element
      • addNewOutput

        OutputListType.Output addNewOutput()
        Appends and returns a new empty value (as xml) as the last "output" element
      • removeOutput

        void removeOutput​(int i)
        Removes the ith "output" element