Class AnimateMotionTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- org.w3.x2001.smil20.impl.AnimateMotionPrototypeImpl
-
- org.w3.x2001.smil20.language.impl.AnimateMotionTypeImpl
-
- All Implemented Interfaces:
Serializable,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource,AnimateMotionPrototype,AnimateMotionType
public class AnimateMotionTypeImpl extends AnimateMotionPrototypeImpl implements AnimateMotionType
An XML animateMotionType(@http://www.w3.org/2001/SMIL20/Language). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnimateMotionTypeImpl.CalcModeImplAn XML calcMode(@).-
Nested classes/interfaces inherited from class org.w3.x2001.smil20.impl.AnimateMotionPrototypeImpl
AnimateMotionPrototypeImpl.AccumulateImpl, AnimateMotionPrototypeImpl.AdditiveImpl
-
Nested classes/interfaces inherited from interface org.w3.x2001.smil20.AnimateMotionPrototype
AnimateMotionPrototype.Accumulate, AnimateMotionPrototype.Additive, AnimateMotionPrototype.Factory
-
Nested classes/interfaces inherited from interface org.w3.x2001.smil20.language.AnimateMotionType
AnimateMotionType.CalcMode, AnimateMotionType.Factory
-
-
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.AnimateMotionPrototype
type
-
Fields inherited from interface org.w3.x2001.smil20.language.AnimateMotionType
type
-
-
Constructor Summary
Constructors Constructor Description AnimateMotionTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlt()Gets the "alt" attributeStringgetBegin()Gets the "begin" attributeAnimateMotionType.CalcMode.EnumgetCalcMode()Gets the "calcMode" attributeStringgetClass1()Gets the "class" attributeStringgetDur()Gets the "dur" attributeStringgetEnd()Gets the "end" attributeFillTimingAttrsType.EnumgetFill()Gets the "fill" attributeFillDefaultType.EnumgetFillDefault()Gets the "fillDefault" attributeStringgetId()Gets the "id" attributeStringgetLang()Gets the "lang" attributeStringgetLongdesc()Gets the "longdesc" attributeStringgetMax()Gets the "max" attributeStringgetMin()Gets the "min" attributeBigIntegergetRepeat()Gets the "repeat" attributeBigDecimalgetRepeatCount()Gets the "repeatCount" attributeStringgetRepeatDur()Gets the "repeatDur" attributeRestartTimingType.EnumgetRestart()Gets the "restart" attributeRestartDefaultType.EnumgetRestartDefault()Gets the "restartDefault" attributebooleangetSkipContent()Gets the "skip-content" attributeSyncBehaviorType.EnumgetSyncBehavior()Gets the "syncBehavior" attributeSyncBehaviorDefaultType.EnumgetSyncBehaviorDefault()Gets the "syncBehaviorDefault" attributeStringgetSyncTolerance()Gets the "syncTolerance" attributeStringgetSyncToleranceDefault()Gets the "syncToleranceDefault" attributeStringgetTargetElement()Gets the "targetElement" attributebooleanisSetAlt()True if has "alt" attributebooleanisSetBegin()True if has "begin" attributebooleanisSetCalcMode()True if has "calcMode" attributebooleanisSetClass1()True if has "class" attributebooleanisSetDur()True if has "dur" attributebooleanisSetEnd()True if has "end" attributebooleanisSetFill()True if has "fill" attributebooleanisSetFillDefault()True if has "fillDefault" attributebooleanisSetId()True if has "id" attributebooleanisSetLang()True if has "lang" attributebooleanisSetLongdesc()True if has "longdesc" attributebooleanisSetMax()True if has "max" attributebooleanisSetMin()True if has "min" attributebooleanisSetRepeat()True if has "repeat" attributebooleanisSetRepeatCount()True if has "repeatCount" attributebooleanisSetRepeatDur()True if has "repeatDur" attributebooleanisSetRestart()True if has "restart" attributebooleanisSetRestartDefault()True if has "restartDefault" attributebooleanisSetSkipContent()True if has "skip-content" attributebooleanisSetSyncBehavior()True if has "syncBehavior" attributebooleanisSetSyncBehaviorDefault()True if has "syncBehaviorDefault" attributebooleanisSetSyncTolerance()True if has "syncTolerance" attributebooleanisSetSyncToleranceDefault()True if has "syncToleranceDefault" attributebooleanisSetTargetElement()True if has "targetElement" attributevoidsetAlt(String alt)Sets the "alt" attributevoidsetBegin(String begin)Sets the "begin" attributevoidsetCalcMode(AnimateMotionType.CalcMode.Enum calcMode)Sets the "calcMode" attributevoidsetClass1(String class1)Sets the "class" attributevoidsetDur(String dur)Sets the "dur" attributevoidsetEnd(String end)Sets the "end" attributevoidsetFill(FillTimingAttrsType.Enum fill)Sets the "fill" attributevoidsetFillDefault(FillDefaultType.Enum fillDefault)Sets the "fillDefault" attributevoidsetId(String id)Sets the "id" attributevoidsetLang(String lang)Sets the "lang" attributevoidsetLongdesc(String longdesc)Sets the "longdesc" attributevoidsetMax(String max)Sets the "max" attributevoidsetMin(String min)Sets the "min" attributevoidsetRepeat(BigInteger repeat)Sets the "repeat" attributevoidsetRepeatCount(BigDecimal repeatCount)Sets the "repeatCount" attributevoidsetRepeatDur(String repeatDur)Sets the "repeatDur" attributevoidsetRestart(RestartTimingType.Enum restart)Sets the "restart" attributevoidsetRestartDefault(RestartDefaultType.Enum restartDefault)Sets the "restartDefault" attributevoidsetSkipContent(boolean skipContent)Sets the "skip-content" attributevoidsetSyncBehavior(SyncBehaviorType.Enum syncBehavior)Sets the "syncBehavior" attributevoidsetSyncBehaviorDefault(SyncBehaviorDefaultType.Enum syncBehaviorDefault)Sets the "syncBehaviorDefault" attributevoidsetSyncTolerance(String syncTolerance)Sets the "syncTolerance" attributevoidsetSyncToleranceDefault(String syncToleranceDefault)Sets the "syncToleranceDefault" attributevoidsetTargetElement(String targetElement)Sets the "targetElement" attributevoidunsetAlt()Unsets the "alt" attributevoidunsetBegin()Unsets the "begin" attributevoidunsetCalcMode()Unsets the "calcMode" attributevoidunsetClass1()Unsets the "class" attributevoidunsetDur()Unsets the "dur" attributevoidunsetEnd()Unsets the "end" attributevoidunsetFill()Unsets the "fill" attributevoidunsetFillDefault()Unsets the "fillDefault" attributevoidunsetId()Unsets the "id" attributevoidunsetLang()Unsets the "lang" attributevoidunsetLongdesc()Unsets the "longdesc" attributevoidunsetMax()Unsets the "max" attributevoidunsetMin()Unsets the "min" attributevoidunsetRepeat()Unsets the "repeat" attributevoidunsetRepeatCount()Unsets the "repeatCount" attributevoidunsetRepeatDur()Unsets the "repeatDur" attributevoidunsetRestart()Unsets the "restart" attributevoidunsetRestartDefault()Unsets the "restartDefault" attributevoidunsetSkipContent()Unsets the "skip-content" attributevoidunsetSyncBehavior()Unsets the "syncBehavior" attributevoidunsetSyncBehaviorDefault()Unsets the "syncBehaviorDefault" attributevoidunsetSyncTolerance()Unsets the "syncTolerance" attributevoidunsetSyncToleranceDefault()Unsets the "syncToleranceDefault" attributevoidunsetTargetElement()Unsets the "targetElement" attributeorg.apache.xmlbeans.XmlStringxgetAlt()Gets (as xml) the "alt" attributeorg.apache.xmlbeans.XmlStringxgetBegin()Gets (as xml) the "begin" attributeAnimateMotionType.CalcModexgetCalcMode()Gets (as xml) the "calcMode" attributeorg.apache.xmlbeans.XmlStringxgetClass1()Gets (as xml) the "class" attributeorg.apache.xmlbeans.XmlStringxgetDur()Gets (as xml) the "dur" attributeorg.apache.xmlbeans.XmlStringxgetEnd()Gets (as xml) the "end" attributeFillTimingAttrsTypexgetFill()Gets (as xml) the "fill" attributeFillDefaultTypexgetFillDefault()Gets (as xml) the "fillDefault" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlLanguagexgetLang()Gets (as xml) the "lang" attributeorg.apache.xmlbeans.XmlAnyURIxgetLongdesc()Gets (as xml) the "longdesc" attributeorg.apache.xmlbeans.XmlStringxgetMax()Gets (as xml) the "max" attributeorg.apache.xmlbeans.XmlStringxgetMin()Gets (as xml) the "min" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerxgetRepeat()Gets (as xml) the "repeat" attributeNonNegativeDecimalTypexgetRepeatCount()Gets (as xml) the "repeatCount" attributeorg.apache.xmlbeans.XmlStringxgetRepeatDur()Gets (as xml) the "repeatDur" attributeRestartTimingTypexgetRestart()Gets (as xml) the "restart" attributeRestartDefaultTypexgetRestartDefault()Gets (as xml) the "restartDefault" attributeorg.apache.xmlbeans.XmlBooleanxgetSkipContent()Gets (as xml) the "skip-content" attributeSyncBehaviorTypexgetSyncBehavior()Gets (as xml) the "syncBehavior" attributeSyncBehaviorDefaultTypexgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeorg.apache.xmlbeans.XmlStringxgetSyncTolerance()Gets (as xml) the "syncTolerance" attributeorg.apache.xmlbeans.XmlStringxgetSyncToleranceDefault()Gets (as xml) the "syncToleranceDefault" attributeorg.apache.xmlbeans.XmlIDREFxgetTargetElement()Gets (as xml) the "targetElement" attributevoidxsetAlt(org.apache.xmlbeans.XmlString alt)Sets (as xml) the "alt" attributevoidxsetBegin(org.apache.xmlbeans.XmlString begin)Sets (as xml) the "begin" attributevoidxsetCalcMode(AnimateMotionType.CalcMode calcMode)Sets (as xml) the "calcMode" attributevoidxsetClass1(org.apache.xmlbeans.XmlString class1)Sets (as xml) the "class" attributevoidxsetDur(org.apache.xmlbeans.XmlString dur)Sets (as xml) the "dur" attributevoidxsetEnd(org.apache.xmlbeans.XmlString end)Sets (as xml) the "end" attributevoidxsetFill(FillTimingAttrsType fill)Sets (as xml) the "fill" attributevoidxsetFillDefault(FillDefaultType fillDefault)Sets (as xml) the "fillDefault" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attributevoidxsetLang(org.apache.xmlbeans.XmlLanguage lang)Sets (as xml) the "lang" attributevoidxsetLongdesc(org.apache.xmlbeans.XmlAnyURI longdesc)Sets (as xml) the "longdesc" attributevoidxsetMax(org.apache.xmlbeans.XmlString max)Sets (as xml) the "max" attributevoidxsetMin(org.apache.xmlbeans.XmlString min)Sets (as xml) the "min" attributevoidxsetRepeat(org.apache.xmlbeans.XmlNonNegativeInteger repeat)Sets (as xml) the "repeat" attributevoidxsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attributevoidxsetRepeatDur(org.apache.xmlbeans.XmlString repeatDur)Sets (as xml) the "repeatDur" attributevoidxsetRestart(RestartTimingType restart)Sets (as xml) the "restart" attributevoidxsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attributevoidxsetSkipContent(org.apache.xmlbeans.XmlBoolean skipContent)Sets (as xml) the "skip-content" attributevoidxsetSyncBehavior(SyncBehaviorType syncBehavior)Sets (as xml) the "syncBehavior" attributevoidxsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attributevoidxsetSyncTolerance(org.apache.xmlbeans.XmlString syncTolerance)Sets (as xml) the "syncTolerance" attributevoidxsetSyncToleranceDefault(org.apache.xmlbeans.XmlString syncToleranceDefault)Sets (as xml) the "syncToleranceDefault" attributevoidxsetTargetElement(org.apache.xmlbeans.XmlIDREF targetElement)Sets (as xml) the "targetElement" attribute-
Methods inherited from class org.w3.x2001.smil20.impl.AnimateMotionPrototypeImpl
getAccumulate, getAdditive, getBy, getFrom, getOrigin, getTo, getValues, isSetAccumulate, isSetAdditive, isSetBy, isSetFrom, isSetOrigin, isSetTo, isSetValues, setAccumulate, setAdditive, setBy, setFrom, setOrigin, setTo, setValues, unsetAccumulate, unsetAdditive, unsetBy, unsetFrom, unsetOrigin, unsetTo, unsetValues, xgetAccumulate, xgetAdditive, xgetBy, xgetFrom, xgetOrigin, xgetTo, xgetValues, xsetAccumulate, xsetAdditive, xsetBy, xsetFrom, xsetOrigin, xsetTo, xsetValues
-
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.w3.x2001.smil20.AnimateMotionPrototype
getAccumulate, getAdditive, getBy, getFrom, getOrigin, getTo, getValues, isSetAccumulate, isSetAdditive, isSetBy, isSetFrom, isSetOrigin, isSetTo, isSetValues, setAccumulate, setAdditive, setBy, setFrom, setOrigin, setTo, setValues, unsetAccumulate, unsetAdditive, unsetBy, unsetFrom, unsetOrigin, unsetTo, unsetValues, xgetAccumulate, xgetAdditive, xgetBy, xgetFrom, xgetOrigin, xgetTo, xgetValues, xsetAccumulate, xsetAdditive, xsetBy, xsetFrom, xsetOrigin, xsetTo, xsetValues
-
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
-
-
-
-
Method Detail
-
getId
public String getId()
Gets the "id" attribute- Specified by:
getIdin interfaceAnimateMotionType
-
xgetId
public org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute- Specified by:
xgetIdin interfaceAnimateMotionType
-
isSetId
public boolean isSetId()
True if has "id" attribute- Specified by:
isSetIdin interfaceAnimateMotionType
-
setId
public void setId(String id)
Sets the "id" attribute- Specified by:
setIdin interfaceAnimateMotionType
-
xsetId
public void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute- Specified by:
xsetIdin interfaceAnimateMotionType
-
unsetId
public void unsetId()
Unsets the "id" attribute- Specified by:
unsetIdin interfaceAnimateMotionType
-
getClass1
public String getClass1()
Gets the "class" attribute- Specified by:
getClass1in interfaceAnimateMotionType
-
xgetClass1
public org.apache.xmlbeans.XmlString xgetClass1()
Gets (as xml) the "class" attribute- Specified by:
xgetClass1in interfaceAnimateMotionType
-
isSetClass1
public boolean isSetClass1()
True if has "class" attribute- Specified by:
isSetClass1in interfaceAnimateMotionType
-
setClass1
public void setClass1(String class1)
Sets the "class" attribute- Specified by:
setClass1in interfaceAnimateMotionType
-
xsetClass1
public void xsetClass1(org.apache.xmlbeans.XmlString class1)
Sets (as xml) the "class" attribute- Specified by:
xsetClass1in interfaceAnimateMotionType
-
unsetClass1
public void unsetClass1()
Unsets the "class" attribute- Specified by:
unsetClass1in interfaceAnimateMotionType
-
getLang
public String getLang()
Gets the "lang" attribute- Specified by:
getLangin interfaceAnimateMotionType
-
xgetLang
public org.apache.xmlbeans.XmlLanguage xgetLang()
Gets (as xml) the "lang" attribute- Specified by:
xgetLangin interfaceAnimateMotionType
-
isSetLang
public boolean isSetLang()
True if has "lang" attribute- Specified by:
isSetLangin interfaceAnimateMotionType
-
setLang
public void setLang(String lang)
Sets the "lang" attribute- Specified by:
setLangin interfaceAnimateMotionType
-
xsetLang
public void xsetLang(org.apache.xmlbeans.XmlLanguage lang)
Sets (as xml) the "lang" attribute- Specified by:
xsetLangin interfaceAnimateMotionType
-
unsetLang
public void unsetLang()
Unsets the "lang" attribute- Specified by:
unsetLangin interfaceAnimateMotionType
-
getAlt
public String getAlt()
Gets the "alt" attribute- Specified by:
getAltin interfaceAnimateMotionType
-
xgetAlt
public org.apache.xmlbeans.XmlString xgetAlt()
Gets (as xml) the "alt" attribute- Specified by:
xgetAltin interfaceAnimateMotionType
-
isSetAlt
public boolean isSetAlt()
True if has "alt" attribute- Specified by:
isSetAltin interfaceAnimateMotionType
-
setAlt
public void setAlt(String alt)
Sets the "alt" attribute- Specified by:
setAltin interfaceAnimateMotionType
-
xsetAlt
public void xsetAlt(org.apache.xmlbeans.XmlString alt)
Sets (as xml) the "alt" attribute- Specified by:
xsetAltin interfaceAnimateMotionType
-
unsetAlt
public void unsetAlt()
Unsets the "alt" attribute- Specified by:
unsetAltin interfaceAnimateMotionType
-
getLongdesc
public String getLongdesc()
Gets the "longdesc" attribute- Specified by:
getLongdescin interfaceAnimateMotionType
-
xgetLongdesc
public org.apache.xmlbeans.XmlAnyURI xgetLongdesc()
Gets (as xml) the "longdesc" attribute- Specified by:
xgetLongdescin interfaceAnimateMotionType
-
isSetLongdesc
public boolean isSetLongdesc()
True if has "longdesc" attribute- Specified by:
isSetLongdescin interfaceAnimateMotionType
-
setLongdesc
public void setLongdesc(String longdesc)
Sets the "longdesc" attribute- Specified by:
setLongdescin interfaceAnimateMotionType
-
xsetLongdesc
public void xsetLongdesc(org.apache.xmlbeans.XmlAnyURI longdesc)
Sets (as xml) the "longdesc" attribute- Specified by:
xsetLongdescin interfaceAnimateMotionType
-
unsetLongdesc
public void unsetLongdesc()
Unsets the "longdesc" attribute- Specified by:
unsetLongdescin interfaceAnimateMotionType
-
getBegin
public String getBegin()
Gets the "begin" attribute- Specified by:
getBeginin interfaceAnimateMotionType
-
xgetBegin
public org.apache.xmlbeans.XmlString xgetBegin()
Gets (as xml) the "begin" attribute- Specified by:
xgetBeginin interfaceAnimateMotionType
-
isSetBegin
public boolean isSetBegin()
True if has "begin" attribute- Specified by:
isSetBeginin interfaceAnimateMotionType
-
setBegin
public void setBegin(String begin)
Sets the "begin" attribute- Specified by:
setBeginin interfaceAnimateMotionType
-
xsetBegin
public void xsetBegin(org.apache.xmlbeans.XmlString begin)
Sets (as xml) the "begin" attribute- Specified by:
xsetBeginin interfaceAnimateMotionType
-
unsetBegin
public void unsetBegin()
Unsets the "begin" attribute- Specified by:
unsetBeginin interfaceAnimateMotionType
-
getEnd
public String getEnd()
Gets the "end" attribute- Specified by:
getEndin interfaceAnimateMotionType
-
xgetEnd
public org.apache.xmlbeans.XmlString xgetEnd()
Gets (as xml) the "end" attribute- Specified by:
xgetEndin interfaceAnimateMotionType
-
isSetEnd
public boolean isSetEnd()
True if has "end" attribute- Specified by:
isSetEndin interfaceAnimateMotionType
-
setEnd
public void setEnd(String end)
Sets the "end" attribute- Specified by:
setEndin interfaceAnimateMotionType
-
xsetEnd
public void xsetEnd(org.apache.xmlbeans.XmlString end)
Sets (as xml) the "end" attribute- Specified by:
xsetEndin interfaceAnimateMotionType
-
unsetEnd
public void unsetEnd()
Unsets the "end" attribute- Specified by:
unsetEndin interfaceAnimateMotionType
-
getDur
public String getDur()
Gets the "dur" attribute- Specified by:
getDurin interfaceAnimateMotionType
-
xgetDur
public org.apache.xmlbeans.XmlString xgetDur()
Gets (as xml) the "dur" attribute- Specified by:
xgetDurin interfaceAnimateMotionType
-
isSetDur
public boolean isSetDur()
True if has "dur" attribute- Specified by:
isSetDurin interfaceAnimateMotionType
-
setDur
public void setDur(String dur)
Sets the "dur" attribute- Specified by:
setDurin interfaceAnimateMotionType
-
xsetDur
public void xsetDur(org.apache.xmlbeans.XmlString dur)
Sets (as xml) the "dur" attribute- Specified by:
xsetDurin interfaceAnimateMotionType
-
unsetDur
public void unsetDur()
Unsets the "dur" attribute- Specified by:
unsetDurin interfaceAnimateMotionType
-
getRepeatDur
public String getRepeatDur()
Gets the "repeatDur" attribute- Specified by:
getRepeatDurin interfaceAnimateMotionType
-
xgetRepeatDur
public org.apache.xmlbeans.XmlString xgetRepeatDur()
Gets (as xml) the "repeatDur" attribute- Specified by:
xgetRepeatDurin interfaceAnimateMotionType
-
isSetRepeatDur
public boolean isSetRepeatDur()
True if has "repeatDur" attribute- Specified by:
isSetRepeatDurin interfaceAnimateMotionType
-
setRepeatDur
public void setRepeatDur(String repeatDur)
Sets the "repeatDur" attribute- Specified by:
setRepeatDurin interfaceAnimateMotionType
-
xsetRepeatDur
public void xsetRepeatDur(org.apache.xmlbeans.XmlString repeatDur)
Sets (as xml) the "repeatDur" attribute- Specified by:
xsetRepeatDurin interfaceAnimateMotionType
-
unsetRepeatDur
public void unsetRepeatDur()
Unsets the "repeatDur" attribute- Specified by:
unsetRepeatDurin interfaceAnimateMotionType
-
getRepeatCount
public BigDecimal getRepeatCount()
Gets the "repeatCount" attribute- Specified by:
getRepeatCountin interfaceAnimateMotionType
-
xgetRepeatCount
public NonNegativeDecimalType xgetRepeatCount()
Gets (as xml) the "repeatCount" attribute- Specified by:
xgetRepeatCountin interfaceAnimateMotionType
-
isSetRepeatCount
public boolean isSetRepeatCount()
True if has "repeatCount" attribute- Specified by:
isSetRepeatCountin interfaceAnimateMotionType
-
setRepeatCount
public void setRepeatCount(BigDecimal repeatCount)
Sets the "repeatCount" attribute- Specified by:
setRepeatCountin interfaceAnimateMotionType
-
xsetRepeatCount
public void xsetRepeatCount(NonNegativeDecimalType repeatCount)
Sets (as xml) the "repeatCount" attribute- Specified by:
xsetRepeatCountin interfaceAnimateMotionType
-
unsetRepeatCount
public void unsetRepeatCount()
Unsets the "repeatCount" attribute- Specified by:
unsetRepeatCountin interfaceAnimateMotionType
-
getRepeat
public BigInteger getRepeat()
Gets the "repeat" attribute- Specified by:
getRepeatin interfaceAnimateMotionType
-
xgetRepeat
public org.apache.xmlbeans.XmlNonNegativeInteger xgetRepeat()
Gets (as xml) the "repeat" attribute- Specified by:
xgetRepeatin interfaceAnimateMotionType
-
isSetRepeat
public boolean isSetRepeat()
True if has "repeat" attribute- Specified by:
isSetRepeatin interfaceAnimateMotionType
-
setRepeat
public void setRepeat(BigInteger repeat)
Sets the "repeat" attribute- Specified by:
setRepeatin interfaceAnimateMotionType
-
xsetRepeat
public void xsetRepeat(org.apache.xmlbeans.XmlNonNegativeInteger repeat)
Sets (as xml) the "repeat" attribute- Specified by:
xsetRepeatin interfaceAnimateMotionType
-
unsetRepeat
public void unsetRepeat()
Unsets the "repeat" attribute- Specified by:
unsetRepeatin interfaceAnimateMotionType
-
getMin
public String getMin()
Gets the "min" attribute- Specified by:
getMinin interfaceAnimateMotionType
-
xgetMin
public org.apache.xmlbeans.XmlString xgetMin()
Gets (as xml) the "min" attribute- Specified by:
xgetMinin interfaceAnimateMotionType
-
isSetMin
public boolean isSetMin()
True if has "min" attribute- Specified by:
isSetMinin interfaceAnimateMotionType
-
setMin
public void setMin(String min)
Sets the "min" attribute- Specified by:
setMinin interfaceAnimateMotionType
-
xsetMin
public void xsetMin(org.apache.xmlbeans.XmlString min)
Sets (as xml) the "min" attribute- Specified by:
xsetMinin interfaceAnimateMotionType
-
unsetMin
public void unsetMin()
Unsets the "min" attribute- Specified by:
unsetMinin interfaceAnimateMotionType
-
getMax
public String getMax()
Gets the "max" attribute- Specified by:
getMaxin interfaceAnimateMotionType
-
xgetMax
public org.apache.xmlbeans.XmlString xgetMax()
Gets (as xml) the "max" attribute- Specified by:
xgetMaxin interfaceAnimateMotionType
-
isSetMax
public boolean isSetMax()
True if has "max" attribute- Specified by:
isSetMaxin interfaceAnimateMotionType
-
setMax
public void setMax(String max)
Sets the "max" attribute- Specified by:
setMaxin interfaceAnimateMotionType
-
xsetMax
public void xsetMax(org.apache.xmlbeans.XmlString max)
Sets (as xml) the "max" attribute- Specified by:
xsetMaxin interfaceAnimateMotionType
-
unsetMax
public void unsetMax()
Unsets the "max" attribute- Specified by:
unsetMaxin interfaceAnimateMotionType
-
getSyncBehavior
public SyncBehaviorType.Enum getSyncBehavior()
Gets the "syncBehavior" attribute- Specified by:
getSyncBehaviorin interfaceAnimateMotionType
-
xgetSyncBehavior
public SyncBehaviorType xgetSyncBehavior()
Gets (as xml) the "syncBehavior" attribute- Specified by:
xgetSyncBehaviorin interfaceAnimateMotionType
-
isSetSyncBehavior
public boolean isSetSyncBehavior()
True if has "syncBehavior" attribute- Specified by:
isSetSyncBehaviorin interfaceAnimateMotionType
-
setSyncBehavior
public void setSyncBehavior(SyncBehaviorType.Enum syncBehavior)
Sets the "syncBehavior" attribute- Specified by:
setSyncBehaviorin interfaceAnimateMotionType
-
xsetSyncBehavior
public void xsetSyncBehavior(SyncBehaviorType syncBehavior)
Sets (as xml) the "syncBehavior" attribute- Specified by:
xsetSyncBehaviorin interfaceAnimateMotionType
-
unsetSyncBehavior
public void unsetSyncBehavior()
Unsets the "syncBehavior" attribute- Specified by:
unsetSyncBehaviorin interfaceAnimateMotionType
-
getSyncTolerance
public String getSyncTolerance()
Gets the "syncTolerance" attribute- Specified by:
getSyncTolerancein interfaceAnimateMotionType
-
xgetSyncTolerance
public org.apache.xmlbeans.XmlString xgetSyncTolerance()
Gets (as xml) the "syncTolerance" attribute- Specified by:
xgetSyncTolerancein interfaceAnimateMotionType
-
isSetSyncTolerance
public boolean isSetSyncTolerance()
True if has "syncTolerance" attribute- Specified by:
isSetSyncTolerancein interfaceAnimateMotionType
-
setSyncTolerance
public void setSyncTolerance(String syncTolerance)
Sets the "syncTolerance" attribute- Specified by:
setSyncTolerancein interfaceAnimateMotionType
-
xsetSyncTolerance
public void xsetSyncTolerance(org.apache.xmlbeans.XmlString syncTolerance)
Sets (as xml) the "syncTolerance" attribute- Specified by:
xsetSyncTolerancein interfaceAnimateMotionType
-
unsetSyncTolerance
public void unsetSyncTolerance()
Unsets the "syncTolerance" attribute- Specified by:
unsetSyncTolerancein interfaceAnimateMotionType
-
getSyncBehaviorDefault
public SyncBehaviorDefaultType.Enum getSyncBehaviorDefault()
Gets the "syncBehaviorDefault" attribute- Specified by:
getSyncBehaviorDefaultin interfaceAnimateMotionType
-
xgetSyncBehaviorDefault
public SyncBehaviorDefaultType xgetSyncBehaviorDefault()
Gets (as xml) the "syncBehaviorDefault" attribute- Specified by:
xgetSyncBehaviorDefaultin interfaceAnimateMotionType
-
isSetSyncBehaviorDefault
public boolean isSetSyncBehaviorDefault()
True if has "syncBehaviorDefault" attribute- Specified by:
isSetSyncBehaviorDefaultin interfaceAnimateMotionType
-
setSyncBehaviorDefault
public void setSyncBehaviorDefault(SyncBehaviorDefaultType.Enum syncBehaviorDefault)
Sets the "syncBehaviorDefault" attribute- Specified by:
setSyncBehaviorDefaultin interfaceAnimateMotionType
-
xsetSyncBehaviorDefault
public void xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)
Sets (as xml) the "syncBehaviorDefault" attribute- Specified by:
xsetSyncBehaviorDefaultin interfaceAnimateMotionType
-
unsetSyncBehaviorDefault
public void unsetSyncBehaviorDefault()
Unsets the "syncBehaviorDefault" attribute- Specified by:
unsetSyncBehaviorDefaultin interfaceAnimateMotionType
-
getSyncToleranceDefault
public String getSyncToleranceDefault()
Gets the "syncToleranceDefault" attribute- Specified by:
getSyncToleranceDefaultin interfaceAnimateMotionType
-
xgetSyncToleranceDefault
public org.apache.xmlbeans.XmlString xgetSyncToleranceDefault()
Gets (as xml) the "syncToleranceDefault" attribute- Specified by:
xgetSyncToleranceDefaultin interfaceAnimateMotionType
-
isSetSyncToleranceDefault
public boolean isSetSyncToleranceDefault()
True if has "syncToleranceDefault" attribute- Specified by:
isSetSyncToleranceDefaultin interfaceAnimateMotionType
-
setSyncToleranceDefault
public void setSyncToleranceDefault(String syncToleranceDefault)
Sets the "syncToleranceDefault" attribute- Specified by:
setSyncToleranceDefaultin interfaceAnimateMotionType
-
xsetSyncToleranceDefault
public void xsetSyncToleranceDefault(org.apache.xmlbeans.XmlString syncToleranceDefault)
Sets (as xml) the "syncToleranceDefault" attribute- Specified by:
xsetSyncToleranceDefaultin interfaceAnimateMotionType
-
unsetSyncToleranceDefault
public void unsetSyncToleranceDefault()
Unsets the "syncToleranceDefault" attribute- Specified by:
unsetSyncToleranceDefaultin interfaceAnimateMotionType
-
getRestart
public RestartTimingType.Enum getRestart()
Gets the "restart" attribute- Specified by:
getRestartin interfaceAnimateMotionType
-
xgetRestart
public RestartTimingType xgetRestart()
Gets (as xml) the "restart" attribute- Specified by:
xgetRestartin interfaceAnimateMotionType
-
isSetRestart
public boolean isSetRestart()
True if has "restart" attribute- Specified by:
isSetRestartin interfaceAnimateMotionType
-
setRestart
public void setRestart(RestartTimingType.Enum restart)
Sets the "restart" attribute- Specified by:
setRestartin interfaceAnimateMotionType
-
xsetRestart
public void xsetRestart(RestartTimingType restart)
Sets (as xml) the "restart" attribute- Specified by:
xsetRestartin interfaceAnimateMotionType
-
unsetRestart
public void unsetRestart()
Unsets the "restart" attribute- Specified by:
unsetRestartin interfaceAnimateMotionType
-
getRestartDefault
public RestartDefaultType.Enum getRestartDefault()
Gets the "restartDefault" attribute- Specified by:
getRestartDefaultin interfaceAnimateMotionType
-
xgetRestartDefault
public RestartDefaultType xgetRestartDefault()
Gets (as xml) the "restartDefault" attribute- Specified by:
xgetRestartDefaultin interfaceAnimateMotionType
-
isSetRestartDefault
public boolean isSetRestartDefault()
True if has "restartDefault" attribute- Specified by:
isSetRestartDefaultin interfaceAnimateMotionType
-
setRestartDefault
public void setRestartDefault(RestartDefaultType.Enum restartDefault)
Sets the "restartDefault" attribute- Specified by:
setRestartDefaultin interfaceAnimateMotionType
-
xsetRestartDefault
public void xsetRestartDefault(RestartDefaultType restartDefault)
Sets (as xml) the "restartDefault" attribute- Specified by:
xsetRestartDefaultin interfaceAnimateMotionType
-
unsetRestartDefault
public void unsetRestartDefault()
Unsets the "restartDefault" attribute- Specified by:
unsetRestartDefaultin interfaceAnimateMotionType
-
getFill
public FillTimingAttrsType.Enum getFill()
Gets the "fill" attribute- Specified by:
getFillin interfaceAnimateMotionType
-
xgetFill
public FillTimingAttrsType xgetFill()
Gets (as xml) the "fill" attribute- Specified by:
xgetFillin interfaceAnimateMotionType
-
isSetFill
public boolean isSetFill()
True if has "fill" attribute- Specified by:
isSetFillin interfaceAnimateMotionType
-
setFill
public void setFill(FillTimingAttrsType.Enum fill)
Sets the "fill" attribute- Specified by:
setFillin interfaceAnimateMotionType
-
xsetFill
public void xsetFill(FillTimingAttrsType fill)
Sets (as xml) the "fill" attribute- Specified by:
xsetFillin interfaceAnimateMotionType
-
unsetFill
public void unsetFill()
Unsets the "fill" attribute- Specified by:
unsetFillin interfaceAnimateMotionType
-
getFillDefault
public FillDefaultType.Enum getFillDefault()
Gets the "fillDefault" attribute- Specified by:
getFillDefaultin interfaceAnimateMotionType
-
xgetFillDefault
public FillDefaultType xgetFillDefault()
Gets (as xml) the "fillDefault" attribute- Specified by:
xgetFillDefaultin interfaceAnimateMotionType
-
isSetFillDefault
public boolean isSetFillDefault()
True if has "fillDefault" attribute- Specified by:
isSetFillDefaultin interfaceAnimateMotionType
-
setFillDefault
public void setFillDefault(FillDefaultType.Enum fillDefault)
Sets the "fillDefault" attribute- Specified by:
setFillDefaultin interfaceAnimateMotionType
-
xsetFillDefault
public void xsetFillDefault(FillDefaultType fillDefault)
Sets (as xml) the "fillDefault" attribute- Specified by:
xsetFillDefaultin interfaceAnimateMotionType
-
unsetFillDefault
public void unsetFillDefault()
Unsets the "fillDefault" attribute- Specified by:
unsetFillDefaultin interfaceAnimateMotionType
-
getTargetElement
public String getTargetElement()
Gets the "targetElement" attribute- Specified by:
getTargetElementin interfaceAnimateMotionType
-
xgetTargetElement
public org.apache.xmlbeans.XmlIDREF xgetTargetElement()
Gets (as xml) the "targetElement" attribute- Specified by:
xgetTargetElementin interfaceAnimateMotionType
-
isSetTargetElement
public boolean isSetTargetElement()
True if has "targetElement" attribute- Specified by:
isSetTargetElementin interfaceAnimateMotionType
-
setTargetElement
public void setTargetElement(String targetElement)
Sets the "targetElement" attribute- Specified by:
setTargetElementin interfaceAnimateMotionType
-
xsetTargetElement
public void xsetTargetElement(org.apache.xmlbeans.XmlIDREF targetElement)
Sets (as xml) the "targetElement" attribute- Specified by:
xsetTargetElementin interfaceAnimateMotionType
-
unsetTargetElement
public void unsetTargetElement()
Unsets the "targetElement" attribute- Specified by:
unsetTargetElementin interfaceAnimateMotionType
-
getCalcMode
public AnimateMotionType.CalcMode.Enum getCalcMode()
Gets the "calcMode" attribute- Specified by:
getCalcModein interfaceAnimateMotionType
-
xgetCalcMode
public AnimateMotionType.CalcMode xgetCalcMode()
Gets (as xml) the "calcMode" attribute- Specified by:
xgetCalcModein interfaceAnimateMotionType
-
isSetCalcMode
public boolean isSetCalcMode()
True if has "calcMode" attribute- Specified by:
isSetCalcModein interfaceAnimateMotionType
-
setCalcMode
public void setCalcMode(AnimateMotionType.CalcMode.Enum calcMode)
Sets the "calcMode" attribute- Specified by:
setCalcModein interfaceAnimateMotionType
-
xsetCalcMode
public void xsetCalcMode(AnimateMotionType.CalcMode calcMode)
Sets (as xml) the "calcMode" attribute- Specified by:
xsetCalcModein interfaceAnimateMotionType
-
unsetCalcMode
public void unsetCalcMode()
Unsets the "calcMode" attribute- Specified by:
unsetCalcModein interfaceAnimateMotionType
-
getSkipContent
public boolean getSkipContent()
Gets the "skip-content" attribute- Specified by:
getSkipContentin interfaceAnimateMotionType
-
xgetSkipContent
public org.apache.xmlbeans.XmlBoolean xgetSkipContent()
Gets (as xml) the "skip-content" attribute- Specified by:
xgetSkipContentin interfaceAnimateMotionType
-
isSetSkipContent
public boolean isSetSkipContent()
True if has "skip-content" attribute- Specified by:
isSetSkipContentin interfaceAnimateMotionType
-
setSkipContent
public void setSkipContent(boolean skipContent)
Sets the "skip-content" attribute- Specified by:
setSkipContentin interfaceAnimateMotionType
-
xsetSkipContent
public void xsetSkipContent(org.apache.xmlbeans.XmlBoolean skipContent)
Sets (as xml) the "skip-content" attribute- Specified by:
xsetSkipContentin interfaceAnimateMotionType
-
unsetSkipContent
public void unsetSkipContent()
Unsets the "skip-content" attribute- Specified by:
unsetSkipContentin interfaceAnimateMotionType
-
-