Package org.w3.x2001.smil20
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.XmlObjectAn XML animateMotionPrototype(@http://www.w3.org/2001/SMIL20/). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAnimateMotionPrototype.AccumulateAn XML accumulate(@).static interfaceAnimateMotionPrototype.AdditiveAn XML additive(@).static classAnimateMotionPrototype.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnimateMotionPrototype.Accumulate.EnumgetAccumulate()Gets the "accumulate" attributeAnimateMotionPrototype.Additive.EnumgetAdditive()Gets the "additive" attributeStringgetBy()Gets the "by" attributeStringgetFrom()Gets the "from" attributeStringgetOrigin()Gets the "origin" attributeStringgetTo()Gets the "to" attributeStringgetValues()Gets the "values" attributebooleanisSetAccumulate()True if has "accumulate" attributebooleanisSetAdditive()True if has "additive" attributebooleanisSetBy()True if has "by" attributebooleanisSetFrom()True if has "from" attributebooleanisSetOrigin()True if has "origin" attributebooleanisSetTo()True if has "to" attributebooleanisSetValues()True if has "values" attributevoidsetAccumulate(AnimateMotionPrototype.Accumulate.Enum accumulate)Sets the "accumulate" attributevoidsetAdditive(AnimateMotionPrototype.Additive.Enum additive)Sets the "additive" attributevoidsetBy(String by)Sets the "by" attributevoidsetFrom(String from)Sets the "from" attributevoidsetOrigin(String origin)Sets the "origin" attributevoidsetTo(String to)Sets the "to" attributevoidsetValues(String values)Sets the "values" attributevoidunsetAccumulate()Unsets the "accumulate" attributevoidunsetAdditive()Unsets the "additive" attributevoidunsetBy()Unsets the "by" attributevoidunsetFrom()Unsets the "from" attributevoidunsetOrigin()Unsets the "origin" attributevoidunsetTo()Unsets the "to" attributevoidunsetValues()Unsets the "values" attributeAnimateMotionPrototype.AccumulatexgetAccumulate()Gets (as xml) the "accumulate" attributeAnimateMotionPrototype.AdditivexgetAdditive()Gets (as xml) the "additive" attributeorg.apache.xmlbeans.XmlStringxgetBy()Gets (as xml) the "by" attributeorg.apache.xmlbeans.XmlStringxgetFrom()Gets (as xml) the "from" attributeorg.apache.xmlbeans.XmlStringxgetOrigin()Gets (as xml) the "origin" attributeorg.apache.xmlbeans.XmlStringxgetTo()Gets (as xml) the "to" attributeorg.apache.xmlbeans.XmlStringxgetValues()Gets (as xml) the "values" attributevoidxsetAccumulate(AnimateMotionPrototype.Accumulate accumulate)Sets (as xml) the "accumulate" attributevoidxsetAdditive(AnimateMotionPrototype.Additive additive)Sets (as xml) the "additive" attributevoidxsetBy(org.apache.xmlbeans.XmlString by)Sets (as xml) the "by" attributevoidxsetFrom(org.apache.xmlbeans.XmlString from)Sets (as xml) the "from" attributevoidxsetOrigin(org.apache.xmlbeans.XmlString origin)Sets (as xml) the "origin" attributevoidxsetTo(org.apache.xmlbeans.XmlString to)Sets (as xml) the "to" attributevoidxsetValues(org.apache.xmlbeans.XmlString values)Sets (as xml) the "values" attribute-
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
-
getAdditive
AnimateMotionPrototype.Additive.Enum getAdditive()
Gets the "additive" attribute
-
xgetAdditive
AnimateMotionPrototype.Additive xgetAdditive()
Gets (as xml) the "additive" attribute
-
isSetAdditive
boolean isSetAdditive()
True if has "additive" attribute
-
setAdditive
void setAdditive(AnimateMotionPrototype.Additive.Enum additive)
Sets the "additive" attribute
-
xsetAdditive
void xsetAdditive(AnimateMotionPrototype.Additive additive)
Sets (as xml) the "additive" attribute
-
unsetAdditive
void unsetAdditive()
Unsets the "additive" attribute
-
getAccumulate
AnimateMotionPrototype.Accumulate.Enum getAccumulate()
Gets the "accumulate" attribute
-
xgetAccumulate
AnimateMotionPrototype.Accumulate xgetAccumulate()
Gets (as xml) the "accumulate" attribute
-
isSetAccumulate
boolean isSetAccumulate()
True if has "accumulate" attribute
-
setAccumulate
void setAccumulate(AnimateMotionPrototype.Accumulate.Enum accumulate)
Sets the "accumulate" attribute
-
xsetAccumulate
void xsetAccumulate(AnimateMotionPrototype.Accumulate accumulate)
Sets (as xml) the "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
-
-