Package org.pptx4j.pml
Class CTTLTimeCondition
java.lang.Object
org.pptx4j.pml.CTTLTimeCondition
- All Implemented Interfaces:
Child
Java class for CT_TLTimeCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeCondition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="tgtEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeTargetElement"/>
<element name="tn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTriggerTimeNodeID"/>
<element name="rtn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTriggerRuntimeNode"/>
</choice>
<attribute name="evt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTriggerEvent" />
<attribute name="delay" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected STTLTriggerEventprotected CTTLTriggerRuntimeNodeprotected CTTLTimeTargetElementprotected CTTLTriggerTimeNodeID -
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.getDelay()Gets the value of the delay property.getEvt()Gets the value of the evt property.Gets the parent object in the object tree representing the unmarshalled xml document.getRtn()Gets the value of the rtn property.getTgtEl()Gets the value of the tgtEl property.getTn()Gets the value of the tn property.voidSets the value of the delay property.voidsetEvt(STTLTriggerEvent value) Sets the value of the evt property.voidvoidsetRtn(CTTLTriggerRuntimeNode value) Sets the value of the rtn property.voidsetTgtEl(CTTLTimeTargetElement value) Sets the value of the tgtEl property.voidsetTn(CTTLTriggerTimeNodeID value) Sets the value of the tn property.
-
Field Details
-
tgtEl
-
tn
-
rtn
-
evt
-
delay
-
-
Constructor Details
-
CTTLTimeCondition
public CTTLTimeCondition()
-
-
Method Details
-
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
-
getTn
Gets the value of the tn property.- Returns:
- possible object is
CTTLTriggerTimeNodeID
-
setTn
Sets the value of the tn property.- Parameters:
value- allowed object isCTTLTriggerTimeNodeID
-
getRtn
Gets the value of the rtn property.- Returns:
- possible object is
CTTLTriggerRuntimeNode
-
setRtn
Sets the value of the rtn property.- Parameters:
value- allowed object isCTTLTriggerRuntimeNode
-
getEvt
Gets the value of the evt property.- Returns:
- possible object is
STTLTriggerEvent
-
setEvt
Sets the value of the evt property.- Parameters:
value- allowed object isSTTLTriggerEvent
-
getDelay
Gets the value of the delay property.- Returns:
- possible object is
String
-
setDelay
Sets the value of the delay property.- Parameters:
value- allowed object isString
-
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.
-