Interface CTTLTimeCondition
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLTimeCondition extends XmlObject
An XML CT_TLTimeCondition(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLTimeCondition.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTTLTriggerRuntimeNodeaddNewRtn()Appends and returns a new empty "rtn" elementCTTLTimeTargetElementaddNewTgtEl()Appends and returns a new empty "tgtEl" elementCTTLTriggerTimeNodeIDaddNewTn()Appends and returns a new empty "tn" elementjava.lang.ObjectgetDelay()Gets the "delay" attributeSTTLTriggerEvent.EnumgetEvt()Gets the "evt" attributeCTTLTriggerRuntimeNodegetRtn()Gets the "rtn" elementCTTLTimeTargetElementgetTgtEl()Gets the "tgtEl" elementCTTLTriggerTimeNodeIDgetTn()Gets the "tn" elementbooleanisSetDelay()True if has "delay" attributebooleanisSetEvt()True if has "evt" attributebooleanisSetRtn()True if has "rtn" elementbooleanisSetTgtEl()True if has "tgtEl" elementbooleanisSetTn()True if has "tn" elementvoidsetDelay(java.lang.Object delay)Sets the "delay" attributevoidsetEvt(STTLTriggerEvent.Enum evt)Sets the "evt" attributevoidsetRtn(CTTLTriggerRuntimeNode rtn)Sets the "rtn" elementvoidsetTgtEl(CTTLTimeTargetElement tgtEl)Sets the "tgtEl" elementvoidsetTn(CTTLTriggerTimeNodeID tn)Sets the "tn" elementvoidunsetDelay()Unsets the "delay" attributevoidunsetEvt()Unsets the "evt" attributevoidunsetRtn()Unsets the "rtn" elementvoidunsetTgtEl()Unsets the "tgtEl" elementvoidunsetTn()Unsets the "tn" elementSTTLTimexgetDelay()Gets (as xml) the "delay" attributeSTTLTriggerEventxgetEvt()Gets (as xml) the "evt" attributevoidxsetDelay(STTLTime delay)Sets (as xml) the "delay" attributevoidxsetEvt(STTLTriggerEvent evt)Sets (as xml) the "evt" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTgtEl
CTTLTimeTargetElement getTgtEl()
Gets the "tgtEl" element
-
isSetTgtEl
boolean isSetTgtEl()
True if has "tgtEl" element
-
setTgtEl
void setTgtEl(CTTLTimeTargetElement tgtEl)
Sets the "tgtEl" element
-
addNewTgtEl
CTTLTimeTargetElement addNewTgtEl()
Appends and returns a new empty "tgtEl" element
-
unsetTgtEl
void unsetTgtEl()
Unsets the "tgtEl" element
-
getTn
CTTLTriggerTimeNodeID getTn()
Gets the "tn" element
-
isSetTn
boolean isSetTn()
True if has "tn" element
-
setTn
void setTn(CTTLTriggerTimeNodeID tn)
Sets the "tn" element
-
addNewTn
CTTLTriggerTimeNodeID addNewTn()
Appends and returns a new empty "tn" element
-
unsetTn
void unsetTn()
Unsets the "tn" element
-
getRtn
CTTLTriggerRuntimeNode getRtn()
Gets the "rtn" element
-
isSetRtn
boolean isSetRtn()
True if has "rtn" element
-
setRtn
void setRtn(CTTLTriggerRuntimeNode rtn)
Sets the "rtn" element
-
addNewRtn
CTTLTriggerRuntimeNode addNewRtn()
Appends and returns a new empty "rtn" element
-
unsetRtn
void unsetRtn()
Unsets the "rtn" element
-
getEvt
STTLTriggerEvent.Enum getEvt()
Gets the "evt" attribute
-
xgetEvt
STTLTriggerEvent xgetEvt()
Gets (as xml) the "evt" attribute
-
isSetEvt
boolean isSetEvt()
True if has "evt" attribute
-
setEvt
void setEvt(STTLTriggerEvent.Enum evt)
Sets the "evt" attribute
-
xsetEvt
void xsetEvt(STTLTriggerEvent evt)
Sets (as xml) the "evt" attribute
-
unsetEvt
void unsetEvt()
Unsets the "evt" attribute
-
getDelay
java.lang.Object getDelay()
Gets the "delay" attribute
-
xgetDelay
STTLTime xgetDelay()
Gets (as xml) the "delay" attribute
-
isSetDelay
boolean isSetDelay()
True if has "delay" attribute
-
setDelay
void setDelay(java.lang.Object delay)
Sets the "delay" attribute
-
xsetDelay
void xsetDelay(STTLTime delay)
Sets (as xml) the "delay" attribute
-
unsetDelay
void unsetDelay()
Unsets the "delay" attribute
-
-