public class CTTLTimeCondition extends 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>
| 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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getDelay()
Gets the value of the delay property.
|
STTLTriggerEvent |
getEvt()
Gets the value of the evt property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(Object parent) |
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()
CTTLTimeTargetElementpublic void setTgtEl(CTTLTimeTargetElement value)
value - allowed object is
CTTLTimeTargetElementpublic CTTLTriggerTimeNodeID getTn()
CTTLTriggerTimeNodeIDpublic void setTn(CTTLTriggerTimeNodeID value)
value - allowed object is
CTTLTriggerTimeNodeIDpublic CTTLTriggerRuntimeNode getRtn()
CTTLTriggerRuntimeNodepublic void setRtn(CTTLTriggerRuntimeNode value)
value - allowed object is
CTTLTriggerRuntimeNodepublic STTLTriggerEvent getEvt()
STTLTriggerEventpublic void setEvt(STTLTriggerEvent value)
value - allowed object is
STTLTriggerEventpublic String getDelay()
Stringpublic void setDelay(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.