Interface VERSION

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  VERSION.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
      AUDITDETAILS addNewCommitAudit()
      Appends and returns a new empty "commit_audit" element
      OBJECTREF addNewContribution()
      Appends and returns a new empty "contribution" element
      AUDITDETAILS getCommitAudit()
      Gets the "commit_audit" element
      OBJECTREF getContribution()
      Gets the "contribution" element
      String getSignature()
      Gets the "signature" element
      boolean isSetSignature()
      True if has "signature" element
      void setCommitAudit​(AUDITDETAILS commitAudit)
      Sets the "commit_audit" element
      void setContribution​(OBJECTREF contribution)
      Sets the "contribution" element
      void setSignature​(String signature)
      Sets the "signature" element
      void unsetSignature()
      Unsets the "signature" element
      org.apache.xmlbeans.XmlString xgetSignature()
      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 Detail

      • type

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

      • 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