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 classCTTLAnimVariant.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 CTTLAnimVariantBooleanValaddNewBoolVal()Appends and returns a new empty "boolVal" elementCTColoraddNewClrVal()Appends and returns a new empty "clrVal" elementCTTLAnimVariantFloatValaddNewFltVal()Appends and returns a new empty "fltVal" elementCTTLAnimVariantIntegerValaddNewIntVal()Appends and returns a new empty "intVal" elementCTTLAnimVariantStringValaddNewStrVal()Appends and returns a new empty "strVal" elementCTTLAnimVariantBooleanValgetBoolVal()Gets the "boolVal" elementCTColorgetClrVal()Gets the "clrVal" elementCTTLAnimVariantFloatValgetFltVal()Gets the "fltVal" elementCTTLAnimVariantIntegerValgetIntVal()Gets the "intVal" elementCTTLAnimVariantStringValgetStrVal()Gets the "strVal" elementbooleanisSetBoolVal()True if has "boolVal" elementbooleanisSetClrVal()True if has "clrVal" elementbooleanisSetFltVal()True if has "fltVal" elementbooleanisSetIntVal()True if has "intVal" elementbooleanisSetStrVal()True if has "strVal" elementvoidsetBoolVal(CTTLAnimVariantBooleanVal boolVal)Sets the "boolVal" elementvoidsetClrVal(CTColor clrVal)Sets the "clrVal" elementvoidsetFltVal(CTTLAnimVariantFloatVal fltVal)Sets the "fltVal" elementvoidsetIntVal(CTTLAnimVariantIntegerVal intVal)Sets the "intVal" elementvoidsetStrVal(CTTLAnimVariantStringVal strVal)Sets the "strVal" elementvoidunsetBoolVal()Unsets the "boolVal" elementvoidunsetClrVal()Unsets the "clrVal" elementvoidunsetFltVal()Unsets the "fltVal" elementvoidunsetIntVal()Unsets the "intVal" elementvoidunsetStrVal()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
-
-