Interface EventDocument.Event

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    EventDocumentImpl.EventImpl
    Enclosing interface:
    EventDocument

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

      • 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
      • getDescription

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

        boolean isSetDescription()
        True if has "description" element
      • setDescription

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

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

        void unsetDescription()
        Unsets the "description" element
      • sizeOfKeywordsArray

        int sizeOfKeywordsArray()
        Returns number of "keywords" element
      • setKeywordsArray

        void setKeywordsArray​(KeywordsDocument.Keywords[] keywordsArray)
        Sets array of all "keywords" element
      • insertNewKeywords

        KeywordsDocument.Keywords insertNewKeywords​(int i)
        Inserts and returns a new empty value (as xml) as the ith "keywords" element
      • addNewKeywords

        KeywordsDocument.Keywords addNewKeywords()
        Appends and returns a new empty value (as xml) as the last "keywords" element
      • removeKeywords

        void removeKeywords​(int i)
        Removes the ith "keywords" element
      • sizeOfIdentificationArray

        int sizeOfIdentificationArray()
        Returns number of "identification" element
      • removeIdentification

        void removeIdentification​(int i)
        Removes the ith "identification" element
      • sizeOfClassificationArray

        int sizeOfClassificationArray()
        Returns number of "classification" element
      • removeClassification

        void removeClassification​(int i)
        Removes the ith "classification" element
      • sizeOfContactArray

        int sizeOfContactArray()
        Returns number of "contact" element
      • setContactArray

        void setContactArray​(ContactDocument.Contact[] contactArray)
        Sets array of all "contact" element
      • insertNewContact

        ContactDocument.Contact insertNewContact​(int i)
        Inserts and returns a new empty value (as xml) as the ith "contact" element
      • addNewContact

        ContactDocument.Contact addNewContact()
        Appends and returns a new empty value (as xml) as the last "contact" element
      • removeContact

        void removeContact​(int i)
        Removes the ith "contact" element
      • sizeOfDocumentationArray

        int sizeOfDocumentationArray()
        Returns number of "documentation" element
      • insertNewDocumentation

        DocumentationDocument.Documentation insertNewDocumentation​(int i)
        Inserts and returns a new empty value (as xml) as the ith "documentation" element
      • removeDocumentation

        void removeDocumentation​(int i)
        Removes the ith "documentation" element
      • sizeOfPropertyArray

        int sizeOfPropertyArray()
        Returns number of "property" element
      • setPropertyArray

        void setPropertyArray​(DataComponentPropertyType[] propertyArray)
        Sets array of all "property" element
      • insertNewProperty

        DataComponentPropertyType insertNewProperty​(int i)
        Inserts and returns a new empty value (as xml) as the ith "property" element
      • addNewProperty

        DataComponentPropertyType addNewProperty()
        Appends and returns a new empty value (as xml) as the last "property" element
      • removeProperty

        void removeProperty​(int i)
        Removes the ith "property" 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