Class SetTypeImpl

  • All Implemented Interfaces:
    Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, SetType, SetPrototype

    public class SetTypeImpl
    extends SetPrototypeImpl
    implements SetType
    An XML setType(@http://www.w3.org/2001/SMIL20/Language). This is a complex type.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase

        _voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
      • Fields inherited from interface org.w3.x2001.smil20.language.SetType

        type
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL, type
    • Constructor Summary

      Constructors 
      Constructor Description
      SetTypeImpl​(org.apache.xmlbeans.SchemaType sType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getAlt()
      Gets the "alt" attribute
      String getBegin()
      Gets the "begin" attribute
      String getClass1()
      Gets the "class" attribute
      String getDur()
      Gets the "dur" attribute
      String getEnd()
      Gets the "end" attribute
      FillTimingAttrsType.Enum getFill()
      Gets the "fill" attribute
      FillDefaultType.Enum getFillDefault()
      Gets the "fillDefault" attribute
      String getId()
      Gets the "id" attribute
      String getLang()
      Gets the "lang" attribute
      String getLongdesc()
      Gets the "longdesc" attribute
      String getMax()
      Gets the "max" attribute
      String getMin()
      Gets the "min" attribute
      BigInteger getRepeat()
      Gets the "repeat" attribute
      BigDecimal getRepeatCount()
      Gets the "repeatCount" attribute
      String getRepeatDur()
      Gets the "repeatDur" attribute
      RestartTimingType.Enum getRestart()
      Gets the "restart" attribute
      RestartDefaultType.Enum getRestartDefault()
      Gets the "restartDefault" attribute
      boolean getSkipContent()
      Gets the "skip-content" attribute
      SyncBehaviorType.Enum getSyncBehavior()
      Gets the "syncBehavior" attribute
      SyncBehaviorDefaultType.Enum getSyncBehaviorDefault()
      Gets the "syncBehaviorDefault" attribute
      String getSyncTolerance()
      Gets the "syncTolerance" attribute
      String getSyncToleranceDefault()
      Gets the "syncToleranceDefault" attribute
      String getTargetElement()
      Gets the "targetElement" attribute
      boolean isSetAlt()
      True if has "alt" attribute
      boolean isSetBegin()
      True if has "begin" attribute
      boolean isSetClass1()
      True if has "class" attribute
      boolean isSetDur()
      True if has "dur" attribute
      boolean isSetEnd()
      True if has "end" attribute
      boolean isSetFill()
      True if has "fill" attribute
      boolean isSetFillDefault()
      True if has "fillDefault" attribute
      boolean isSetId()
      True if has "id" attribute
      boolean isSetLang()
      True if has "lang" attribute
      boolean isSetLongdesc()
      True if has "longdesc" attribute
      boolean isSetMax()
      True if has "max" attribute
      boolean isSetMin()
      True if has "min" attribute
      boolean isSetRepeat()
      True if has "repeat" attribute
      boolean isSetRepeatCount()
      True if has "repeatCount" attribute
      boolean isSetRepeatDur()
      True if has "repeatDur" attribute
      boolean isSetRestart()
      True if has "restart" attribute
      boolean isSetRestartDefault()
      True if has "restartDefault" attribute
      boolean isSetSkipContent()
      True if has "skip-content" attribute
      boolean isSetSyncBehavior()
      True if has "syncBehavior" attribute
      boolean isSetSyncBehaviorDefault()
      True if has "syncBehaviorDefault" attribute
      boolean isSetSyncTolerance()
      True if has "syncTolerance" attribute
      boolean isSetSyncToleranceDefault()
      True if has "syncToleranceDefault" attribute
      boolean isSetTargetElement()
      True if has "targetElement" attribute
      void setAlt​(String alt)
      Sets the "alt" attribute
      void setBegin​(String begin)
      Sets the "begin" attribute
      void setClass1​(String class1)
      Sets the "class" attribute
      void setDur​(String dur)
      Sets the "dur" attribute
      void setEnd​(String end)
      Sets the "end" attribute
      void setFill​(FillTimingAttrsType.Enum fill)
      Sets the "fill" attribute
      void setFillDefault​(FillDefaultType.Enum fillDefault)
      Sets the "fillDefault" attribute
      void setId​(String id)
      Sets the "id" attribute
      void setLang​(String lang)
      Sets the "lang" attribute
      void setLongdesc​(String longdesc)
      Sets the "longdesc" attribute
      void setMax​(String max)
      Sets the "max" attribute
      void setMin​(String min)
      Sets the "min" attribute
      void setRepeat​(BigInteger repeat)
      Sets the "repeat" attribute
      void setRepeatCount​(BigDecimal repeatCount)
      Sets the "repeatCount" attribute
      void setRepeatDur​(String repeatDur)
      Sets the "repeatDur" attribute
      void setRestart​(RestartTimingType.Enum restart)
      Sets the "restart" attribute
      void setRestartDefault​(RestartDefaultType.Enum restartDefault)
      Sets the "restartDefault" attribute
      void setSkipContent​(boolean skipContent)
      Sets the "skip-content" attribute
      void setSyncBehavior​(SyncBehaviorType.Enum syncBehavior)
      Sets the "syncBehavior" attribute
      void setSyncBehaviorDefault​(SyncBehaviorDefaultType.Enum syncBehaviorDefault)
      Sets the "syncBehaviorDefault" attribute
      void setSyncTolerance​(String syncTolerance)
      Sets the "syncTolerance" attribute
      void setSyncToleranceDefault​(String syncToleranceDefault)
      Sets the "syncToleranceDefault" attribute
      void setTargetElement​(String targetElement)
      Sets the "targetElement" attribute
      void unsetAlt()
      Unsets the "alt" attribute
      void unsetBegin()
      Unsets the "begin" attribute
      void unsetClass1()
      Unsets the "class" attribute
      void unsetDur()
      Unsets the "dur" attribute
      void unsetEnd()
      Unsets the "end" attribute
      void unsetFill()
      Unsets the "fill" attribute
      void unsetFillDefault()
      Unsets the "fillDefault" attribute
      void unsetId()
      Unsets the "id" attribute
      void unsetLang()
      Unsets the "lang" attribute
      void unsetLongdesc()
      Unsets the "longdesc" attribute
      void unsetMax()
      Unsets the "max" attribute
      void unsetMin()
      Unsets the "min" attribute
      void unsetRepeat()
      Unsets the "repeat" attribute
      void unsetRepeatCount()
      Unsets the "repeatCount" attribute
      void unsetRepeatDur()
      Unsets the "repeatDur" attribute
      void unsetRestart()
      Unsets the "restart" attribute
      void unsetRestartDefault()
      Unsets the "restartDefault" attribute
      void unsetSkipContent()
      Unsets the "skip-content" attribute
      void unsetSyncBehavior()
      Unsets the "syncBehavior" attribute
      void unsetSyncBehaviorDefault()
      Unsets the "syncBehaviorDefault" attribute
      void unsetSyncTolerance()
      Unsets the "syncTolerance" attribute
      void unsetSyncToleranceDefault()
      Unsets the "syncToleranceDefault" attribute
      void unsetTargetElement()
      Unsets the "targetElement" attribute
      org.apache.xmlbeans.XmlString xgetAlt()
      Gets (as xml) the "alt" attribute
      org.apache.xmlbeans.XmlString xgetBegin()
      Gets (as xml) the "begin" attribute
      org.apache.xmlbeans.XmlString xgetClass1()
      Gets (as xml) the "class" attribute
      org.apache.xmlbeans.XmlString xgetDur()
      Gets (as xml) the "dur" attribute
      org.apache.xmlbeans.XmlString xgetEnd()
      Gets (as xml) the "end" attribute
      FillTimingAttrsType xgetFill()
      Gets (as xml) the "fill" attribute
      FillDefaultType xgetFillDefault()
      Gets (as xml) the "fillDefault" attribute
      org.apache.xmlbeans.XmlID xgetId()
      Gets (as xml) the "id" attribute
      org.apache.xmlbeans.XmlLanguage xgetLang()
      Gets (as xml) the "lang" attribute
      org.apache.xmlbeans.XmlAnyURI xgetLongdesc()
      Gets (as xml) the "longdesc" attribute
      org.apache.xmlbeans.XmlString xgetMax()
      Gets (as xml) the "max" attribute
      org.apache.xmlbeans.XmlString xgetMin()
      Gets (as xml) the "min" attribute
      org.apache.xmlbeans.XmlNonNegativeInteger xgetRepeat()
      Gets (as xml) the "repeat" attribute
      NonNegativeDecimalType xgetRepeatCount()
      Gets (as xml) the "repeatCount" attribute
      org.apache.xmlbeans.XmlString xgetRepeatDur()
      Gets (as xml) the "repeatDur" attribute
      RestartTimingType xgetRestart()
      Gets (as xml) the "restart" attribute
      RestartDefaultType xgetRestartDefault()
      Gets (as xml) the "restartDefault" attribute
      org.apache.xmlbeans.XmlBoolean xgetSkipContent()
      Gets (as xml) the "skip-content" attribute
      SyncBehaviorType xgetSyncBehavior()
      Gets (as xml) the "syncBehavior" attribute
      SyncBehaviorDefaultType xgetSyncBehaviorDefault()
      Gets (as xml) the "syncBehaviorDefault" attribute
      org.apache.xmlbeans.XmlString xgetSyncTolerance()
      Gets (as xml) the "syncTolerance" attribute
      org.apache.xmlbeans.XmlString xgetSyncToleranceDefault()
      Gets (as xml) the "syncToleranceDefault" attribute
      org.apache.xmlbeans.XmlIDREF xgetTargetElement()
      Gets (as xml) the "targetElement" attribute
      void xsetAlt​(org.apache.xmlbeans.XmlString alt)
      Sets (as xml) the "alt" attribute
      void xsetBegin​(org.apache.xmlbeans.XmlString begin)
      Sets (as xml) the "begin" attribute
      void xsetClass1​(org.apache.xmlbeans.XmlString class1)
      Sets (as xml) the "class" attribute
      void xsetDur​(org.apache.xmlbeans.XmlString dur)
      Sets (as xml) the "dur" attribute
      void xsetEnd​(org.apache.xmlbeans.XmlString end)
      Sets (as xml) the "end" attribute
      void xsetFill​(FillTimingAttrsType fill)
      Sets (as xml) the "fill" attribute
      void xsetFillDefault​(FillDefaultType fillDefault)
      Sets (as xml) the "fillDefault" attribute
      void xsetId​(org.apache.xmlbeans.XmlID id)
      Sets (as xml) the "id" attribute
      void xsetLang​(org.apache.xmlbeans.XmlLanguage lang)
      Sets (as xml) the "lang" attribute
      void xsetLongdesc​(org.apache.xmlbeans.XmlAnyURI longdesc)
      Sets (as xml) the "longdesc" attribute
      void xsetMax​(org.apache.xmlbeans.XmlString max)
      Sets (as xml) the "max" attribute
      void xsetMin​(org.apache.xmlbeans.XmlString min)
      Sets (as xml) the "min" attribute
      void xsetRepeat​(org.apache.xmlbeans.XmlNonNegativeInteger repeat)
      Sets (as xml) the "repeat" attribute
      void xsetRepeatCount​(NonNegativeDecimalType repeatCount)
      Sets (as xml) the "repeatCount" attribute
      void xsetRepeatDur​(org.apache.xmlbeans.XmlString repeatDur)
      Sets (as xml) the "repeatDur" attribute
      void xsetRestart​(RestartTimingType restart)
      Sets (as xml) the "restart" attribute
      void xsetRestartDefault​(RestartDefaultType restartDefault)
      Sets (as xml) the "restartDefault" attribute
      void xsetSkipContent​(org.apache.xmlbeans.XmlBoolean skipContent)
      Sets (as xml) the "skip-content" attribute
      void xsetSyncBehavior​(SyncBehaviorType syncBehavior)
      Sets (as xml) the "syncBehavior" attribute
      void xsetSyncBehaviorDefault​(SyncBehaviorDefaultType syncBehaviorDefault)
      Sets (as xml) the "syncBehaviorDefault" attribute
      void xsetSyncTolerance​(org.apache.xmlbeans.XmlString syncTolerance)
      Sets (as xml) the "syncTolerance" attribute
      void xsetSyncToleranceDefault​(org.apache.xmlbeans.XmlString syncToleranceDefault)
      Sets (as xml) the "syncToleranceDefault" attribute
      void xsetTargetElement​(org.apache.xmlbeans.XmlIDREF targetElement)
      Sets (as xml) the "targetElement" attribute
      • Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl

        arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
      • Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase

        _copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
      • 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
    • Constructor Detail

      • SetTypeImpl

        public SetTypeImpl​(org.apache.xmlbeans.SchemaType sType)
    • Method Detail

      • getId

        public String getId()
        Gets the "id" attribute
        Specified by:
        getId in interface SetType
      • xgetId

        public org.apache.xmlbeans.XmlID xgetId()
        Gets (as xml) the "id" attribute
        Specified by:
        xgetId in interface SetType
      • isSetId

        public boolean isSetId()
        True if has "id" attribute
        Specified by:
        isSetId in interface SetType
      • setId

        public void setId​(String id)
        Sets the "id" attribute
        Specified by:
        setId in interface SetType
      • xsetId

        public void xsetId​(org.apache.xmlbeans.XmlID id)
        Sets (as xml) the "id" attribute
        Specified by:
        xsetId in interface SetType
      • unsetId

        public void unsetId()
        Unsets the "id" attribute
        Specified by:
        unsetId in interface SetType
      • getClass1

        public String getClass1()
        Gets the "class" attribute
        Specified by:
        getClass1 in interface SetType
      • xgetClass1

        public org.apache.xmlbeans.XmlString xgetClass1()
        Gets (as xml) the "class" attribute
        Specified by:
        xgetClass1 in interface SetType
      • isSetClass1

        public boolean isSetClass1()
        True if has "class" attribute
        Specified by:
        isSetClass1 in interface SetType
      • setClass1

        public void setClass1​(String class1)
        Sets the "class" attribute
        Specified by:
        setClass1 in interface SetType
      • xsetClass1

        public void xsetClass1​(org.apache.xmlbeans.XmlString class1)
        Sets (as xml) the "class" attribute
        Specified by:
        xsetClass1 in interface SetType
      • unsetClass1

        public void unsetClass1()
        Unsets the "class" attribute
        Specified by:
        unsetClass1 in interface SetType
      • getLang

        public String getLang()
        Gets the "lang" attribute
        Specified by:
        getLang in interface SetType
      • xgetLang

        public org.apache.xmlbeans.XmlLanguage xgetLang()
        Gets (as xml) the "lang" attribute
        Specified by:
        xgetLang in interface SetType
      • isSetLang

        public boolean isSetLang()
        True if has "lang" attribute
        Specified by:
        isSetLang in interface SetType
      • setLang

        public void setLang​(String lang)
        Sets the "lang" attribute
        Specified by:
        setLang in interface SetType
      • xsetLang

        public void xsetLang​(org.apache.xmlbeans.XmlLanguage lang)
        Sets (as xml) the "lang" attribute
        Specified by:
        xsetLang in interface SetType
      • unsetLang

        public void unsetLang()
        Unsets the "lang" attribute
        Specified by:
        unsetLang in interface SetType
      • getAlt

        public String getAlt()
        Gets the "alt" attribute
        Specified by:
        getAlt in interface SetType
      • xgetAlt

        public org.apache.xmlbeans.XmlString xgetAlt()
        Gets (as xml) the "alt" attribute
        Specified by:
        xgetAlt in interface SetType
      • isSetAlt

        public boolean isSetAlt()
        True if has "alt" attribute
        Specified by:
        isSetAlt in interface SetType
      • setAlt

        public void setAlt​(String alt)
        Sets the "alt" attribute
        Specified by:
        setAlt in interface SetType
      • xsetAlt

        public void xsetAlt​(org.apache.xmlbeans.XmlString alt)
        Sets (as xml) the "alt" attribute
        Specified by:
        xsetAlt in interface SetType
      • unsetAlt

        public void unsetAlt()
        Unsets the "alt" attribute
        Specified by:
        unsetAlt in interface SetType
      • getLongdesc

        public String getLongdesc()
        Gets the "longdesc" attribute
        Specified by:
        getLongdesc in interface SetType
      • xgetLongdesc

        public org.apache.xmlbeans.XmlAnyURI xgetLongdesc()
        Gets (as xml) the "longdesc" attribute
        Specified by:
        xgetLongdesc in interface SetType
      • isSetLongdesc

        public boolean isSetLongdesc()
        True if has "longdesc" attribute
        Specified by:
        isSetLongdesc in interface SetType
      • setLongdesc

        public void setLongdesc​(String longdesc)
        Sets the "longdesc" attribute
        Specified by:
        setLongdesc in interface SetType
      • xsetLongdesc

        public void xsetLongdesc​(org.apache.xmlbeans.XmlAnyURI longdesc)
        Sets (as xml) the "longdesc" attribute
        Specified by:
        xsetLongdesc in interface SetType
      • unsetLongdesc

        public void unsetLongdesc()
        Unsets the "longdesc" attribute
        Specified by:
        unsetLongdesc in interface SetType
      • getBegin

        public String getBegin()
        Gets the "begin" attribute
        Specified by:
        getBegin in interface SetType
      • xgetBegin

        public org.apache.xmlbeans.XmlString xgetBegin()
        Gets (as xml) the "begin" attribute
        Specified by:
        xgetBegin in interface SetType
      • isSetBegin

        public boolean isSetBegin()
        True if has "begin" attribute
        Specified by:
        isSetBegin in interface SetType
      • setBegin

        public void setBegin​(String begin)
        Sets the "begin" attribute
        Specified by:
        setBegin in interface SetType
      • xsetBegin

        public void xsetBegin​(org.apache.xmlbeans.XmlString begin)
        Sets (as xml) the "begin" attribute
        Specified by:
        xsetBegin in interface SetType
      • unsetBegin

        public void unsetBegin()
        Unsets the "begin" attribute
        Specified by:
        unsetBegin in interface SetType
      • getEnd

        public String getEnd()
        Gets the "end" attribute
        Specified by:
        getEnd in interface SetType
      • xgetEnd

        public org.apache.xmlbeans.XmlString xgetEnd()
        Gets (as xml) the "end" attribute
        Specified by:
        xgetEnd in interface SetType
      • isSetEnd

        public boolean isSetEnd()
        True if has "end" attribute
        Specified by:
        isSetEnd in interface SetType
      • setEnd

        public void setEnd​(String end)
        Sets the "end" attribute
        Specified by:
        setEnd in interface SetType
      • xsetEnd

        public void xsetEnd​(org.apache.xmlbeans.XmlString end)
        Sets (as xml) the "end" attribute
        Specified by:
        xsetEnd in interface SetType
      • unsetEnd

        public void unsetEnd()
        Unsets the "end" attribute
        Specified by:
        unsetEnd in interface SetType
      • getDur

        public String getDur()
        Gets the "dur" attribute
        Specified by:
        getDur in interface SetType
      • xgetDur

        public org.apache.xmlbeans.XmlString xgetDur()
        Gets (as xml) the "dur" attribute
        Specified by:
        xgetDur in interface SetType
      • isSetDur

        public boolean isSetDur()
        True if has "dur" attribute
        Specified by:
        isSetDur in interface SetType
      • setDur

        public void setDur​(String dur)
        Sets the "dur" attribute
        Specified by:
        setDur in interface SetType
      • xsetDur

        public void xsetDur​(org.apache.xmlbeans.XmlString dur)
        Sets (as xml) the "dur" attribute
        Specified by:
        xsetDur in interface SetType
      • unsetDur

        public void unsetDur()
        Unsets the "dur" attribute
        Specified by:
        unsetDur in interface SetType
      • getRepeatDur

        public String getRepeatDur()
        Gets the "repeatDur" attribute
        Specified by:
        getRepeatDur in interface SetType
      • xgetRepeatDur

        public org.apache.xmlbeans.XmlString xgetRepeatDur()
        Gets (as xml) the "repeatDur" attribute
        Specified by:
        xgetRepeatDur in interface SetType
      • isSetRepeatDur

        public boolean isSetRepeatDur()
        True if has "repeatDur" attribute
        Specified by:
        isSetRepeatDur in interface SetType
      • setRepeatDur

        public void setRepeatDur​(String repeatDur)
        Sets the "repeatDur" attribute
        Specified by:
        setRepeatDur in interface SetType
      • xsetRepeatDur

        public void xsetRepeatDur​(org.apache.xmlbeans.XmlString repeatDur)
        Sets (as xml) the "repeatDur" attribute
        Specified by:
        xsetRepeatDur in interface SetType
      • unsetRepeatDur

        public void unsetRepeatDur()
        Unsets the "repeatDur" attribute
        Specified by:
        unsetRepeatDur in interface SetType
      • isSetRepeatCount

        public boolean isSetRepeatCount()
        True if has "repeatCount" attribute
        Specified by:
        isSetRepeatCount in interface SetType
      • setRepeatCount

        public void setRepeatCount​(BigDecimal repeatCount)
        Sets the "repeatCount" attribute
        Specified by:
        setRepeatCount in interface SetType
      • unsetRepeatCount

        public void unsetRepeatCount()
        Unsets the "repeatCount" attribute
        Specified by:
        unsetRepeatCount in interface SetType
      • xgetRepeat

        public org.apache.xmlbeans.XmlNonNegativeInteger xgetRepeat()
        Gets (as xml) the "repeat" attribute
        Specified by:
        xgetRepeat in interface SetType
      • isSetRepeat

        public boolean isSetRepeat()
        True if has "repeat" attribute
        Specified by:
        isSetRepeat in interface SetType
      • setRepeat

        public void setRepeat​(BigInteger repeat)
        Sets the "repeat" attribute
        Specified by:
        setRepeat in interface SetType
      • xsetRepeat

        public void xsetRepeat​(org.apache.xmlbeans.XmlNonNegativeInteger repeat)
        Sets (as xml) the "repeat" attribute
        Specified by:
        xsetRepeat in interface SetType
      • unsetRepeat

        public void unsetRepeat()
        Unsets the "repeat" attribute
        Specified by:
        unsetRepeat in interface SetType
      • getMin

        public String getMin()
        Gets the "min" attribute
        Specified by:
        getMin in interface SetType
      • xgetMin

        public org.apache.xmlbeans.XmlString xgetMin()
        Gets (as xml) the "min" attribute
        Specified by:
        xgetMin in interface SetType
      • isSetMin

        public boolean isSetMin()
        True if has "min" attribute
        Specified by:
        isSetMin in interface SetType
      • setMin

        public void setMin​(String min)
        Sets the "min" attribute
        Specified by:
        setMin in interface SetType
      • xsetMin

        public void xsetMin​(org.apache.xmlbeans.XmlString min)
        Sets (as xml) the "min" attribute
        Specified by:
        xsetMin in interface SetType
      • unsetMin

        public void unsetMin()
        Unsets the "min" attribute
        Specified by:
        unsetMin in interface SetType
      • getMax

        public String getMax()
        Gets the "max" attribute
        Specified by:
        getMax in interface SetType
      • xgetMax

        public org.apache.xmlbeans.XmlString xgetMax()
        Gets (as xml) the "max" attribute
        Specified by:
        xgetMax in interface SetType
      • isSetMax

        public boolean isSetMax()
        True if has "max" attribute
        Specified by:
        isSetMax in interface SetType
      • setMax

        public void setMax​(String max)
        Sets the "max" attribute
        Specified by:
        setMax in interface SetType
      • xsetMax

        public void xsetMax​(org.apache.xmlbeans.XmlString max)
        Sets (as xml) the "max" attribute
        Specified by:
        xsetMax in interface SetType
      • unsetMax

        public void unsetMax()
        Unsets the "max" attribute
        Specified by:
        unsetMax in interface SetType
      • isSetSyncBehavior

        public boolean isSetSyncBehavior()
        True if has "syncBehavior" attribute
        Specified by:
        isSetSyncBehavior in interface SetType
      • unsetSyncBehavior

        public void unsetSyncBehavior()
        Unsets the "syncBehavior" attribute
        Specified by:
        unsetSyncBehavior in interface SetType
      • xgetSyncTolerance

        public org.apache.xmlbeans.XmlString xgetSyncTolerance()
        Gets (as xml) the "syncTolerance" attribute
        Specified by:
        xgetSyncTolerance in interface SetType
      • isSetSyncTolerance

        public boolean isSetSyncTolerance()
        True if has "syncTolerance" attribute
        Specified by:
        isSetSyncTolerance in interface SetType
      • setSyncTolerance

        public void setSyncTolerance​(String syncTolerance)
        Sets the "syncTolerance" attribute
        Specified by:
        setSyncTolerance in interface SetType
      • xsetSyncTolerance

        public void xsetSyncTolerance​(org.apache.xmlbeans.XmlString syncTolerance)
        Sets (as xml) the "syncTolerance" attribute
        Specified by:
        xsetSyncTolerance in interface SetType
      • unsetSyncTolerance

        public void unsetSyncTolerance()
        Unsets the "syncTolerance" attribute
        Specified by:
        unsetSyncTolerance in interface SetType
      • isSetSyncBehaviorDefault

        public boolean isSetSyncBehaviorDefault()
        True if has "syncBehaviorDefault" attribute
        Specified by:
        isSetSyncBehaviorDefault in interface SetType
      • unsetSyncBehaviorDefault

        public void unsetSyncBehaviorDefault()
        Unsets the "syncBehaviorDefault" attribute
        Specified by:
        unsetSyncBehaviorDefault in interface SetType
      • xgetSyncToleranceDefault

        public org.apache.xmlbeans.XmlString xgetSyncToleranceDefault()
        Gets (as xml) the "syncToleranceDefault" attribute
        Specified by:
        xgetSyncToleranceDefault in interface SetType
      • isSetSyncToleranceDefault

        public boolean isSetSyncToleranceDefault()
        True if has "syncToleranceDefault" attribute
        Specified by:
        isSetSyncToleranceDefault in interface SetType
      • setSyncToleranceDefault

        public void setSyncToleranceDefault​(String syncToleranceDefault)
        Sets the "syncToleranceDefault" attribute
        Specified by:
        setSyncToleranceDefault in interface SetType
      • xsetSyncToleranceDefault

        public void xsetSyncToleranceDefault​(org.apache.xmlbeans.XmlString syncToleranceDefault)
        Sets (as xml) the "syncToleranceDefault" attribute
        Specified by:
        xsetSyncToleranceDefault in interface SetType
      • unsetSyncToleranceDefault

        public void unsetSyncToleranceDefault()
        Unsets the "syncToleranceDefault" attribute
        Specified by:
        unsetSyncToleranceDefault in interface SetType
      • isSetRestart

        public boolean isSetRestart()
        True if has "restart" attribute
        Specified by:
        isSetRestart in interface SetType
      • unsetRestart

        public void unsetRestart()
        Unsets the "restart" attribute
        Specified by:
        unsetRestart in interface SetType
      • isSetRestartDefault

        public boolean isSetRestartDefault()
        True if has "restartDefault" attribute
        Specified by:
        isSetRestartDefault in interface SetType
      • unsetRestartDefault

        public void unsetRestartDefault()
        Unsets the "restartDefault" attribute
        Specified by:
        unsetRestartDefault in interface SetType
      • isSetFill

        public boolean isSetFill()
        True if has "fill" attribute
        Specified by:
        isSetFill in interface SetType
      • unsetFill

        public void unsetFill()
        Unsets the "fill" attribute
        Specified by:
        unsetFill in interface SetType
      • isSetFillDefault

        public boolean isSetFillDefault()
        True if has "fillDefault" attribute
        Specified by:
        isSetFillDefault in interface SetType
      • unsetFillDefault

        public void unsetFillDefault()
        Unsets the "fillDefault" attribute
        Specified by:
        unsetFillDefault in interface SetType
      • xgetTargetElement

        public org.apache.xmlbeans.XmlIDREF xgetTargetElement()
        Gets (as xml) the "targetElement" attribute
        Specified by:
        xgetTargetElement in interface SetType
      • isSetTargetElement

        public boolean isSetTargetElement()
        True if has "targetElement" attribute
        Specified by:
        isSetTargetElement in interface SetType
      • setTargetElement

        public void setTargetElement​(String targetElement)
        Sets the "targetElement" attribute
        Specified by:
        setTargetElement in interface SetType
      • xsetTargetElement

        public void xsetTargetElement​(org.apache.xmlbeans.XmlIDREF targetElement)
        Sets (as xml) the "targetElement" attribute
        Specified by:
        xsetTargetElement in interface SetType
      • unsetTargetElement

        public void unsetTargetElement()
        Unsets the "targetElement" attribute
        Specified by:
        unsetTargetElement in interface SetType
      • getSkipContent

        public boolean getSkipContent()
        Gets the "skip-content" attribute
        Specified by:
        getSkipContent in interface SetType
      • xgetSkipContent

        public org.apache.xmlbeans.XmlBoolean xgetSkipContent()
        Gets (as xml) the "skip-content" attribute
        Specified by:
        xgetSkipContent in interface SetType
      • isSetSkipContent

        public boolean isSetSkipContent()
        True if has "skip-content" attribute
        Specified by:
        isSetSkipContent in interface SetType
      • setSkipContent

        public void setSkipContent​(boolean skipContent)
        Sets the "skip-content" attribute
        Specified by:
        setSkipContent in interface SetType
      • xsetSkipContent

        public void xsetSkipContent​(org.apache.xmlbeans.XmlBoolean skipContent)
        Sets (as xml) the "skip-content" attribute
        Specified by:
        xsetSkipContent in interface SetType
      • unsetSkipContent

        public void unsetSkipContent()
        Unsets the "skip-content" attribute
        Specified by:
        unsetSkipContent in interface SetType