Interface ConnectionListType

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

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

      • type

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

      • sizeOfConnectionArray

        int sizeOfConnectionArray()
        Returns number of "connection" element
      • insertNewConnection

        ConnectionListType.Connection insertNewConnection​(int i)
        Inserts and returns a new empty value (as xml) as the ith "connection" element
      • addNewConnection

        ConnectionListType.Connection addNewConnection()
        Appends and returns a new empty value (as xml) as the last "connection" element
      • removeConnection

        void removeConnection​(int i)
        Removes the ith "connection" element