Interface DocumentDocument.Document

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    DocumentDocumentImpl.DocumentImpl
    Enclosing interface:
    DocumentDocument

    public static interface DocumentDocument.Document
    extends org.apache.xmlbeans.XmlObject
    An XML Document(@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

      • getDescription

        StringOrRefType getDescription()
        Gets the "description" element
      • setDescription

        void setDescription​(StringOrRefType description)
        Sets the "description" element
      • addNewDescription

        StringOrRefType addNewDescription()
        Appends and returns a new empty "description" element
      • getDate

        Object getDate()
        Gets the "date" element
      • xgetDate

        TimeIso8601 xgetDate()
        Gets (as xml) the "date" element
      • isSetDate

        boolean isSetDate()
        True if has "date" element
      • setDate

        void setDate​(Object date)
        Sets the "date" element
      • xsetDate

        void xsetDate​(TimeIso8601 date)
        Sets (as xml) the "date" element
      • unsetDate

        void unsetDate()
        Unsets the "date" element
      • isSetContact

        boolean isSetContact()
        True if has "contact" element
      • unsetContact

        void unsetContact()
        Unsets the "contact" element
      • getFormat

        String getFormat()
        Gets the "format" element
      • xgetFormat

        org.apache.xmlbeans.XmlToken xgetFormat()
        Gets (as xml) the "format" element
      • isSetFormat

        boolean isSetFormat()
        True if has "format" element
      • setFormat

        void setFormat​(String format)
        Sets the "format" element
      • xsetFormat

        void xsetFormat​(org.apache.xmlbeans.XmlToken format)
        Sets (as xml) the "format" element
      • unsetFormat

        void unsetFormat()
        Unsets the "format" element
      • sizeOfOnlineResourceArray

        int sizeOfOnlineResourceArray()
        Returns number of "onlineResource" element
      • removeOnlineResource

        void removeOnlineResource​(int i)
        Removes the ith "onlineResource" 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
      • getVersion

        String getVersion()
        Gets the "version" attribute
      • xgetVersion

        org.apache.xmlbeans.XmlToken xgetVersion()
        Gets (as xml) the "version" attribute
      • isSetVersion

        boolean isSetVersion()
        True if has "version" attribute
      • setVersion

        void setVersion​(String version)
        Sets the "version" attribute
      • xsetVersion

        void xsetVersion​(org.apache.xmlbeans.XmlToken version)
        Sets (as xml) the "version" attribute
      • unsetVersion

        void unsetVersion()
        Unsets the "version" attribute