Interface CTTLTimeAnimateValue
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLTimeAnimateValue extends XmlObject
An XML CT_TLTimeAnimateValue(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTLTimeAnimateValue>
Factory
static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTTLAnimVariant
addNewVal()
Appends and returns a new empty "val" elementjava.lang.String
getFmla()
Gets the "fmla" attributejava.lang.Object
getTm()
Gets the "tm" attributeCTTLAnimVariant
getVal()
Gets the "val" elementboolean
isSetFmla()
True if has "fmla" attributeboolean
isSetTm()
True if has "tm" attributeboolean
isSetVal()
True if has "val" elementvoid
setFmla(java.lang.String fmla)
Sets the "fmla" attributevoid
setTm(java.lang.Object tm)
Sets the "tm" attributevoid
setVal(CTTLAnimVariant val)
Sets the "val" elementvoid
unsetFmla()
Unsets the "fmla" attributevoid
unsetTm()
Unsets the "tm" attributevoid
unsetVal()
Unsets the "val" elementXmlString
xgetFmla()
Gets (as xml) the "fmla" attributeSTTLTimeAnimateValueTime
xgetTm()
Gets (as xml) the "tm" attributevoid
xsetFmla(XmlString fmla)
Sets (as xml) the "fmla" attributevoid
xsetTm(STTLTimeAnimateValueTime tm)
Sets (as xml) the "tm" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTLTimeAnimateValue> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getVal
CTTLAnimVariant getVal()
Gets the "val" element
-
isSetVal
boolean isSetVal()
True if has "val" element
-
setVal
void setVal(CTTLAnimVariant val)
Sets the "val" element
-
addNewVal
CTTLAnimVariant addNewVal()
Appends and returns a new empty "val" element
-
unsetVal
void unsetVal()
Unsets the "val" element
-
getTm
java.lang.Object getTm()
Gets the "tm" attribute
-
xgetTm
STTLTimeAnimateValueTime xgetTm()
Gets (as xml) the "tm" attribute
-
isSetTm
boolean isSetTm()
True if has "tm" attribute
-
setTm
void setTm(java.lang.Object tm)
Sets the "tm" attribute
-
xsetTm
void xsetTm(STTLTimeAnimateValueTime tm)
Sets (as xml) the "tm" attribute
-
unsetTm
void unsetTm()
Unsets the "tm" attribute
-
getFmla
java.lang.String getFmla()
Gets the "fmla" attribute
-
xgetFmla
XmlString xgetFmla()
Gets (as xml) the "fmla" attribute
-
isSetFmla
boolean isSetFmla()
True if has "fmla" attribute
-
setFmla
void setFmla(java.lang.String fmla)
Sets the "fmla" attribute
-
xsetFmla
void xsetFmla(XmlString fmla)
Sets (as xml) the "fmla" attribute
-
unsetFmla
void unsetFmla()
Unsets the "fmla" attribute
-
-