Interface EXTRACTVERSIONSPEC

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

public interface EXTRACTVERSIONSPEC extends org.apache.xmlbeans.XmlObject
An XML EXTRACT_VERSION_SPEC(@http://schemas.openehr.org/v1). 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 "commit_time_interval" element
    Gets the "commit_time_interval" element
    boolean
    Gets the "include_all_versions" element
    boolean
    Gets the "includes_data" element
    boolean
    Gets the "includes_revision_history" element
    boolean
    True if has "commit_time_interval" element
    void
    setCommitTimeInterval(DVINTERVAL commitTimeInterval)
    Sets the "commit_time_interval" element
    void
    setIncludeAllVersions(boolean includeAllVersions)
    Sets the "include_all_versions" element
    void
    setIncludesData(boolean includesData)
    Sets the "includes_data" element
    void
    setIncludesRevisionHistory(boolean includesRevisionHistory)
    Sets the "includes_revision_history" element
    void
    Unsets the "commit_time_interval" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "include_all_versions" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "includes_data" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "includes_revision_history" element
    void
    xsetIncludeAllVersions(org.apache.xmlbeans.XmlBoolean includeAllVersions)
    Sets (as xml) the "include_all_versions" element
    void
    xsetIncludesData(org.apache.xmlbeans.XmlBoolean includesData)
    Sets (as xml) the "includes_data" element
    void
    xsetIncludesRevisionHistory(org.apache.xmlbeans.XmlBoolean includesRevisionHistory)
    Sets (as xml) the "includes_revision_history" 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

    • getIncludeAllVersions

      boolean getIncludeAllVersions()
      Gets the "include_all_versions" element
    • xgetIncludeAllVersions

      org.apache.xmlbeans.XmlBoolean xgetIncludeAllVersions()
      Gets (as xml) the "include_all_versions" element
    • setIncludeAllVersions

      void setIncludeAllVersions(boolean includeAllVersions)
      Sets the "include_all_versions" element
    • xsetIncludeAllVersions

      void xsetIncludeAllVersions(org.apache.xmlbeans.XmlBoolean includeAllVersions)
      Sets (as xml) the "include_all_versions" element
    • getCommitTimeInterval

      DVINTERVAL getCommitTimeInterval()
      Gets the "commit_time_interval" element
    • isSetCommitTimeInterval

      boolean isSetCommitTimeInterval()
      True if has "commit_time_interval" element
    • setCommitTimeInterval

      void setCommitTimeInterval(DVINTERVAL commitTimeInterval)
      Sets the "commit_time_interval" element
    • addNewCommitTimeInterval

      DVINTERVAL addNewCommitTimeInterval()
      Appends and returns a new empty "commit_time_interval" element
    • unsetCommitTimeInterval

      void unsetCommitTimeInterval()
      Unsets the "commit_time_interval" element
    • getIncludesRevisionHistory

      boolean getIncludesRevisionHistory()
      Gets the "includes_revision_history" element
    • xgetIncludesRevisionHistory

      org.apache.xmlbeans.XmlBoolean xgetIncludesRevisionHistory()
      Gets (as xml) the "includes_revision_history" element
    • setIncludesRevisionHistory

      void setIncludesRevisionHistory(boolean includesRevisionHistory)
      Sets the "includes_revision_history" element
    • xsetIncludesRevisionHistory

      void xsetIncludesRevisionHistory(org.apache.xmlbeans.XmlBoolean includesRevisionHistory)
      Sets (as xml) the "includes_revision_history" element
    • getIncludesData

      boolean getIncludesData()
      Gets the "includes_data" element
    • xgetIncludesData

      org.apache.xmlbeans.XmlBoolean xgetIncludesData()
      Gets (as xml) the "includes_data" element
    • setIncludesData

      void setIncludesData(boolean includesData)
      Sets the "includes_data" element
    • xsetIncludesData

      void xsetIncludesData(org.apache.xmlbeans.XmlBoolean includesData)
      Sets (as xml) the "includes_data" element