Package org.pptx4j.pml
Class CTTLCommonBehaviorData
java.lang.Object
org.pptx4j.pml.CTTLCommonBehaviorData
- All Implemented Interfaces:
Child
public class CTTLCommonBehaviorData extends java.lang.Object implements 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
Fields Modifier and Type Field Description protected STTLBehaviorAccumulateTypeaccumulateprotected STTLBehaviorAdditiveTypeadditiveprotected CTTLBehaviorAttributeNameListattrNameLstprotected java.lang.Stringbyprotected CTTLCommonTimeNodeDatacTnprotected java.lang.Stringfromprotected STTLBehaviorOverrideTypeoverrideprotected java.lang.Stringrctxprotected CTTLTimeTargetElementtgtElprotected java.lang.Stringtoprotected STTLBehaviorTransformTypexfrmType -
Constructor Summary
Constructors Constructor Description CTTLCommonBehaviorData() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STTLBehaviorAccumulateTypegetAccumulate()Gets the value of the accumulate property.STTLBehaviorAdditiveTypegetAdditive()Gets the value of the additive property.CTTLBehaviorAttributeNameListgetAttrNameLst()Gets the value of the attrNameLst property.java.lang.StringgetBy()Gets the value of the by property.CTTLCommonTimeNodeDatagetCTn()Gets the value of the cTn property.java.lang.StringgetFrom()Gets the value of the from property.STTLBehaviorOverrideTypegetOverride()Gets the value of the override property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetRctx()Gets the value of the rctx property.CTTLTimeTargetElementgetTgtEl()Gets the value of the tgtEl property.java.lang.StringgetTo()Gets the value of the to property.STTLBehaviorTransformTypegetXfrmType()Gets the value of the xfrmType property.voidsetAccumulate(STTLBehaviorAccumulateType value)Sets the value of the accumulate property.voidsetAdditive(STTLBehaviorAdditiveType value)Sets the value of the additive property.voidsetAttrNameLst(CTTLBehaviorAttributeNameList value)Sets the value of the attrNameLst property.voidsetBy(java.lang.String value)Sets the value of the by property.voidsetCTn(CTTLCommonTimeNodeData value)Sets the value of the cTn property.voidsetFrom(java.lang.String value)Sets the value of the from property.voidsetOverride(STTLBehaviorOverrideType value)Sets the value of the override property.voidsetParent(java.lang.Object parent)voidsetRctx(java.lang.String value)Sets the value of the rctx property.voidsetTgtEl(CTTLTimeTargetElement value)Sets the value of the tgtEl property.voidsetTo(java.lang.String value)Sets the value of the to property.voidsetXfrmType(STTLBehaviorTransformType value)Sets the value of the xfrmType property.
-
Field Details
-
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
public java.lang.String getFrom()Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
public void setFrom(java.lang.String value)Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
public java.lang.String getTo()Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
public void setTo(java.lang.String value)Sets the value of the to property.- Parameters:
value- allowed object isString
-
getBy
public java.lang.String getBy()Gets the value of the by property.- Returns:
- possible object is
String
-
setBy
public void setBy(java.lang.String value)Sets the value of the by property.- Parameters:
value- allowed object isString
-
getRctx
public java.lang.String getRctx()Gets the value of the rctx property.- Returns:
- possible object is
String
-
setRctx
public void setRctx(java.lang.String value)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
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-