Package org.pptx4j.pml
Class CTTLCommonBehaviorData
java.lang.Object
org.pptx4j.pml.CTTLCommonBehaviorData
- All Implemented Interfaces:
Child
Java class for CT_TLCommonBehaviorData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLCommonBehaviorData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cTn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonTimeNodeData"/>
<element name="tgtEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeTargetElement"/>
<element name="attrNameLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLBehaviorAttributeNameList" minOccurs="0"/>
</sequence>
<attribute name="additive" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorAdditiveType" />
<attribute name="accumulate" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorAccumulateType" />
<attribute name="xfrmType" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorTransformType" />
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="by" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rctx" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="override" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorOverrideType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected STTLBehaviorAccumulateTypeprotected STTLBehaviorAdditiveTypeprotected CTTLBehaviorAttributeNameListprotected Stringprotected CTTLCommonTimeNodeDataprotected Stringprotected STTLBehaviorOverrideTypeprotected Stringprotected CTTLTimeTargetElementprotected Stringprotected STTLBehaviorTransformType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the accumulate property.Gets the value of the additive property.Gets the value of the attrNameLst property.getBy()Gets the value of the by property.getCTn()Gets the value of the cTn property.getFrom()Gets the value of the from property.Gets the value of the override property.Gets the parent object in the object tree representing the unmarshalled xml document.getRctx()Gets the value of the rctx property.getTgtEl()Gets the value of the tgtEl property.getTo()Gets the value of the to property.Gets the value of the xfrmType property.voidSets the value of the accumulate property.voidSets the value of the additive property.voidSets the value of the attrNameLst property.voidSets the value of the by property.voidsetCTn(CTTLCommonTimeNodeData value) Sets the value of the cTn property.voidSets the value of the from property.voidSets the value of the override property.voidvoidSets the value of the rctx property.voidsetTgtEl(CTTLTimeTargetElement value) Sets the value of the tgtEl property.voidSets the value of the to property.voidSets the value of the xfrmType property.
-
Field Details
-
cTn
-
tgtEl
-
attrNameLst
-
additive
-
accumulate
-
xfrmType
-
from
-
to
-
by
-
rctx
-
override
-
-
Constructor Details
-
CTTLCommonBehaviorData
public CTTLCommonBehaviorData()
-
-
Method Details
-
getCTn
Gets the value of the cTn property.- Returns:
- possible object is
CTTLCommonTimeNodeData
-
setCTn
Sets the value of the cTn property.- Parameters:
value- allowed object isCTTLCommonTimeNodeData
-
getTgtEl
Gets the value of the tgtEl property.- Returns:
- possible object is
CTTLTimeTargetElement
-
setTgtEl
Sets the value of the tgtEl property.- Parameters:
value- allowed object isCTTLTimeTargetElement
-
getAttrNameLst
Gets the value of the attrNameLst property.- Returns:
- possible object is
CTTLBehaviorAttributeNameList
-
setAttrNameLst
Sets the value of the attrNameLst property.- Parameters:
value- allowed object isCTTLBehaviorAttributeNameList
-
getAdditive
Gets the value of the additive property.- Returns:
- possible object is
STTLBehaviorAdditiveType
-
setAdditive
Sets the value of the additive property.- Parameters:
value- allowed object isSTTLBehaviorAdditiveType
-
getAccumulate
Gets the value of the accumulate property.- Returns:
- possible object is
STTLBehaviorAccumulateType
-
setAccumulate
Sets the value of the accumulate property.- Parameters:
value- allowed object isSTTLBehaviorAccumulateType
-
getXfrmType
Gets the value of the xfrmType property.- Returns:
- possible object is
STTLBehaviorTransformType
-
setXfrmType
Sets the value of the xfrmType property.- Parameters:
value- allowed object isSTTLBehaviorTransformType
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isString
-
getBy
Gets the value of the by property.- Returns:
- possible object is
String
-
setBy
Sets the value of the by property.- Parameters:
value- allowed object isString
-
getRctx
Gets the value of the rctx property.- Returns:
- possible object is
String
-
setRctx
Sets the value of the rctx property.- Parameters:
value- allowed object isString
-
getOverride
Gets the value of the override property.- Returns:
- possible object is
STTLBehaviorOverrideType
-
setOverride
Sets the value of the override property.- Parameters:
value- allowed object isSTTLBehaviorOverrideType
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-