Interface CTTLAnimVariant
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLAnimVariant extends XmlObject
An XML CT_TLAnimVariant(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTLAnimVariant.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 CTTLAnimVariantBooleanVal
addNewBoolVal()
Appends and returns a new empty "boolVal" elementCTColor
addNewClrVal()
Appends and returns a new empty "clrVal" elementCTTLAnimVariantFloatVal
addNewFltVal()
Appends and returns a new empty "fltVal" elementCTTLAnimVariantIntegerVal
addNewIntVal()
Appends and returns a new empty "intVal" elementCTTLAnimVariantStringVal
addNewStrVal()
Appends and returns a new empty "strVal" elementCTTLAnimVariantBooleanVal
getBoolVal()
Gets the "boolVal" elementCTColor
getClrVal()
Gets the "clrVal" elementCTTLAnimVariantFloatVal
getFltVal()
Gets the "fltVal" elementCTTLAnimVariantIntegerVal
getIntVal()
Gets the "intVal" elementCTTLAnimVariantStringVal
getStrVal()
Gets the "strVal" elementboolean
isSetBoolVal()
True if has "boolVal" elementboolean
isSetClrVal()
True if has "clrVal" elementboolean
isSetFltVal()
True if has "fltVal" elementboolean
isSetIntVal()
True if has "intVal" elementboolean
isSetStrVal()
True if has "strVal" elementvoid
setBoolVal(CTTLAnimVariantBooleanVal boolVal)
Sets the "boolVal" elementvoid
setClrVal(CTColor clrVal)
Sets the "clrVal" elementvoid
setFltVal(CTTLAnimVariantFloatVal fltVal)
Sets the "fltVal" elementvoid
setIntVal(CTTLAnimVariantIntegerVal intVal)
Sets the "intVal" elementvoid
setStrVal(CTTLAnimVariantStringVal strVal)
Sets the "strVal" elementvoid
unsetBoolVal()
Unsets the "boolVal" elementvoid
unsetClrVal()
Unsets the "clrVal" elementvoid
unsetFltVal()
Unsets the "fltVal" elementvoid
unsetIntVal()
Unsets the "intVal" elementvoid
unsetStrVal()
Unsets the "strVal" element-
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
-
getBoolVal
CTTLAnimVariantBooleanVal getBoolVal()
Gets the "boolVal" element
-
isSetBoolVal
boolean isSetBoolVal()
True if has "boolVal" element
-
setBoolVal
void setBoolVal(CTTLAnimVariantBooleanVal boolVal)
Sets the "boolVal" element
-
addNewBoolVal
CTTLAnimVariantBooleanVal addNewBoolVal()
Appends and returns a new empty "boolVal" element
-
unsetBoolVal
void unsetBoolVal()
Unsets the "boolVal" element
-
getIntVal
CTTLAnimVariantIntegerVal getIntVal()
Gets the "intVal" element
-
isSetIntVal
boolean isSetIntVal()
True if has "intVal" element
-
setIntVal
void setIntVal(CTTLAnimVariantIntegerVal intVal)
Sets the "intVal" element
-
addNewIntVal
CTTLAnimVariantIntegerVal addNewIntVal()
Appends and returns a new empty "intVal" element
-
unsetIntVal
void unsetIntVal()
Unsets the "intVal" element
-
getFltVal
CTTLAnimVariantFloatVal getFltVal()
Gets the "fltVal" element
-
isSetFltVal
boolean isSetFltVal()
True if has "fltVal" element
-
setFltVal
void setFltVal(CTTLAnimVariantFloatVal fltVal)
Sets the "fltVal" element
-
addNewFltVal
CTTLAnimVariantFloatVal addNewFltVal()
Appends and returns a new empty "fltVal" element
-
unsetFltVal
void unsetFltVal()
Unsets the "fltVal" element
-
getStrVal
CTTLAnimVariantStringVal getStrVal()
Gets the "strVal" element
-
isSetStrVal
boolean isSetStrVal()
True if has "strVal" element
-
setStrVal
void setStrVal(CTTLAnimVariantStringVal strVal)
Sets the "strVal" element
-
addNewStrVal
CTTLAnimVariantStringVal addNewStrVal()
Appends and returns a new empty "strVal" element
-
unsetStrVal
void unsetStrVal()
Unsets the "strVal" element
-
getClrVal
CTColor getClrVal()
Gets the "clrVal" element
-
isSetClrVal
boolean isSetClrVal()
True if has "clrVal" element
-
setClrVal
void setClrVal(CTColor clrVal)
Sets the "clrVal" element
-
addNewClrVal
CTColor addNewClrVal()
Appends and returns a new empty "clrVal" element
-
unsetClrVal
void unsetClrVal()
Unsets the "clrVal" element
-
-