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.
  • Nested Class Summary

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

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty value (as xml) as the last "Items" element
    Appends and returns a new empty "OtherContext" element
    Appends and returns a new empty value (as xml) as the last "participation" element
    Appends and returns a new empty value (as xml) as the last "Rule" element
    Gets the "annotation" attribute
    Gets array of all "Items" elements
    Gets ith "Items" element
    Gets the "OtherContext" element
    Gets array of all "participation" elements
    Gets ith "participation" element
    Gets array of all "Rule" elements
    getRuleArray(int i)
    Gets ith "Rule" element
    Inserts and returns a new empty value (as xml) as the ith "Items" element
    Inserts and returns a new empty value (as xml) as the ith "participation" element
    Inserts and returns a new empty value (as xml) as the ith "Rule" element
    boolean
    True if has "annotation" attribute
    boolean
    True if has "OtherContext" element
    void
    removeItems(int i)
    Removes the ith "Items" element
    void
    Removes the ith "participation" element
    void
    removeRule(int i)
    Removes the ith "Rule" element
    void
    setAnnotation(String annotation)
    Sets the "annotation" attribute
    void
    setItemsArray(int i, ITEM items)
    Sets ith "Items" element
    void
    setItemsArray(ITEM[] itemsArray)
    Sets array of all "Items" element
    void
    Sets the "OtherContext" element
    void
    setParticipationArray(int i, PARTICIPATION participation)
    Sets ith "participation" element
    void
    setParticipationArray(PARTICIPATION[] participationArray)
    Sets array of all "participation" element
    void
    setRuleArray(int i, Statement rule)
    Sets ith "Rule" element
    void
    setRuleArray(Statement[] ruleArray)
    Sets array of all "Rule" element
    int
    Returns number of "Items" element
    int
    Returns number of "participation" element
    int
    Returns number of "Rule" element
    void
    Unsets the "annotation" attribute
    void
    Unsets the "OtherContext" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "annotation" attribute
    void
    xsetAnnotation(org.apache.xmlbeans.XmlString annotation)
    Sets (as xml) the "annotation" 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 Details

    • type

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

    • 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