Interface VERSION

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
IMPORTEDVERSION, ORIGINALVERSION
All Known Implementing Classes:
IMPORTEDVERSIONImpl, ORIGINALVERSIONImpl, VERSIONImpl

public interface VERSION extends org.apache.xmlbeans.XmlObject
An XML VERSION(@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_audit" element
    Appends and returns a new empty "contribution" element
    Gets the "commit_audit" element
    Gets the "contribution" element
    Gets the "signature" element
    boolean
    True if has "signature" element
    void
    Sets the "commit_audit" element
    void
    setContribution(OBJECTREF contribution)
    Sets the "contribution" element
    void
    setSignature(String signature)
    Sets the "signature" element
    void
    Unsets the "signature" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "signature" element
    void
    xsetSignature(org.apache.xmlbeans.XmlString signature)
    Sets (as xml) the "signature" 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

    • getContribution

      OBJECTREF getContribution()
      Gets the "contribution" element
    • setContribution

      void setContribution(OBJECTREF contribution)
      Sets the "contribution" element
    • addNewContribution

      OBJECTREF addNewContribution()
      Appends and returns a new empty "contribution" element
    • getCommitAudit

      AUDITDETAILS getCommitAudit()
      Gets the "commit_audit" element
    • setCommitAudit

      void setCommitAudit(AUDITDETAILS commitAudit)
      Sets the "commit_audit" element
    • addNewCommitAudit

      AUDITDETAILS addNewCommitAudit()
      Appends and returns a new empty "commit_audit" element
    • getSignature

      String getSignature()
      Gets the "signature" element
    • xgetSignature

      org.apache.xmlbeans.XmlString xgetSignature()
      Gets (as xml) the "signature" element
    • isSetSignature

      boolean isSetSignature()
      True if has "signature" element
    • setSignature

      void setSignature(String signature)
      Sets the "signature" element
    • xsetSignature

      void xsetSignature(org.apache.xmlbeans.XmlString signature)
      Sets (as xml) the "signature" element
    • unsetSignature

      void unsetSignature()
      Unsets the "signature" element