Package org.n52.oxf

Interface DocumentStructureType

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

    public interface DocumentStructureType
    extends org.apache.xmlbeans.XmlObject
    An XML DocumentStructureType(@http://www.n52.org/oxf). This is a complex type.
    • Field Detail

      • type

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

      • getDiagramURL

        String getDiagramURL()
        Gets the "DiagramURL" element
      • xgetDiagramURL

        org.apache.xmlbeans.XmlString xgetDiagramURL()
        Gets (as xml) the "DiagramURL" element
      • setDiagramURL

        void setDiagramURL​(String diagramURL)
        Sets the "DiagramURL" element
      • xsetDiagramURL

        void xsetDiagramURL​(org.apache.xmlbeans.XmlString diagramURL)
        Sets (as xml) the "DiagramURL" element
      • getLegendURL

        String getLegendURL()
        Gets the "LegendURL" element
      • xgetLegendURL

        org.apache.xmlbeans.XmlString xgetLegendURL()
        Gets (as xml) the "LegendURL" element
      • setLegendURL

        void setLegendURL​(String legendURL)
        Sets the "LegendURL" element
      • xsetLegendURL

        void xsetLegendURL​(org.apache.xmlbeans.XmlString legendURL)
        Sets (as xml) the "LegendURL" element
      • sizeOfTimeSeriesArray

        int sizeOfTimeSeriesArray()
        Returns number of "TimeSeries" element
      • insertNewTimeSeries

        DocumentStructureType.TimeSeries insertNewTimeSeries​(int i)
        Inserts and returns a new empty value (as xml) as the ith "TimeSeries" element
      • removeTimeSeries

        void removeTimeSeries​(int i)
        Removes the ith "TimeSeries" element