Interface ComponentListType

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

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

      • type

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

      • sizeOfComponentArray

        int sizeOfComponentArray()
        Returns number of "component" element
      • insertNewComponent

        ComponentListType.Component insertNewComponent​(int i)
        Inserts and returns a new empty value (as xml) as the ith "component" element
      • addNewComponent

        ComponentListType.Component addNewComponent()
        Appends and returns a new empty value (as xml) as the last "component" element
      • removeComponent

        void removeComponent​(int i)
        Removes the ith "component" element