Package org.pptx4j.pml
Class CTTLAnimateBehavior
java.lang.Object
org.pptx4j.pml.CTTLAnimateBehavior
- All Implemented Interfaces:
Child
public class CTTLAnimateBehavior extends java.lang.Object implements Child
Java class for CT_TLAnimateBehavior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLAnimateBehavior">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cBhvr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonBehaviorData"/>
<element name="tavLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeAnimateValueList" minOccurs="0"/>
</sequence>
<attribute name="by" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="calcmode" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateBehaviorCalcMode" />
<attribute name="valueType" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateBehaviorValueType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringbyprotected STTLAnimateBehaviorCalcModecalcmodeprotected CTTLCommonBehaviorDatacBhvrprotected java.lang.Stringfromprotected CTTLTimeAnimateValueListtavLstprotected java.lang.Stringtoprotected STTLAnimateBehaviorValueTypevalueType -
Constructor Summary
Constructors Constructor Description CTTLAnimateBehavior() -
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.java.lang.StringgetBy()Gets the value of the by property.STTLAnimateBehaviorCalcModegetCalcmode()Gets the value of the calcmode property.CTTLCommonBehaviorDatagetCBhvr()Gets the value of the cBhvr property.java.lang.StringgetFrom()Gets the value of the from property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTTLTimeAnimateValueListgetTavLst()Gets the value of the tavLst property.java.lang.StringgetTo()Gets the value of the to property.STTLAnimateBehaviorValueTypegetValueType()Gets the value of the valueType property.voidsetBy(java.lang.String value)Sets the value of the by property.voidsetCalcmode(STTLAnimateBehaviorCalcMode value)Sets the value of the calcmode property.voidsetCBhvr(CTTLCommonBehaviorData value)Sets the value of the cBhvr property.voidsetFrom(java.lang.String value)Sets the value of the from property.voidsetParent(java.lang.Object parent)voidsetTavLst(CTTLTimeAnimateValueList value)Sets the value of the tavLst property.voidsetTo(java.lang.String value)Sets the value of the to property.voidsetValueType(STTLAnimateBehaviorValueType value)Sets the value of the valueType property.
-
Field Details
-
Constructor Details
-
CTTLAnimateBehavior
public CTTLAnimateBehavior()
-
-
Method Details
-
getCBhvr
Gets the value of the cBhvr property.- Returns:
- possible object is
CTTLCommonBehaviorData
-
setCBhvr
Sets the value of the cBhvr property.- Parameters:
value- allowed object isCTTLCommonBehaviorData
-
getTavLst
Gets the value of the tavLst property.- Returns:
- possible object is
CTTLTimeAnimateValueList
-
setTavLst
Sets the value of the tavLst property.- Parameters:
value- allowed object isCTTLTimeAnimateValueList
-
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
-
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
-
getCalcmode
Gets the value of the calcmode property.- Returns:
- possible object is
STTLAnimateBehaviorCalcMode
-
setCalcmode
Sets the value of the calcmode property.- Parameters:
value- allowed object isSTTLAnimateBehaviorCalcMode
-
getValueType
Gets the value of the valueType property.- Returns:
- possible object is
STTLAnimateBehaviorValueType
-
setValueType
Sets the value of the valueType property.- Parameters:
value- allowed object isSTTLAnimateBehaviorValueType
-
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.
-