Interface PositionsDocument.Positions.PositionList

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    PositionsDocumentImpl.PositionsImpl.PositionListImpl
    Enclosing interface:
    PositionsDocument.Positions

    public static interface PositionsDocument.Positions.PositionList
    extends org.apache.xmlbeans.XmlObject
    An XML PositionList(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
    • Field Detail

      • type

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

      • sizeOfPositionArray

        int sizeOfPositionArray()
        Returns number of "position" element
      • setPositionArray

        void setPositionArray​(PositionDocument.Position[] positionArray)
        Sets array of all "position" element
      • insertNewPosition

        PositionDocument.Position insertNewPosition​(int i)
        Inserts and returns a new empty value (as xml) as the ith "position" element
      • addNewPosition

        PositionDocument.Position addNewPosition()
        Appends and returns a new empty value (as xml) as the last "position" element
      • removePosition

        void removePosition​(int i)
        Removes the ith "position" element
      • isSetTimePosition

        boolean isSetTimePosition()
        True if has "timePosition" element
      • unsetTimePosition

        void unsetTimePosition()
        Unsets the "timePosition" element
      • getId

        String getId()
        Gets the "id" attribute
      • xgetId

        org.apache.xmlbeans.XmlID xgetId()
        Gets (as xml) the "id" attribute
      • isSetId

        boolean isSetId()
        True if has "id" attribute
      • setId

        void setId​(String id)
        Sets the "id" attribute
      • xsetId

        void xsetId​(org.apache.xmlbeans.XmlID id)
        Sets (as xml) the "id" attribute
      • unsetId

        void unsetId()
        Unsets the "id" attribute