Package org.pptx4j.pml
Class CTTLTimeCondition
java.lang.Object
org.pptx4j.pml.CTTLTimeCondition
- All Implemented Interfaces:
Child
public class CTTLTimeCondition extends java.lang.Object implements 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
Fields Modifier and Type Field Description protected java.lang.Stringdelayprotected STTLTriggerEventevtprotected CTTLTriggerRuntimeNodertnprotected CTTLTimeTargetElementtgtElprotected CTTLTriggerTimeNodeIDtn -
Constructor Summary
Constructors Constructor Description CTTLTimeCondition() -
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.StringgetDelay()Gets the value of the delay property.STTLTriggerEventgetEvt()Gets the value of the evt property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTTLTriggerRuntimeNodegetRtn()Gets the value of the rtn property.CTTLTimeTargetElementgetTgtEl()Gets the value of the tgtEl property.CTTLTriggerTimeNodeIDgetTn()Gets the value of the tn property.voidsetDelay(java.lang.String value)Sets the value of the delay property.voidsetEvt(STTLTriggerEvent value)Sets the value of the evt property.voidsetParent(java.lang.Object parent)voidsetRtn(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
-
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
public java.lang.String getDelay()Gets the value of the delay property.- Returns:
- possible object is
String
-
setDelay
public void setDelay(java.lang.String value)Sets the value of the delay property.- Parameters:
value- allowed object isString
-
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.
-