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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLTimeAnimateValue.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTTLAnimVariantaddNewVal()Appends and returns a new empty "val" elementjava.lang.StringgetFmla()Gets the "fmla" attributejava.lang.ObjectgetTm()Gets the "tm" attributeCTTLAnimVariantgetVal()Gets the "val" elementbooleanisSetFmla()True if has "fmla" attributebooleanisSetTm()True if has "tm" attributebooleanisSetVal()True if has "val" elementvoidsetFmla(java.lang.String fmla)Sets the "fmla" attributevoidsetTm(java.lang.Object tm)Sets the "tm" attributevoidsetVal(CTTLAnimVariant val)Sets the "val" elementvoidunsetFmla()Unsets the "fmla" attributevoidunsetTm()Unsets the "tm" attributevoidunsetVal()Unsets the "val" elementXmlStringxgetFmla()Gets (as xml) the "fmla" attributeSTTLTimeAnimateValueTimexgetTm()Gets (as xml) the "tm" attributevoidxsetFmla(XmlString fmla)Sets (as xml) the "fmla" attributevoidxsetTm(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
-
-