Class CTTLCommonTimeNodeData

java.lang.Object
org.pptx4j.pml.CTTLCommonTimeNodeData
All Implemented Interfaces:
Child

public class CTTLCommonTimeNodeData extends Object implements Child

Java class for CT_TLCommonTimeNodeData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TLCommonTimeNodeData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/>
         <element name="endCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/>
         <element name="endSync" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeCondition" minOccurs="0"/>
         <element name="iterate" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLIterateData" minOccurs="0"/>
         <element name="childTnLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TimeNodeList" minOccurs="0"/>
         <element name="subTnLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TimeNodeList" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeID" />
       <attribute name="presetID" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="presetClass" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodePresetClassType" />
       <attribute name="presetSubtype" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="dur" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" />
       <attribute name="repeatCount" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" default="1000" />
       <attribute name="repeatDur" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" />
       <attribute name="spd" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="100" />
       <attribute name="accel" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="0" />
       <attribute name="decel" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="0" />
       <attribute name="autoRev" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="restart" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeRestartType" />
       <attribute name="fill" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeFillType" />
       <attribute name="syncBehavior" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeSyncType" />
       <attribute name="tmFilter" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="evtFilter" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="display" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="masterRel" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeMasterRelation" />
       <attribute name="bldLvl" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="grpId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="afterEffect" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="nodeType" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeType" />
       <attribute name="nodePh" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTLCommonTimeNodeData

      public CTTLCommonTimeNodeData()
  • Method Details

    • getStCondLst

      public CTTLTimeConditionList getStCondLst()
      Gets the value of the stCondLst property.
      Returns:
      possible object is CTTLTimeConditionList
    • setStCondLst

      public void setStCondLst(CTTLTimeConditionList value)
      Sets the value of the stCondLst property.
      Parameters:
      value - allowed object is CTTLTimeConditionList
    • getEndCondLst

      public CTTLTimeConditionList getEndCondLst()
      Gets the value of the endCondLst property.
      Returns:
      possible object is CTTLTimeConditionList
    • setEndCondLst

      public void setEndCondLst(CTTLTimeConditionList value)
      Sets the value of the endCondLst property.
      Parameters:
      value - allowed object is CTTLTimeConditionList
    • getEndSync

      public CTTLTimeCondition getEndSync()
      Gets the value of the endSync property.
      Returns:
      possible object is CTTLTimeCondition
    • setEndSync

      public void setEndSync(CTTLTimeCondition value)
      Sets the value of the endSync property.
      Parameters:
      value - allowed object is CTTLTimeCondition
    • getIterate

      public CTTLIterateData getIterate()
      Gets the value of the iterate property.
      Returns:
      possible object is CTTLIterateData
    • setIterate

      public void setIterate(CTTLIterateData value)
      Sets the value of the iterate property.
      Parameters:
      value - allowed object is CTTLIterateData
    • getChildTnLst

      public CTTimeNodeList getChildTnLst()
      Gets the value of the childTnLst property.
      Returns:
      possible object is CTTimeNodeList
    • setChildTnLst

      public void setChildTnLst(CTTimeNodeList value)
      Sets the value of the childTnLst property.
      Parameters:
      value - allowed object is CTTimeNodeList
    • getSubTnLst

      public CTTimeNodeList getSubTnLst()
      Gets the value of the subTnLst property.
      Returns:
      possible object is CTTimeNodeList
    • setSubTnLst

      public void setSubTnLst(CTTimeNodeList value)
      Sets the value of the subTnLst property.
      Parameters:
      value - allowed object is CTTimeNodeList
    • getId

      public Long getId()
      Gets the value of the id property.
      Returns:
      possible object is Long
    • setId

      public void setId(Long value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Long
    • getPresetID

      public Integer getPresetID()
      Gets the value of the presetID property.
      Returns:
      possible object is Integer
    • setPresetID

      public void setPresetID(Integer value)
      Sets the value of the presetID property.
      Parameters:
      value - allowed object is Integer
    • getPresetClass

      public STTLTimeNodePresetClassType getPresetClass()
      Gets the value of the presetClass property.
      Returns:
      possible object is STTLTimeNodePresetClassType
    • setPresetClass

      public void setPresetClass(STTLTimeNodePresetClassType value)
      Sets the value of the presetClass property.
      Parameters:
      value - allowed object is STTLTimeNodePresetClassType
    • getPresetSubtype

      public Integer getPresetSubtype()
      Gets the value of the presetSubtype property.
      Returns:
      possible object is Integer
    • setPresetSubtype

      public void setPresetSubtype(Integer value)
      Sets the value of the presetSubtype property.
      Parameters:
      value - allowed object is Integer
    • getDur

      public String getDur()
      Gets the value of the dur property.
      Returns:
      possible object is String
    • setDur

      public void setDur(String value)
      Sets the value of the dur property.
      Parameters:
      value - allowed object is String
    • getRepeatCount

      public String getRepeatCount()
      Gets the value of the repeatCount property.
      Returns:
      possible object is String
    • setRepeatCount

      public void setRepeatCount(String value)
      Sets the value of the repeatCount property.
      Parameters:
      value - allowed object is String
    • getRepeatDur

      public String getRepeatDur()
      Gets the value of the repeatDur property.
      Returns:
      possible object is String
    • setRepeatDur

      public void setRepeatDur(String value)
      Sets the value of the repeatDur property.
      Parameters:
      value - allowed object is String
    • getSpd

      public int getSpd()
      Gets the value of the spd property.
      Returns:
      possible object is Integer
    • setSpd

      public void setSpd(Integer value)
      Sets the value of the spd property.
      Parameters:
      value - allowed object is Integer
    • getAccel

      public int getAccel()
      Gets the value of the accel property.
      Returns:
      possible object is Integer
    • setAccel

      public void setAccel(Integer value)
      Sets the value of the accel property.
      Parameters:
      value - allowed object is Integer
    • getDecel

      public int getDecel()
      Gets the value of the decel property.
      Returns:
      possible object is Integer
    • setDecel

      public void setDecel(Integer value)
      Sets the value of the decel property.
      Parameters:
      value - allowed object is Integer
    • isAutoRev

      public boolean isAutoRev()
      Gets the value of the autoRev property.
      Returns:
      possible object is Boolean
    • setAutoRev

      public void setAutoRev(Boolean value)
      Sets the value of the autoRev property.
      Parameters:
      value - allowed object is Boolean
    • getRestart

      public STTLTimeNodeRestartType getRestart()
      Gets the value of the restart property.
      Returns:
      possible object is STTLTimeNodeRestartType
    • setRestart

      public void setRestart(STTLTimeNodeRestartType value)
      Sets the value of the restart property.
      Parameters:
      value - allowed object is STTLTimeNodeRestartType
    • getFill

      public STTLTimeNodeFillType getFill()
      Gets the value of the fill property.
      Returns:
      possible object is STTLTimeNodeFillType
    • setFill

      public void setFill(STTLTimeNodeFillType value)
      Sets the value of the fill property.
      Parameters:
      value - allowed object is STTLTimeNodeFillType
    • getSyncBehavior

      public STTLTimeNodeSyncType getSyncBehavior()
      Gets the value of the syncBehavior property.
      Returns:
      possible object is STTLTimeNodeSyncType
    • setSyncBehavior

      public void setSyncBehavior(STTLTimeNodeSyncType value)
      Sets the value of the syncBehavior property.
      Parameters:
      value - allowed object is STTLTimeNodeSyncType
    • getTmFilter

      public String getTmFilter()
      Gets the value of the tmFilter property.
      Returns:
      possible object is String
    • setTmFilter

      public void setTmFilter(String value)
      Sets the value of the tmFilter property.
      Parameters:
      value - allowed object is String
    • getEvtFilter

      public String getEvtFilter()
      Gets the value of the evtFilter property.
      Returns:
      possible object is String
    • setEvtFilter

      public void setEvtFilter(String value)
      Sets the value of the evtFilter property.
      Parameters:
      value - allowed object is String
    • isDisplay

      public Boolean isDisplay()
      Gets the value of the display property.
      Returns:
      possible object is Boolean
    • setDisplay

      public void setDisplay(Boolean value)
      Sets the value of the display property.
      Parameters:
      value - allowed object is Boolean
    • getMasterRel

      public STTLTimeNodeMasterRelation getMasterRel()
      Gets the value of the masterRel property.
      Returns:
      possible object is STTLTimeNodeMasterRelation
    • setMasterRel

      public void setMasterRel(STTLTimeNodeMasterRelation value)
      Sets the value of the masterRel property.
      Parameters:
      value - allowed object is STTLTimeNodeMasterRelation
    • getBldLvl

      public Integer getBldLvl()
      Gets the value of the bldLvl property.
      Returns:
      possible object is Integer
    • setBldLvl

      public void setBldLvl(Integer value)
      Sets the value of the bldLvl property.
      Parameters:
      value - allowed object is Integer
    • getGrpId

      public Long getGrpId()
      Gets the value of the grpId property.
      Returns:
      possible object is Long
    • setGrpId

      public void setGrpId(Long value)
      Sets the value of the grpId property.
      Parameters:
      value - allowed object is Long
    • isAfterEffect

      public Boolean isAfterEffect()
      Gets the value of the afterEffect property.
      Returns:
      possible object is Boolean
    • setAfterEffect

      public void setAfterEffect(Boolean value)
      Sets the value of the afterEffect property.
      Parameters:
      value - allowed object is Boolean
    • getNodeType

      public STTLTimeNodeType getNodeType()
      Gets the value of the nodeType property.
      Returns:
      possible object is STTLTimeNodeType
    • setNodeType

      public void setNodeType(STTLTimeNodeType value)
      Sets the value of the nodeType property.
      Parameters:
      value - allowed object is STTLTimeNodeType
    • isNodePh

      public Boolean isNodePh()
      Gets the value of the nodePh property.
      Returns:
      possible object is Boolean
    • setNodePh

      public void setNodePh(Boolean value)
      Sets the value of the nodePh property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.