Interface CTTLCommonBehaviorData
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLCommonBehaviorData extends XmlObject
An XML CT_TLCommonBehaviorData(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTLCommonBehaviorData.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 CTTLBehaviorAttributeNameList
addNewAttrNameLst()
Appends and returns a new empty "attrNameLst" elementCTTLCommonTimeNodeData
addNewCTn()
Appends and returns a new empty "cTn" elementCTTLTimeTargetElement
addNewTgtEl()
Appends and returns a new empty "tgtEl" elementSTTLBehaviorAccumulateType.Enum
getAccumulate()
Gets the "accumulate" attributeSTTLBehaviorAdditiveType.Enum
getAdditive()
Gets the "additive" attributeCTTLBehaviorAttributeNameList
getAttrNameLst()
Gets the "attrNameLst" elementjava.lang.String
getBy()
Gets the "by" attributeCTTLCommonTimeNodeData
getCTn()
Gets the "cTn" elementjava.lang.String
getFrom()
Gets the "from" attributeSTTLBehaviorOverrideType.Enum
getOverride()
Gets the "override" attributejava.lang.String
getRctx()
Gets the "rctx" attributeCTTLTimeTargetElement
getTgtEl()
Gets the "tgtEl" elementjava.lang.String
getTo()
Gets the "to" attributeSTTLBehaviorTransformType.Enum
getXfrmType()
Gets the "xfrmType" attributeboolean
isSetAccumulate()
True if has "accumulate" attributeboolean
isSetAdditive()
True if has "additive" attributeboolean
isSetAttrNameLst()
True if has "attrNameLst" elementboolean
isSetBy()
True if has "by" attributeboolean
isSetFrom()
True if has "from" attributeboolean
isSetOverride()
True if has "override" attributeboolean
isSetRctx()
True if has "rctx" attributeboolean
isSetTo()
True if has "to" attributeboolean
isSetXfrmType()
True if has "xfrmType" attributevoid
setAccumulate(STTLBehaviorAccumulateType.Enum accumulate)
Sets the "accumulate" attributevoid
setAdditive(STTLBehaviorAdditiveType.Enum additive)
Sets the "additive" attributevoid
setAttrNameLst(CTTLBehaviorAttributeNameList attrNameLst)
Sets the "attrNameLst" elementvoid
setBy(java.lang.String by)
Sets the "by" attributevoid
setCTn(CTTLCommonTimeNodeData cTn)
Sets the "cTn" elementvoid
setFrom(java.lang.String from)
Sets the "from" attributevoid
setOverride(STTLBehaviorOverrideType.Enum override)
Sets the "override" attributevoid
setRctx(java.lang.String rctx)
Sets the "rctx" attributevoid
setTgtEl(CTTLTimeTargetElement tgtEl)
Sets the "tgtEl" elementvoid
setTo(java.lang.String to)
Sets the "to" attributevoid
setXfrmType(STTLBehaviorTransformType.Enum xfrmType)
Sets the "xfrmType" attributevoid
unsetAccumulate()
Unsets the "accumulate" attributevoid
unsetAdditive()
Unsets the "additive" attributevoid
unsetAttrNameLst()
Unsets the "attrNameLst" elementvoid
unsetBy()
Unsets the "by" attributevoid
unsetFrom()
Unsets the "from" attributevoid
unsetOverride()
Unsets the "override" attributevoid
unsetRctx()
Unsets the "rctx" attributevoid
unsetTo()
Unsets the "to" attributevoid
unsetXfrmType()
Unsets the "xfrmType" attributeSTTLBehaviorAccumulateType
xgetAccumulate()
Gets (as xml) the "accumulate" attributeSTTLBehaviorAdditiveType
xgetAdditive()
Gets (as xml) the "additive" attributeXmlString
xgetBy()
Gets (as xml) the "by" attributeXmlString
xgetFrom()
Gets (as xml) the "from" attributeSTTLBehaviorOverrideType
xgetOverride()
Gets (as xml) the "override" attributeXmlString
xgetRctx()
Gets (as xml) the "rctx" attributeXmlString
xgetTo()
Gets (as xml) the "to" attributeSTTLBehaviorTransformType
xgetXfrmType()
Gets (as xml) the "xfrmType" attributevoid
xsetAccumulate(STTLBehaviorAccumulateType accumulate)
Sets (as xml) the "accumulate" attributevoid
xsetAdditive(STTLBehaviorAdditiveType additive)
Sets (as xml) the "additive" attributevoid
xsetBy(XmlString by)
Sets (as xml) the "by" attributevoid
xsetFrom(XmlString from)
Sets (as xml) the "from" attributevoid
xsetOverride(STTLBehaviorOverrideType override)
Sets (as xml) the "override" attributevoid
xsetRctx(XmlString rctx)
Sets (as xml) the "rctx" attributevoid
xsetTo(XmlString to)
Sets (as xml) the "to" attributevoid
xsetXfrmType(STTLBehaviorTransformType xfrmType)
Sets (as xml) the "xfrmType" 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
-
getCTn
CTTLCommonTimeNodeData getCTn()
Gets the "cTn" element
-
setCTn
void setCTn(CTTLCommonTimeNodeData cTn)
Sets the "cTn" element
-
addNewCTn
CTTLCommonTimeNodeData addNewCTn()
Appends and returns a new empty "cTn" element
-
getTgtEl
CTTLTimeTargetElement getTgtEl()
Gets the "tgtEl" element
-
setTgtEl
void setTgtEl(CTTLTimeTargetElement tgtEl)
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
void setAttrNameLst(CTTLBehaviorAttributeNameList attrNameLst)
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
void setAdditive(STTLBehaviorAdditiveType.Enum additive)
Sets the "additive" attribute
-
xsetAdditive
void xsetAdditive(STTLBehaviorAdditiveType additive)
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
void setAccumulate(STTLBehaviorAccumulateType.Enum accumulate)
Sets the "accumulate" attribute
-
xsetAccumulate
void xsetAccumulate(STTLBehaviorAccumulateType accumulate)
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
void setXfrmType(STTLBehaviorTransformType.Enum xfrmType)
Sets the "xfrmType" attribute
-
xsetXfrmType
void xsetXfrmType(STTLBehaviorTransformType xfrmType)
Sets (as xml) the "xfrmType" attribute
-
unsetXfrmType
void unsetXfrmType()
Unsets the "xfrmType" attribute
-
getFrom
java.lang.String getFrom()
Gets the "from" attribute
-
xgetFrom
XmlString xgetFrom()
Gets (as xml) the "from" attribute
-
isSetFrom
boolean isSetFrom()
True if has "from" attribute
-
setFrom
void setFrom(java.lang.String from)
Sets the "from" attribute
-
xsetFrom
void xsetFrom(XmlString from)
Sets (as xml) the "from" attribute
-
unsetFrom
void unsetFrom()
Unsets the "from" attribute
-
getTo
java.lang.String getTo()
Gets the "to" attribute
-
xgetTo
XmlString xgetTo()
Gets (as xml) the "to" attribute
-
isSetTo
boolean isSetTo()
True if has "to" attribute
-
setTo
void setTo(java.lang.String to)
Sets the "to" attribute
-
xsetTo
void xsetTo(XmlString to)
Sets (as xml) the "to" attribute
-
unsetTo
void unsetTo()
Unsets the "to" attribute
-
getBy
java.lang.String getBy()
Gets the "by" attribute
-
xgetBy
XmlString xgetBy()
Gets (as xml) the "by" attribute
-
isSetBy
boolean isSetBy()
True if has "by" attribute
-
setBy
void setBy(java.lang.String by)
Sets the "by" attribute
-
xsetBy
void xsetBy(XmlString by)
Sets (as xml) the "by" attribute
-
unsetBy
void unsetBy()
Unsets the "by" attribute
-
getRctx
java.lang.String getRctx()
Gets the "rctx" attribute
-
xgetRctx
XmlString xgetRctx()
Gets (as xml) the "rctx" attribute
-
isSetRctx
boolean isSetRctx()
True if has "rctx" attribute
-
setRctx
void setRctx(java.lang.String rctx)
Sets the "rctx" attribute
-
xsetRctx
void xsetRctx(XmlString rctx)
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
void setOverride(STTLBehaviorOverrideType.Enum override)
Sets the "override" attribute
-
xsetOverride
void xsetOverride(STTLBehaviorOverrideType override)
Sets (as xml) the "override" attribute
-
unsetOverride
void unsetOverride()
Unsets the "override" attribute
-
-