Interface EventType

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

public interface EventType extends org.apache.xmlbeans.XmlObject
An XML eventType(@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
    void
    addIncludedAggregations(String includedAggregations)
    Appends the value as the last "includedAggregations" element
    org.apache.xmlbeans.XmlString
    Appends and returns a new empty value (as xml) as the last "includedAggregations" element
    Gets the "allowedType" element
    Gets array of all "includedAggregations" elements
    Gets ith "includedAggregations" element
    org.apache.xmlbeans.GDuration
    Gets the "widthOrOffset" element
    void
    insertIncludedAggregations(int i, String includedAggregations)
    Inserts the value as the ith "includedAggregations" element
    org.apache.xmlbeans.XmlString
    Inserts and returns a new empty value (as xml) as the ith "includedAggregations" element
    boolean
    True if has "allowedType" element
    void
    Removes the ith "includedAggregations" element
    void
    setAllowedType(String allowedType)
    Sets the "allowedType" element
    void
    setIncludedAggregationsArray(int i, String includedAggregations)
    Sets ith "includedAggregations" element
    void
    setIncludedAggregationsArray(String[] includedAggregationsArray)
    Sets array of all "includedAggregations" element
    void
    setWidthOrOffset(org.apache.xmlbeans.GDuration widthOrOffset)
    Sets the "widthOrOffset" element
    int
    Returns number of "includedAggregations" element
    void
    Unsets the "allowedType" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "allowedType" element
    org.apache.xmlbeans.XmlString[]
    Gets (as xml) array of all "includedAggregations" elements
    org.apache.xmlbeans.XmlString
    Gets (as xml) ith "includedAggregations" element
    org.apache.xmlbeans.XmlDuration
    Gets (as xml) the "widthOrOffset" element
    void
    xsetAllowedType(org.apache.xmlbeans.XmlString allowedType)
    Sets (as xml) the "allowedType" element
    void
    xsetIncludedAggregationsArray(int i, org.apache.xmlbeans.XmlString includedAggregations)
    Sets (as xml) ith "includedAggregations" element
    void
    xsetIncludedAggregationsArray(org.apache.xmlbeans.XmlString[] includedAggregationsArray)
    Sets (as xml) array of all "includedAggregations" element
    void
    xsetWidthOrOffset(org.apache.xmlbeans.XmlDuration widthOrOffset)
    Sets (as xml) the "widthOrOffset" element

    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

    • getAllowedType

      String getAllowedType()
      Gets the "allowedType" element
    • xgetAllowedType

      org.apache.xmlbeans.XmlString xgetAllowedType()
      Gets (as xml) the "allowedType" element
    • isSetAllowedType

      boolean isSetAllowedType()
      True if has "allowedType" element
    • setAllowedType

      void setAllowedType(String allowedType)
      Sets the "allowedType" element
    • xsetAllowedType

      void xsetAllowedType(org.apache.xmlbeans.XmlString allowedType)
      Sets (as xml) the "allowedType" element
    • unsetAllowedType

      void unsetAllowedType()
      Unsets the "allowedType" element
    • getWidthOrOffset

      org.apache.xmlbeans.GDuration getWidthOrOffset()
      Gets the "widthOrOffset" element
    • xgetWidthOrOffset

      org.apache.xmlbeans.XmlDuration xgetWidthOrOffset()
      Gets (as xml) the "widthOrOffset" element
    • setWidthOrOffset

      void setWidthOrOffset(org.apache.xmlbeans.GDuration widthOrOffset)
      Sets the "widthOrOffset" element
    • xsetWidthOrOffset

      void xsetWidthOrOffset(org.apache.xmlbeans.XmlDuration widthOrOffset)
      Sets (as xml) the "widthOrOffset" element
    • getIncludedAggregationsArray

      String[] getIncludedAggregationsArray()
      Gets array of all "includedAggregations" elements
    • getIncludedAggregationsArray

      String getIncludedAggregationsArray(int i)
      Gets ith "includedAggregations" element
    • xgetIncludedAggregationsArray

      org.apache.xmlbeans.XmlString[] xgetIncludedAggregationsArray()
      Gets (as xml) array of all "includedAggregations" elements
    • xgetIncludedAggregationsArray

      org.apache.xmlbeans.XmlString xgetIncludedAggregationsArray(int i)
      Gets (as xml) ith "includedAggregations" element
    • sizeOfIncludedAggregationsArray

      int sizeOfIncludedAggregationsArray()
      Returns number of "includedAggregations" element
    • setIncludedAggregationsArray

      void setIncludedAggregationsArray(String[] includedAggregationsArray)
      Sets array of all "includedAggregations" element
    • setIncludedAggregationsArray

      void setIncludedAggregationsArray(int i, String includedAggregations)
      Sets ith "includedAggregations" element
    • xsetIncludedAggregationsArray

      void xsetIncludedAggregationsArray(org.apache.xmlbeans.XmlString[] includedAggregationsArray)
      Sets (as xml) array of all "includedAggregations" element
    • xsetIncludedAggregationsArray

      void xsetIncludedAggregationsArray(int i, org.apache.xmlbeans.XmlString includedAggregations)
      Sets (as xml) ith "includedAggregations" element
    • insertIncludedAggregations

      void insertIncludedAggregations(int i, String includedAggregations)
      Inserts the value as the ith "includedAggregations" element
    • addIncludedAggregations

      void addIncludedAggregations(String includedAggregations)
      Appends the value as the last "includedAggregations" element
    • insertNewIncludedAggregations

      org.apache.xmlbeans.XmlString insertNewIncludedAggregations(int i)
      Inserts and returns a new empty value (as xml) as the ith "includedAggregations" element
    • addNewIncludedAggregations

      org.apache.xmlbeans.XmlString addNewIncludedAggregations()
      Appends and returns a new empty value (as xml) as the last "includedAggregations" element
    • removeIncludedAggregations

      void removeIncludedAggregations(int i)
      Removes the ith "includedAggregations" element