Interface AnimateMotionPrototype

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Subinterfaces:
    AnimateMotionType
    All Known Implementing Classes:
    AnimateMotionPrototypeImpl, AnimateMotionTypeImpl

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

      • type

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

      • 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
      • getOrigin

        String getOrigin()
        Gets the "origin" attribute
      • xgetOrigin

        org.apache.xmlbeans.XmlString xgetOrigin()
        Gets (as xml) the "origin" attribute
      • isSetOrigin

        boolean isSetOrigin()
        True if has "origin" attribute
      • setOrigin

        void setOrigin​(String origin)
        Sets the "origin" attribute
      • xsetOrigin

        void xsetOrigin​(org.apache.xmlbeans.XmlString origin)
        Sets (as xml) the "origin" attribute
      • unsetOrigin

        void unsetOrigin()
        Unsets the "origin" attribute