Package org.pptx4j.pml
Class CTTLTimeNodeSequence
java.lang.Object
org.pptx4j.pml.CTTLTimeNodeSequence
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CTTLCommonTimeNodeDataprotected STTLNextActionTypeprotected CTTLTimeConditionListprotected STTLPreviousActionTypeprotected CTTLTimeConditionList -
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.getCTn()Gets the value of the cTn property.Gets the value of the nextAc property.Gets the value of the nextCondLst property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the prevAc property.Gets the value of the prevCondLst property.Gets the value of the concurrent property.voidsetConcurrent(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.voidSets the value of the nextCondLst property.voidvoidsetPrevAc(STTLPreviousActionType value) Sets the value of the prevAc property.voidSets the value of the prevCondLst property.
-
Field Details
-
cTn
-
prevCondLst
-
nextCondLst
-
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
Gets the value of the concurrent property.- Returns:
- possible object is
Boolean
-
setConcurrent
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
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.
-