Package org.pptx4j.pml
Class CTTLTimeNodeSequence
java.lang.Object
org.pptx4j.pml.CTTLTimeNodeSequence
- All Implemented Interfaces:
Child
public class CTTLTimeNodeSequence extends java.lang.Object implements Child
Java class for CT_TLTimeNodeSequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeNodeSequence">
<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="prevCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/>
<element name="nextCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/>
</sequence>
<attribute name="concurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="prevAc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLPreviousActionType" />
<attribute name="nextAc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLNextActionType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleanconcurrentprotected CTTLCommonTimeNodeDatacTnprotected STTLNextActionTypenextAcprotected CTTLTimeConditionListnextCondLstprotected STTLPreviousActionTypeprevAcprotected CTTLTimeConditionListprevCondLst -
Constructor Summary
Constructors Constructor Description CTTLTimeNodeSequence() -
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.CTTLCommonTimeNodeDatagetCTn()Gets the value of the cTn property.STTLNextActionTypegetNextAc()Gets the value of the nextAc property.CTTLTimeConditionListgetNextCondLst()Gets the value of the nextCondLst property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STTLPreviousActionTypegetPrevAc()Gets the value of the prevAc property.CTTLTimeConditionListgetPrevCondLst()Gets the value of the prevCondLst property.java.lang.BooleanisConcurrent()Gets the value of the concurrent property.voidsetConcurrent(java.lang.Boolean value)Sets the value of the concurrent property.voidsetCTn(CTTLCommonTimeNodeData value)Sets the value of the cTn property.voidsetNextAc(STTLNextActionType value)Sets the value of the nextAc property.voidsetNextCondLst(CTTLTimeConditionList value)Sets the value of the nextCondLst property.voidsetParent(java.lang.Object parent)voidsetPrevAc(STTLPreviousActionType value)Sets the value of the prevAc property.voidsetPrevCondLst(CTTLTimeConditionList value)Sets the value of the prevCondLst property.
-
Field Details
-
cTn
-
prevCondLst
-
nextCondLst
-
concurrent
protected java.lang.Boolean concurrent -
prevAc
-
nextAc
-
-
Constructor Details
-
CTTLTimeNodeSequence
public CTTLTimeNodeSequence()
-
-
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
-
getPrevCondLst
Gets the value of the prevCondLst property.- Returns:
- possible object is
CTTLTimeConditionList
-
setPrevCondLst
Sets the value of the prevCondLst property.- Parameters:
value- allowed object isCTTLTimeConditionList
-
getNextCondLst
Gets the value of the nextCondLst property.- Returns:
- possible object is
CTTLTimeConditionList
-
setNextCondLst
Sets the value of the nextCondLst property.- Parameters:
value- allowed object isCTTLTimeConditionList
-
isConcurrent
public java.lang.Boolean isConcurrent()Gets the value of the concurrent property.- Returns:
- possible object is
Boolean
-
setConcurrent
public void setConcurrent(java.lang.Boolean value)Sets the value of the concurrent property.- Parameters:
value- allowed object isBoolean
-
getPrevAc
Gets the value of the prevAc property.- Returns:
- possible object is
STTLPreviousActionType
-
setPrevAc
Sets the value of the prevAc property.- Parameters:
value- allowed object isSTTLPreviousActionType
-
getNextAc
Gets the value of the nextAc property.- Returns:
- possible object is
STTLNextActionType
-
setNextAc
Sets the value of the nextAc property.- Parameters:
value- allowed object isSTTLNextActionType
-
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.
-