Interface CTTLCommonBehaviorData
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLCommonBehaviorData(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLCommonBehaviorData> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "attrNameLst" elementAppends and returns a new empty "cTn" elementAppends and returns a new empty "tgtEl" elementGets the "accumulate" attributeGets the "additive" attributeGets the "attrNameLst" elementgetBy()Gets the "by" attributegetCTn()Gets the "cTn" elementgetFrom()Gets the "from" attributeGets the "override" attributegetRctx()Gets the "rctx" attributegetTgtEl()Gets the "tgtEl" elementgetTo()Gets the "to" attributeGets the "xfrmType" attributebooleanTrue if has "accumulate" attributebooleanTrue if has "additive" attributebooleanTrue if has "attrNameLst" elementbooleanisSetBy()True if has "by" attributebooleanTrue if has "from" attributebooleanTrue if has "override" attributebooleanTrue if has "rctx" attributebooleanisSetTo()True if has "to" attributebooleanTrue if has "xfrmType" attributevoidsetAccumulate(STTLBehaviorAccumulateType.Enum accumulate) Sets the "accumulate" attributevoidsetAdditive(STTLBehaviorAdditiveType.Enum additive) Sets the "additive" attributevoidsetAttrNameLst(CTTLBehaviorAttributeNameList attrNameLst) Sets the "attrNameLst" elementvoidSets the "by" attributevoidSets the "cTn" elementvoidSets the "from" attributevoidsetOverride(STTLBehaviorOverrideType.Enum override) Sets the "override" attributevoidSets the "rctx" attributevoidsetTgtEl(CTTLTimeTargetElement tgtEl) Sets the "tgtEl" elementvoidSets the "to" attributevoidsetXfrmType(STTLBehaviorTransformType.Enum xfrmType) Sets the "xfrmType" attributevoidUnsets the "accumulate" attributevoidUnsets the "additive" attributevoidUnsets the "attrNameLst" elementvoidunsetBy()Unsets the "by" attributevoidUnsets the "from" attributevoidUnsets the "override" attributevoidUnsets the "rctx" attributevoidunsetTo()Unsets the "to" attributevoidUnsets the "xfrmType" attributeGets (as xml) the "accumulate" attributeGets (as xml) the "additive" attributexgetBy()Gets (as xml) the "by" attributexgetFrom()Gets (as xml) the "from" attributeGets (as xml) the "override" attributexgetRctx()Gets (as xml) the "rctx" attributexgetTo()Gets (as xml) the "to" attributeGets (as xml) the "xfrmType" attributevoidxsetAccumulate(STTLBehaviorAccumulateType accumulate) Sets (as xml) the "accumulate" attributevoidxsetAdditive(STTLBehaviorAdditiveType additive) Sets (as xml) the "additive" attributevoidSets (as xml) the "by" attributevoidSets (as xml) the "from" attributevoidxsetOverride(STTLBehaviorOverrideType override) Sets (as xml) the "override" attributevoidSets (as xml) the "rctx" attributevoidSets (as xml) the "to" attributevoidxsetXfrmType(STTLBehaviorTransformType xfrmType) Sets (as xml) the "xfrmType" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getCTn
CTTLCommonTimeNodeData getCTn()Gets the "cTn" element -
setCTn
Sets the "cTn" element -
addNewCTn
CTTLCommonTimeNodeData addNewCTn()Appends and returns a new empty "cTn" element -
getTgtEl
CTTLTimeTargetElement getTgtEl()Gets the "tgtEl" element -
setTgtEl
Sets the "tgtEl" element -
addNewTgtEl
CTTLTimeTargetElement addNewTgtEl()Appends and returns a new empty "tgtEl" element -
getAttrNameLst
CTTLBehaviorAttributeNameList getAttrNameLst()Gets the "attrNameLst" element -
isSetAttrNameLst
boolean isSetAttrNameLst()True if has "attrNameLst" element -
setAttrNameLst
Sets the "attrNameLst" element -
addNewAttrNameLst
CTTLBehaviorAttributeNameList addNewAttrNameLst()Appends and returns a new empty "attrNameLst" element -
unsetAttrNameLst
void unsetAttrNameLst()Unsets the "attrNameLst" element -
getAdditive
STTLBehaviorAdditiveType.Enum getAdditive()Gets the "additive" attribute -
xgetAdditive
STTLBehaviorAdditiveType xgetAdditive()Gets (as xml) the "additive" attribute -
isSetAdditive
boolean isSetAdditive()True if has "additive" attribute -
setAdditive
Sets the "additive" attribute -
xsetAdditive
Sets (as xml) the "additive" attribute -
unsetAdditive
void unsetAdditive()Unsets the "additive" attribute -
getAccumulate
STTLBehaviorAccumulateType.Enum getAccumulate()Gets the "accumulate" attribute -
xgetAccumulate
STTLBehaviorAccumulateType xgetAccumulate()Gets (as xml) the "accumulate" attribute -
isSetAccumulate
boolean isSetAccumulate()True if has "accumulate" attribute -
setAccumulate
Sets the "accumulate" attribute -
xsetAccumulate
Sets (as xml) the "accumulate" attribute -
unsetAccumulate
void unsetAccumulate()Unsets the "accumulate" attribute -
getXfrmType
STTLBehaviorTransformType.Enum getXfrmType()Gets the "xfrmType" attribute -
xgetXfrmType
STTLBehaviorTransformType xgetXfrmType()Gets (as xml) the "xfrmType" attribute -
isSetXfrmType
boolean isSetXfrmType()True if has "xfrmType" attribute -
setXfrmType
Sets the "xfrmType" attribute -
xsetXfrmType
Sets (as xml) the "xfrmType" attribute -
unsetXfrmType
void unsetXfrmType()Unsets the "xfrmType" attribute -
getFrom
String getFrom()Gets the "from" attribute -
xgetFrom
XmlString xgetFrom()Gets (as xml) the "from" attribute -
isSetFrom
boolean isSetFrom()True if has "from" attribute -
setFrom
Sets the "from" attribute -
xsetFrom
Sets (as xml) the "from" attribute -
unsetFrom
void unsetFrom()Unsets the "from" attribute -
getTo
String getTo()Gets the "to" attribute -
xgetTo
XmlString xgetTo()Gets (as xml) the "to" attribute -
isSetTo
boolean isSetTo()True if has "to" attribute -
setTo
Sets the "to" attribute -
xsetTo
Sets (as xml) the "to" attribute -
unsetTo
void unsetTo()Unsets the "to" attribute -
getBy
String getBy()Gets the "by" attribute -
xgetBy
XmlString xgetBy()Gets (as xml) the "by" attribute -
isSetBy
boolean isSetBy()True if has "by" attribute -
setBy
Sets the "by" attribute -
xsetBy
Sets (as xml) the "by" attribute -
unsetBy
void unsetBy()Unsets the "by" attribute -
getRctx
String getRctx()Gets the "rctx" attribute -
xgetRctx
XmlString xgetRctx()Gets (as xml) the "rctx" attribute -
isSetRctx
boolean isSetRctx()True if has "rctx" attribute -
setRctx
Sets the "rctx" attribute -
xsetRctx
Sets (as xml) the "rctx" attribute -
unsetRctx
void unsetRctx()Unsets the "rctx" attribute -
getOverride
STTLBehaviorOverrideType.Enum getOverride()Gets the "override" attribute -
xgetOverride
STTLBehaviorOverrideType xgetOverride()Gets (as xml) the "override" attribute -
isSetOverride
boolean isSetOverride()True if has "override" attribute -
setOverride
Sets the "override" attribute -
xsetOverride
Sets (as xml) the "override" attribute -
unsetOverride
void unsetOverride()Unsets the "override" attribute
-