Package org.n52.oxf

Interface DocumentStructureType.TimeSeries

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    DocumentStructureTypeImpl.TimeSeriesImpl
    Enclosing interface:
    DocumentStructureType

    public static interface DocumentStructureType.TimeSeries
    extends org.apache.xmlbeans.XmlObject
    An XML TimeSeries(@http://www.n52.org/oxf). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  DocumentStructureType.TimeSeries.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MetadataType addNewMetadata()
      Appends and returns a new empty "Metadata" element
      TableType addNewTable()
      Appends and returns a new empty "Table" element
      String getFeatureOfInterestID()
      Gets the "featureOfInterestID" attribute
      MetadataType getMetadata()
      Gets the "Metadata" element
      String getPhenomenID()
      Gets the "phenomenID" attribute
      String getProcedureID()
      Gets the "procedureID" attribute
      TableType getTable()
      Gets the "Table" element
      void setFeatureOfInterestID​(String featureOfInterestID)
      Sets the "featureOfInterestID" attribute
      void setMetadata​(MetadataType metadata)
      Sets the "Metadata" element
      void setPhenomenID​(String phenomenID)
      Sets the "phenomenID" attribute
      void setProcedureID​(String procedureID)
      Sets the "procedureID" attribute
      void setTable​(TableType table)
      Sets the "Table" element
      org.apache.xmlbeans.XmlString xgetFeatureOfInterestID()
      Gets (as xml) the "featureOfInterestID" attribute
      org.apache.xmlbeans.XmlString xgetPhenomenID()
      Gets (as xml) the "phenomenID" attribute
      org.apache.xmlbeans.XmlString xgetProcedureID()
      Gets (as xml) the "procedureID" attribute
      void xsetFeatureOfInterestID​(org.apache.xmlbeans.XmlString featureOfInterestID)
      Sets (as xml) the "featureOfInterestID" attribute
      void xsetPhenomenID​(org.apache.xmlbeans.XmlString phenomenID)
      Sets (as xml) the "phenomenID" attribute
      void xsetProcedureID​(org.apache.xmlbeans.XmlString procedureID)
      Sets (as xml) the "procedureID" attribute
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getMetadata

        MetadataType getMetadata()
        Gets the "Metadata" element
      • setMetadata

        void setMetadata​(MetadataType metadata)
        Sets the "Metadata" element
      • addNewMetadata

        MetadataType addNewMetadata()
        Appends and returns a new empty "Metadata" element
      • getTable

        TableType getTable()
        Gets the "Table" element
      • setTable

        void setTable​(TableType table)
        Sets the "Table" element
      • addNewTable

        TableType addNewTable()
        Appends and returns a new empty "Table" element
      • getPhenomenID

        String getPhenomenID()
        Gets the "phenomenID" attribute
      • xgetPhenomenID

        org.apache.xmlbeans.XmlString xgetPhenomenID()
        Gets (as xml) the "phenomenID" attribute
      • setPhenomenID

        void setPhenomenID​(String phenomenID)
        Sets the "phenomenID" attribute
      • xsetPhenomenID

        void xsetPhenomenID​(org.apache.xmlbeans.XmlString phenomenID)
        Sets (as xml) the "phenomenID" attribute
      • getProcedureID

        String getProcedureID()
        Gets the "procedureID" attribute
      • xgetProcedureID

        org.apache.xmlbeans.XmlString xgetProcedureID()
        Gets (as xml) the "procedureID" attribute
      • setProcedureID

        void setProcedureID​(String procedureID)
        Sets the "procedureID" attribute
      • xsetProcedureID

        void xsetProcedureID​(org.apache.xmlbeans.XmlString procedureID)
        Sets (as xml) the "procedureID" attribute
      • getFeatureOfInterestID

        String getFeatureOfInterestID()
        Gets the "featureOfInterestID" attribute
      • xgetFeatureOfInterestID

        org.apache.xmlbeans.XmlString xgetFeatureOfInterestID()
        Gets (as xml) the "featureOfInterestID" attribute
      • setFeatureOfInterestID

        void setFeatureOfInterestID​(String featureOfInterestID)
        Sets the "featureOfInterestID" attribute
      • xsetFeatureOfInterestID

        void xsetFeatureOfInterestID​(org.apache.xmlbeans.XmlString featureOfInterestID)
        Sets (as xml) the "featureOfInterestID" attribute