Interface XVERSIONEDOBJECT

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

public interface XVERSIONEDOBJECT extends org.apache.xmlbeans.XmlObject
An XML X_VERSIONED_OBJECT(@http://schemas.openehr.org/v1). This is a complex type.
  • Field Details

    • type

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

    • getUid

      HIEROBJECTID getUid()
      Gets the "uid" element
    • setUid

      void setUid(HIEROBJECTID uid)
      Sets the "uid" element
    • addNewUid

      HIEROBJECTID addNewUid()
      Appends and returns a new empty "uid" element
    • getOwnerId

      OBJECTREF getOwnerId()
      Gets the "owner_id" element
    • setOwnerId

      void setOwnerId(OBJECTREF ownerId)
      Sets the "owner_id" element
    • addNewOwnerId

      OBJECTREF addNewOwnerId()
      Appends and returns a new empty "owner_id" element
    • getTimeCreated

      DVDATETIME getTimeCreated()
      Gets the "time_created" element
    • setTimeCreated

      void setTimeCreated(DVDATETIME timeCreated)
      Sets the "time_created" element
    • addNewTimeCreated

      DVDATETIME addNewTimeCreated()
      Appends and returns a new empty "time_created" element
    • getTotalVersionCount

      int getTotalVersionCount()
      Gets the "total_version_count" element
    • xgetTotalVersionCount

      org.apache.xmlbeans.XmlInt xgetTotalVersionCount()
      Gets (as xml) the "total_version_count" element
    • setTotalVersionCount

      void setTotalVersionCount(int totalVersionCount)
      Sets the "total_version_count" element
    • xsetTotalVersionCount

      void xsetTotalVersionCount(org.apache.xmlbeans.XmlInt totalVersionCount)
      Sets (as xml) the "total_version_count" element
    • getExtractVersionCount

      int getExtractVersionCount()
      Gets the "extract_version_count" element
    • xgetExtractVersionCount

      org.apache.xmlbeans.XmlInt xgetExtractVersionCount()
      Gets (as xml) the "extract_version_count" element
    • setExtractVersionCount

      void setExtractVersionCount(int extractVersionCount)
      Sets the "extract_version_count" element
    • xsetExtractVersionCount

      void xsetExtractVersionCount(org.apache.xmlbeans.XmlInt extractVersionCount)
      Sets (as xml) the "extract_version_count" element
    • getRevisionHistory

      REVISIONHISTORY getRevisionHistory()
      Gets the "revision_history" element
    • isSetRevisionHistory

      boolean isSetRevisionHistory()
      True if has "revision_history" element
    • setRevisionHistory

      void setRevisionHistory(REVISIONHISTORY revisionHistory)
      Sets the "revision_history" element
    • addNewRevisionHistory

      REVISIONHISTORY addNewRevisionHistory()
      Appends and returns a new empty "revision_history" element
    • unsetRevisionHistory

      void unsetRevisionHistory()
      Unsets the "revision_history" element
    • getVersionsArray

      ORIGINALVERSION[] getVersionsArray()
      Gets array of all "versions" elements
    • getVersionsArray

      ORIGINALVERSION getVersionsArray(int i)
      Gets ith "versions" element
    • sizeOfVersionsArray

      int sizeOfVersionsArray()
      Returns number of "versions" element
    • setVersionsArray

      void setVersionsArray(ORIGINALVERSION[] versionsArray)
      Sets array of all "versions" element
    • setVersionsArray

      void setVersionsArray(int i, ORIGINALVERSION versions)
      Sets ith "versions" element
    • insertNewVersions

      ORIGINALVERSION insertNewVersions(int i)
      Inserts and returns a new empty value (as xml) as the ith "versions" element
    • addNewVersions

      ORIGINALVERSION addNewVersions()
      Appends and returns a new empty value (as xml) as the last "versions" element
    • removeVersions

      void removeVersions(int i)
      Removes the ith "versions" element