Interface GenericViewType.SelectFunctionInvocation.ContentUpdate

    • 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
      org.apache.xmlbeans.XmlObject addNewOnContentChange()
      Appends and returns a new empty "OnContentChange" element
      org.apache.xmlbeans.XmlObject addNewOnInsert()
      Appends and returns a new empty "OnInsert" element
      org.apache.xmlbeans.XmlObject addNewOnRelease()
      Appends and returns a new empty "OnRelease" element
      org.apache.xmlbeans.XmlObject getOnContentChange()
      Gets the "OnContentChange" element
      org.apache.xmlbeans.XmlObject getOnInsert()
      Gets the "OnInsert" element
      org.apache.xmlbeans.XmlObject getOnRelease()
      Gets the "OnRelease" element
      boolean isSetOnContentChange()
      True if has "OnContentChange" element
      boolean isSetOnInsert()
      True if has "OnInsert" element
      boolean isSetOnRelease()
      True if has "OnRelease" element
      void setOnContentChange​(org.apache.xmlbeans.XmlObject onContentChange)
      Sets the "OnContentChange" element
      void setOnInsert​(org.apache.xmlbeans.XmlObject onInsert)
      Sets the "OnInsert" element
      void setOnRelease​(org.apache.xmlbeans.XmlObject onRelease)
      Sets the "OnRelease" element
      void unsetOnContentChange()
      Unsets the "OnContentChange" element
      void unsetOnInsert()
      Unsets the "OnInsert" element
      void unsetOnRelease()
      Unsets the "OnRelease" 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

      • getOnInsert

        org.apache.xmlbeans.XmlObject getOnInsert()
        Gets the "OnInsert" element
      • isSetOnInsert

        boolean isSetOnInsert()
        True if has "OnInsert" element
      • setOnInsert

        void setOnInsert​(org.apache.xmlbeans.XmlObject onInsert)
        Sets the "OnInsert" element
      • addNewOnInsert

        org.apache.xmlbeans.XmlObject addNewOnInsert()
        Appends and returns a new empty "OnInsert" element
      • unsetOnInsert

        void unsetOnInsert()
        Unsets the "OnInsert" element
      • getOnRelease

        org.apache.xmlbeans.XmlObject getOnRelease()
        Gets the "OnRelease" element
      • isSetOnRelease

        boolean isSetOnRelease()
        True if has "OnRelease" element
      • setOnRelease

        void setOnRelease​(org.apache.xmlbeans.XmlObject onRelease)
        Sets the "OnRelease" element
      • addNewOnRelease

        org.apache.xmlbeans.XmlObject addNewOnRelease()
        Appends and returns a new empty "OnRelease" element
      • unsetOnRelease

        void unsetOnRelease()
        Unsets the "OnRelease" element
      • getOnContentChange

        org.apache.xmlbeans.XmlObject getOnContentChange()
        Gets the "OnContentChange" element
      • isSetOnContentChange

        boolean isSetOnContentChange()
        True if has "OnContentChange" element
      • setOnContentChange

        void setOnContentChange​(org.apache.xmlbeans.XmlObject onContentChange)
        Sets the "OnContentChange" element
      • addNewOnContentChange

        org.apache.xmlbeans.XmlObject addNewOnContentChange()
        Appends and returns a new empty "OnContentChange" element
      • unsetOnContentChange

        void unsetOnContentChange()
        Unsets the "OnContentChange" element