Interface CTTLSetBehavior
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLSetBehavior extends XmlObject
An XML CT_TLSetBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLSetBehavior.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 CTTLCommonBehaviorDataaddNewCBhvr()Appends and returns a new empty "cBhvr" elementCTTLAnimVariantaddNewTo()Appends and returns a new empty "to" elementCTTLCommonBehaviorDatagetCBhvr()Gets the "cBhvr" elementCTTLAnimVariantgetTo()Gets the "to" elementbooleanisSetTo()True if has "to" elementvoidsetCBhvr(CTTLCommonBehaviorData cBhvr)Sets the "cBhvr" elementvoidsetTo(CTTLAnimVariant to)Sets the "to" elementvoidunsetTo()Unsets the "to" 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
-
getCBhvr
CTTLCommonBehaviorData getCBhvr()
Gets the "cBhvr" element
-
setCBhvr
void setCBhvr(CTTLCommonBehaviorData cBhvr)
Sets the "cBhvr" element
-
addNewCBhvr
CTTLCommonBehaviorData addNewCBhvr()
Appends and returns a new empty "cBhvr" element
-
getTo
CTTLAnimVariant getTo()
Gets the "to" element
-
isSetTo
boolean isSetTo()
True if has "to" element
-
setTo
void setTo(CTTLAnimVariant to)
Sets the "to" element
-
addNewTo
CTTLAnimVariant addNewTo()
Appends and returns a new empty "to" element
-
unsetTo
void unsetTo()
Unsets the "to" element
-
-