Interface AUDITDETAILS

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ATTESTATION
All Known Implementing Classes:
ATTESTATIONImpl, AUDITDETAILSImpl

public interface AUDITDETAILS extends org.apache.xmlbeans.XmlObject
An XML AUDIT_DETAILS(@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 "change_type" element
    Appends and returns a new empty "committer" element
    Appends and returns a new empty "description" element
    Appends and returns a new empty "time_committed" element
    Gets the "change_type" element
    Gets the "committer" element
    Gets the "description" element
    Gets the "system_id" element
    Gets the "time_committed" element
    boolean
    True if has "description" element
    void
    Sets the "change_type" element
    void
    Sets the "committer" element
    void
    setDescription(DVTEXT description)
    Sets the "description" element
    void
    setSystemId(String systemId)
    Sets the "system_id" element
    void
    Sets the "time_committed" element
    void
    Unsets the "description" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "system_id" element
    void
    xsetSystemId(org.apache.xmlbeans.XmlString systemId)
    Sets (as xml) the "system_id" 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

    • getSystemId

      String getSystemId()
      Gets the "system_id" element
    • xgetSystemId

      org.apache.xmlbeans.XmlString xgetSystemId()
      Gets (as xml) the "system_id" element
    • setSystemId

      void setSystemId(String systemId)
      Sets the "system_id" element
    • xsetSystemId

      void xsetSystemId(org.apache.xmlbeans.XmlString systemId)
      Sets (as xml) the "system_id" element
    • getCommitter

      PARTYPROXY getCommitter()
      Gets the "committer" element
    • setCommitter

      void setCommitter(PARTYPROXY committer)
      Sets the "committer" element
    • addNewCommitter

      PARTYPROXY addNewCommitter()
      Appends and returns a new empty "committer" element
    • getTimeCommitted

      DVDATETIME getTimeCommitted()
      Gets the "time_committed" element
    • setTimeCommitted

      void setTimeCommitted(DVDATETIME timeCommitted)
      Sets the "time_committed" element
    • addNewTimeCommitted

      DVDATETIME addNewTimeCommitted()
      Appends and returns a new empty "time_committed" element
    • getChangeType

      DVCODEDTEXT getChangeType()
      Gets the "change_type" element
    • setChangeType

      void setChangeType(DVCODEDTEXT changeType)
      Sets the "change_type" element
    • addNewChangeType

      DVCODEDTEXT addNewChangeType()
      Appends and returns a new empty "change_type" element
    • getDescription

      DVTEXT getDescription()
      Gets the "description" element
    • isSetDescription

      boolean isSetDescription()
      True if has "description" element
    • setDescription

      void setDescription(DVTEXT description)
      Sets the "description" element
    • addNewDescription

      DVTEXT addNewDescription()
      Appends and returns a new empty "description" element
    • unsetDescription

      void unsetDescription()
      Unsets the "description" element