public class CTTLTimeCondition extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
delay |
protected STTLTriggerEvent |
evt |
protected CTTLTriggerRuntimeNode |
rtn |
protected CTTLTimeTargetElement |
tgtEl |
protected CTTLTriggerTimeNodeID |
tn |
Constructor and Description |
---|
CTTLTimeCondition() |
Modifier and Type | Method and Description |
---|---|
String |
getDelay()
Gets the value of the delay property.
|
STTLTriggerEvent |
getEvt()
Gets the value of the evt property.
|
CTTLTriggerRuntimeNode |
getRtn()
Gets the value of the rtn property.
|
CTTLTimeTargetElement |
getTgtEl()
Gets the value of the tgtEl property.
|
CTTLTriggerTimeNodeID |
getTn()
Gets the value of the tn property.
|
void |
setDelay(String value)
Sets the value of the delay property.
|
void |
setEvt(STTLTriggerEvent value)
Sets the value of the evt property.
|
void |
setRtn(CTTLTriggerRuntimeNode value)
Sets the value of the rtn property.
|
void |
setTgtEl(CTTLTimeTargetElement value)
Sets the value of the tgtEl property.
|
void |
setTn(CTTLTriggerTimeNodeID value)
Sets the value of the tn property.
|
protected CTTLTimeTargetElement tgtEl
protected CTTLTriggerTimeNodeID tn
protected CTTLTriggerRuntimeNode rtn
protected STTLTriggerEvent evt
protected String delay
public CTTLTimeTargetElement getTgtEl()
CTTLTimeTargetElement
public void setTgtEl(CTTLTimeTargetElement value)
value
- allowed object is
CTTLTimeTargetElement
public CTTLTriggerTimeNodeID getTn()
CTTLTriggerTimeNodeID
public void setTn(CTTLTriggerTimeNodeID value)
value
- allowed object is
CTTLTriggerTimeNodeID
public CTTLTriggerRuntimeNode getRtn()
CTTLTriggerRuntimeNode
public void setRtn(CTTLTriggerRuntimeNode value)
value
- allowed object is
CTTLTriggerRuntimeNode
public STTLTriggerEvent getEvt()
STTLTriggerEvent
public void setEvt(STTLTriggerEvent value)
value
- allowed object is
STTLTriggerEvent
public String getDelay()
String
Copyright © 2007-2019. All Rights Reserved.