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 class  AUDITDETAILS.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DVCODEDTEXT addNewChangeType()
      Appends and returns a new empty "change_type" element
      PARTYPROXY addNewCommitter()
      Appends and returns a new empty "committer" element
      DVTEXT addNewDescription()
      Appends and returns a new empty "description" element
      DVDATETIME addNewTimeCommitted()
      Appends and returns a new empty "time_committed" element
      DVCODEDTEXT getChangeType()
      Gets the "change_type" element
      PARTYPROXY getCommitter()
      Gets the "committer" element
      DVTEXT getDescription()
      Gets the "description" element
      String getSystemId()
      Gets the "system_id" element
      DVDATETIME getTimeCommitted()
      Gets the "time_committed" element
      boolean isSetDescription()
      True if has "description" element
      void setChangeType​(DVCODEDTEXT changeType)
      Sets the "change_type" element
      void setCommitter​(PARTYPROXY committer)
      Sets the "committer" element
      void setDescription​(DVTEXT description)
      Sets the "description" element
      void setSystemId​(String systemId)
      Sets the "system_id" element
      void setTimeCommitted​(DVDATETIME timeCommitted)
      Sets the "time_committed" element
      void unsetDescription()
      Unsets the "description" element
      org.apache.xmlbeans.XmlString xgetSystemId()
      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 Detail

      • type

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

      • 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