Interface AnimateColorPrototype

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Subinterfaces:
    AnimateColorType
    All Known Implementing Classes:
    AnimateColorPrototypeImpl, AnimateColorTypeImpl

    public interface AnimateColorPrototype
    extends org.apache.xmlbeans.XmlObject
    An XML animateColorPrototype(@http://www.w3.org/2001/SMIL20/). This is a complex type.
    • Field Detail

      • type

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

      • getAttributeName

        String getAttributeName()
        Gets the "attributeName" attribute
      • xgetAttributeName

        org.apache.xmlbeans.XmlString xgetAttributeName()
        Gets (as xml) the "attributeName" attribute
      • setAttributeName

        void setAttributeName​(String attributeName)
        Sets the "attributeName" attribute
      • xsetAttributeName

        void xsetAttributeName​(org.apache.xmlbeans.XmlString attributeName)
        Sets (as xml) the "attributeName" attribute
      • isSetAttributeType

        boolean isSetAttributeType()
        True if has "attributeType" attribute
      • unsetAttributeType

        void unsetAttributeType()
        Unsets the "attributeType" attribute
      • isSetAdditive

        boolean isSetAdditive()
        True if has "additive" attribute
      • unsetAdditive

        void unsetAdditive()
        Unsets the "additive" attribute
      • isSetAccumulate

        boolean isSetAccumulate()
        True if has "accumulate" attribute
      • unsetAccumulate

        void unsetAccumulate()
        Unsets the "accumulate" attribute
      • getTo

        String getTo()
        Gets the "to" attribute
      • xgetTo

        org.apache.xmlbeans.XmlString xgetTo()
        Gets (as xml) the "to" attribute
      • isSetTo

        boolean isSetTo()
        True if has "to" attribute
      • setTo

        void setTo​(String to)
        Sets the "to" attribute
      • xsetTo

        void xsetTo​(org.apache.xmlbeans.XmlString to)
        Sets (as xml) the "to" attribute
      • unsetTo

        void unsetTo()
        Unsets the "to" attribute
      • getFrom

        String getFrom()
        Gets the "from" attribute
      • xgetFrom

        org.apache.xmlbeans.XmlString xgetFrom()
        Gets (as xml) the "from" attribute
      • isSetFrom

        boolean isSetFrom()
        True if has "from" attribute
      • setFrom

        void setFrom​(String from)
        Sets the "from" attribute
      • xsetFrom

        void xsetFrom​(org.apache.xmlbeans.XmlString from)
        Sets (as xml) the "from" attribute
      • unsetFrom

        void unsetFrom()
        Unsets the "from" attribute
      • getBy

        String getBy()
        Gets the "by" attribute
      • xgetBy

        org.apache.xmlbeans.XmlString xgetBy()
        Gets (as xml) the "by" attribute
      • isSetBy

        boolean isSetBy()
        True if has "by" attribute
      • setBy

        void setBy​(String by)
        Sets the "by" attribute
      • xsetBy

        void xsetBy​(org.apache.xmlbeans.XmlString by)
        Sets (as xml) the "by" attribute
      • unsetBy

        void unsetBy()
        Unsets the "by" attribute
      • getValues

        String getValues()
        Gets the "values" attribute
      • xgetValues

        org.apache.xmlbeans.XmlString xgetValues()
        Gets (as xml) the "values" attribute
      • isSetValues

        boolean isSetValues()
        True if has "values" attribute
      • setValues

        void setValues​(String values)
        Sets the "values" attribute
      • xsetValues

        void xsetValues​(org.apache.xmlbeans.XmlString values)
        Sets (as xml) the "values" attribute
      • unsetValues

        void unsetValues()
        Unsets the "values" attribute