Interface EVENTCONTEXT

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

    public interface EVENTCONTEXT
    extends org.apache.xmlbeans.XmlObject
    An XML EVENT_CONTEXT(@openEHR/v1/Template). This is a complex type.
    • Field Detail

      • type

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

      • getOtherContext

        ITEMSTRUCTURE getOtherContext()
        Gets the "OtherContext" element
      • isSetOtherContext

        boolean isSetOtherContext()
        True if has "OtherContext" element
      • setOtherContext

        void setOtherContext​(ITEMSTRUCTURE otherContext)
        Sets the "OtherContext" element
      • addNewOtherContext

        ITEMSTRUCTURE addNewOtherContext()
        Appends and returns a new empty "OtherContext" element
      • unsetOtherContext

        void unsetOtherContext()
        Unsets the "OtherContext" element
      • getParticipationArray

        PARTICIPATION[] getParticipationArray()
        Gets array of all "participation" elements
      • getParticipationArray

        PARTICIPATION getParticipationArray​(int i)
        Gets ith "participation" element
      • sizeOfParticipationArray

        int sizeOfParticipationArray()
        Returns number of "participation" element
      • setParticipationArray

        void setParticipationArray​(PARTICIPATION[] participationArray)
        Sets array of all "participation" element
      • setParticipationArray

        void setParticipationArray​(int i,
                                   PARTICIPATION participation)
        Sets ith "participation" element
      • insertNewParticipation

        PARTICIPATION insertNewParticipation​(int i)
        Inserts and returns a new empty value (as xml) as the ith "participation" element
      • addNewParticipation

        PARTICIPATION addNewParticipation()
        Appends and returns a new empty value (as xml) as the last "participation" element
      • removeParticipation

        void removeParticipation​(int i)
        Removes the ith "participation" element
      • getItemsArray

        ITEM[] getItemsArray()
        Gets array of all "Items" elements
      • getItemsArray

        ITEM getItemsArray​(int i)
        Gets ith "Items" element
      • sizeOfItemsArray

        int sizeOfItemsArray()
        Returns number of "Items" element
      • setItemsArray

        void setItemsArray​(ITEM[] itemsArray)
        Sets array of all "Items" element
      • setItemsArray

        void setItemsArray​(int i,
                           ITEM items)
        Sets ith "Items" element
      • insertNewItems

        ITEM insertNewItems​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Items" element
      • addNewItems

        ITEM addNewItems()
        Appends and returns a new empty value (as xml) as the last "Items" element
      • removeItems

        void removeItems​(int i)
        Removes the ith "Items" element
      • getRuleArray

        Statement[] getRuleArray()
        Gets array of all "Rule" elements
      • getRuleArray

        Statement getRuleArray​(int i)
        Gets ith "Rule" element
      • sizeOfRuleArray

        int sizeOfRuleArray()
        Returns number of "Rule" element
      • setRuleArray

        void setRuleArray​(Statement[] ruleArray)
        Sets array of all "Rule" element
      • setRuleArray

        void setRuleArray​(int i,
                          Statement rule)
        Sets ith "Rule" element
      • insertNewRule

        Statement insertNewRule​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Rule" element
      • addNewRule

        Statement addNewRule()
        Appends and returns a new empty value (as xml) as the last "Rule" element
      • removeRule

        void removeRule​(int i)
        Removes the ith "Rule" element
      • getAnnotation

        String getAnnotation()
        Gets the "annotation" attribute
      • xgetAnnotation

        org.apache.xmlbeans.XmlString xgetAnnotation()
        Gets (as xml) the "annotation" attribute
      • isSetAnnotation

        boolean isSetAnnotation()
        True if has "annotation" attribute
      • setAnnotation

        void setAnnotation​(String annotation)
        Sets the "annotation" attribute
      • xsetAnnotation

        void xsetAnnotation​(org.apache.xmlbeans.XmlString annotation)
        Sets (as xml) the "annotation" attribute
      • unsetAnnotation

        void unsetAnnotation()
        Unsets the "annotation" attribute