Interface SetType

  • All Superinterfaces:
    SetPrototype, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    SetTypeImpl

    public interface SetType
    extends SetPrototype
    An XML setType(@http://www.w3.org/2001/SMIL20/Language). This is a complex type.
    • Field Detail

      • type

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

      • getId

        String getId()
        Gets the "id" attribute
      • xgetId

        org.apache.xmlbeans.XmlID xgetId()
        Gets (as xml) the "id" attribute
      • isSetId

        boolean isSetId()
        True if has "id" attribute
      • setId

        void setId​(String id)
        Sets the "id" attribute
      • xsetId

        void xsetId​(org.apache.xmlbeans.XmlID id)
        Sets (as xml) the "id" attribute
      • unsetId

        void unsetId()
        Unsets the "id" attribute
      • getClass1

        String getClass1()
        Gets the "class" attribute
      • xgetClass1

        org.apache.xmlbeans.XmlString xgetClass1()
        Gets (as xml) the "class" attribute
      • isSetClass1

        boolean isSetClass1()
        True if has "class" attribute
      • setClass1

        void setClass1​(String class1)
        Sets the "class" attribute
      • xsetClass1

        void xsetClass1​(org.apache.xmlbeans.XmlString class1)
        Sets (as xml) the "class" attribute
      • unsetClass1

        void unsetClass1()
        Unsets the "class" attribute
      • getLang

        String getLang()
        Gets the "lang" attribute
      • xgetLang

        org.apache.xmlbeans.XmlLanguage xgetLang()
        Gets (as xml) the "lang" attribute
      • isSetLang

        boolean isSetLang()
        True if has "lang" attribute
      • setLang

        void setLang​(String lang)
        Sets the "lang" attribute
      • xsetLang

        void xsetLang​(org.apache.xmlbeans.XmlLanguage lang)
        Sets (as xml) the "lang" attribute
      • unsetLang

        void unsetLang()
        Unsets the "lang" attribute
      • getAlt

        String getAlt()
        Gets the "alt" attribute
      • xgetAlt

        org.apache.xmlbeans.XmlString xgetAlt()
        Gets (as xml) the "alt" attribute
      • isSetAlt

        boolean isSetAlt()
        True if has "alt" attribute
      • setAlt

        void setAlt​(String alt)
        Sets the "alt" attribute
      • xsetAlt

        void xsetAlt​(org.apache.xmlbeans.XmlString alt)
        Sets (as xml) the "alt" attribute
      • unsetAlt

        void unsetAlt()
        Unsets the "alt" attribute
      • getLongdesc

        String getLongdesc()
        Gets the "longdesc" attribute
      • xgetLongdesc

        org.apache.xmlbeans.XmlAnyURI xgetLongdesc()
        Gets (as xml) the "longdesc" attribute
      • isSetLongdesc

        boolean isSetLongdesc()
        True if has "longdesc" attribute
      • setLongdesc

        void setLongdesc​(String longdesc)
        Sets the "longdesc" attribute
      • xsetLongdesc

        void xsetLongdesc​(org.apache.xmlbeans.XmlAnyURI longdesc)
        Sets (as xml) the "longdesc" attribute
      • unsetLongdesc

        void unsetLongdesc()
        Unsets the "longdesc" attribute
      • getBegin

        String getBegin()
        Gets the "begin" attribute
      • xgetBegin

        org.apache.xmlbeans.XmlString xgetBegin()
        Gets (as xml) the "begin" attribute
      • isSetBegin

        boolean isSetBegin()
        True if has "begin" attribute
      • setBegin

        void setBegin​(String begin)
        Sets the "begin" attribute
      • xsetBegin

        void xsetBegin​(org.apache.xmlbeans.XmlString begin)
        Sets (as xml) the "begin" attribute
      • unsetBegin

        void unsetBegin()
        Unsets the "begin" attribute
      • getEnd

        String getEnd()
        Gets the "end" attribute
      • xgetEnd

        org.apache.xmlbeans.XmlString xgetEnd()
        Gets (as xml) the "end" attribute
      • isSetEnd

        boolean isSetEnd()
        True if has "end" attribute
      • setEnd

        void setEnd​(String end)
        Sets the "end" attribute
      • xsetEnd

        void xsetEnd​(org.apache.xmlbeans.XmlString end)
        Sets (as xml) the "end" attribute
      • unsetEnd

        void unsetEnd()
        Unsets the "end" attribute
      • getDur

        String getDur()
        Gets the "dur" attribute
      • xgetDur

        org.apache.xmlbeans.XmlString xgetDur()
        Gets (as xml) the "dur" attribute
      • isSetDur

        boolean isSetDur()
        True if has "dur" attribute
      • setDur

        void setDur​(String dur)
        Sets the "dur" attribute
      • xsetDur

        void xsetDur​(org.apache.xmlbeans.XmlString dur)
        Sets (as xml) the "dur" attribute
      • unsetDur

        void unsetDur()
        Unsets the "dur" attribute
      • getRepeatDur

        String getRepeatDur()
        Gets the "repeatDur" attribute
      • xgetRepeatDur

        org.apache.xmlbeans.XmlString xgetRepeatDur()
        Gets (as xml) the "repeatDur" attribute
      • isSetRepeatDur

        boolean isSetRepeatDur()
        True if has "repeatDur" attribute
      • setRepeatDur

        void setRepeatDur​(String repeatDur)
        Sets the "repeatDur" attribute
      • xsetRepeatDur

        void xsetRepeatDur​(org.apache.xmlbeans.XmlString repeatDur)
        Sets (as xml) the "repeatDur" attribute
      • unsetRepeatDur

        void unsetRepeatDur()
        Unsets the "repeatDur" attribute
      • getRepeatCount

        BigDecimal getRepeatCount()
        Gets the "repeatCount" attribute
      • isSetRepeatCount

        boolean isSetRepeatCount()
        True if has "repeatCount" attribute
      • setRepeatCount

        void setRepeatCount​(BigDecimal repeatCount)
        Sets the "repeatCount" attribute
      • xsetRepeatCount

        void xsetRepeatCount​(NonNegativeDecimalType repeatCount)
        Sets (as xml) the "repeatCount" attribute
      • unsetRepeatCount

        void unsetRepeatCount()
        Unsets the "repeatCount" attribute
      • getRepeat

        BigInteger getRepeat()
        Gets the "repeat" attribute
      • xgetRepeat

        org.apache.xmlbeans.XmlNonNegativeInteger xgetRepeat()
        Gets (as xml) the "repeat" attribute
      • isSetRepeat

        boolean isSetRepeat()
        True if has "repeat" attribute
      • setRepeat

        void setRepeat​(BigInteger repeat)
        Sets the "repeat" attribute
      • xsetRepeat

        void xsetRepeat​(org.apache.xmlbeans.XmlNonNegativeInteger repeat)
        Sets (as xml) the "repeat" attribute
      • unsetRepeat

        void unsetRepeat()
        Unsets the "repeat" attribute
      • getMin

        String getMin()
        Gets the "min" attribute
      • xgetMin

        org.apache.xmlbeans.XmlString xgetMin()
        Gets (as xml) the "min" attribute
      • isSetMin

        boolean isSetMin()
        True if has "min" attribute
      • setMin

        void setMin​(String min)
        Sets the "min" attribute
      • xsetMin

        void xsetMin​(org.apache.xmlbeans.XmlString min)
        Sets (as xml) the "min" attribute
      • unsetMin

        void unsetMin()
        Unsets the "min" attribute
      • getMax

        String getMax()
        Gets the "max" attribute
      • xgetMax

        org.apache.xmlbeans.XmlString xgetMax()
        Gets (as xml) the "max" attribute
      • isSetMax

        boolean isSetMax()
        True if has "max" attribute
      • setMax

        void setMax​(String max)
        Sets the "max" attribute
      • xsetMax

        void xsetMax​(org.apache.xmlbeans.XmlString max)
        Sets (as xml) the "max" attribute
      • unsetMax

        void unsetMax()
        Unsets the "max" attribute
      • xgetSyncBehavior

        SyncBehaviorType xgetSyncBehavior()
        Gets (as xml) the "syncBehavior" attribute
      • isSetSyncBehavior

        boolean isSetSyncBehavior()
        True if has "syncBehavior" attribute
      • setSyncBehavior

        void setSyncBehavior​(SyncBehaviorType.Enum syncBehavior)
        Sets the "syncBehavior" attribute
      • xsetSyncBehavior

        void xsetSyncBehavior​(SyncBehaviorType syncBehavior)
        Sets (as xml) the "syncBehavior" attribute
      • unsetSyncBehavior

        void unsetSyncBehavior()
        Unsets the "syncBehavior" attribute
      • getSyncTolerance

        String getSyncTolerance()
        Gets the "syncTolerance" attribute
      • xgetSyncTolerance

        org.apache.xmlbeans.XmlString xgetSyncTolerance()
        Gets (as xml) the "syncTolerance" attribute
      • isSetSyncTolerance

        boolean isSetSyncTolerance()
        True if has "syncTolerance" attribute
      • setSyncTolerance

        void setSyncTolerance​(String syncTolerance)
        Sets the "syncTolerance" attribute
      • xsetSyncTolerance

        void xsetSyncTolerance​(org.apache.xmlbeans.XmlString syncTolerance)
        Sets (as xml) the "syncTolerance" attribute
      • unsetSyncTolerance

        void unsetSyncTolerance()
        Unsets the "syncTolerance" attribute
      • xgetSyncBehaviorDefault

        SyncBehaviorDefaultType xgetSyncBehaviorDefault()
        Gets (as xml) the "syncBehaviorDefault" attribute
      • isSetSyncBehaviorDefault

        boolean isSetSyncBehaviorDefault()
        True if has "syncBehaviorDefault" attribute
      • setSyncBehaviorDefault

        void setSyncBehaviorDefault​(SyncBehaviorDefaultType.Enum syncBehaviorDefault)
        Sets the "syncBehaviorDefault" attribute
      • xsetSyncBehaviorDefault

        void xsetSyncBehaviorDefault​(SyncBehaviorDefaultType syncBehaviorDefault)
        Sets (as xml) the "syncBehaviorDefault" attribute
      • unsetSyncBehaviorDefault

        void unsetSyncBehaviorDefault()
        Unsets the "syncBehaviorDefault" attribute
      • getSyncToleranceDefault

        String getSyncToleranceDefault()
        Gets the "syncToleranceDefault" attribute
      • xgetSyncToleranceDefault

        org.apache.xmlbeans.XmlString xgetSyncToleranceDefault()
        Gets (as xml) the "syncToleranceDefault" attribute
      • isSetSyncToleranceDefault

        boolean isSetSyncToleranceDefault()
        True if has "syncToleranceDefault" attribute
      • setSyncToleranceDefault

        void setSyncToleranceDefault​(String syncToleranceDefault)
        Sets the "syncToleranceDefault" attribute
      • xsetSyncToleranceDefault

        void xsetSyncToleranceDefault​(org.apache.xmlbeans.XmlString syncToleranceDefault)
        Sets (as xml) the "syncToleranceDefault" attribute
      • unsetSyncToleranceDefault

        void unsetSyncToleranceDefault()
        Unsets the "syncToleranceDefault" attribute
      • isSetRestart

        boolean isSetRestart()
        True if has "restart" attribute
      • xsetRestart

        void xsetRestart​(RestartTimingType restart)
        Sets (as xml) the "restart" attribute
      • unsetRestart

        void unsetRestart()
        Unsets the "restart" attribute
      • xgetRestartDefault

        RestartDefaultType xgetRestartDefault()
        Gets (as xml) the "restartDefault" attribute
      • isSetRestartDefault

        boolean isSetRestartDefault()
        True if has "restartDefault" attribute
      • setRestartDefault

        void setRestartDefault​(RestartDefaultType.Enum restartDefault)
        Sets the "restartDefault" attribute
      • xsetRestartDefault

        void xsetRestartDefault​(RestartDefaultType restartDefault)
        Sets (as xml) the "restartDefault" attribute
      • unsetRestartDefault

        void unsetRestartDefault()
        Unsets the "restartDefault" attribute
      • isSetFill

        boolean isSetFill()
        True if has "fill" attribute
      • unsetFill

        void unsetFill()
        Unsets the "fill" attribute
      • xgetFillDefault

        FillDefaultType xgetFillDefault()
        Gets (as xml) the "fillDefault" attribute
      • isSetFillDefault

        boolean isSetFillDefault()
        True if has "fillDefault" attribute
      • setFillDefault

        void setFillDefault​(FillDefaultType.Enum fillDefault)
        Sets the "fillDefault" attribute
      • xsetFillDefault

        void xsetFillDefault​(FillDefaultType fillDefault)
        Sets (as xml) the "fillDefault" attribute
      • unsetFillDefault

        void unsetFillDefault()
        Unsets the "fillDefault" attribute
      • getTargetElement

        String getTargetElement()
        Gets the "targetElement" attribute
      • xgetTargetElement

        org.apache.xmlbeans.XmlIDREF xgetTargetElement()
        Gets (as xml) the "targetElement" attribute
      • isSetTargetElement

        boolean isSetTargetElement()
        True if has "targetElement" attribute
      • setTargetElement

        void setTargetElement​(String targetElement)
        Sets the "targetElement" attribute
      • xsetTargetElement

        void xsetTargetElement​(org.apache.xmlbeans.XmlIDREF targetElement)
        Sets (as xml) the "targetElement" attribute
      • unsetTargetElement

        void unsetTargetElement()
        Unsets the "targetElement" attribute
      • getSkipContent

        boolean getSkipContent()
        Gets the "skip-content" attribute
      • xgetSkipContent

        org.apache.xmlbeans.XmlBoolean xgetSkipContent()
        Gets (as xml) the "skip-content" attribute
      • isSetSkipContent

        boolean isSetSkipContent()
        True if has "skip-content" attribute
      • setSkipContent

        void setSkipContent​(boolean skipContent)
        Sets the "skip-content" attribute
      • xsetSkipContent

        void xsetSkipContent​(org.apache.xmlbeans.XmlBoolean skipContent)
        Sets (as xml) the "skip-content" attribute
      • unsetSkipContent

        void unsetSkipContent()
        Unsets the "skip-content" attribute