Interface CTTLTimeCondition
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLTimeCondition(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLTimeCondition> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "rtn" elementAppends and returns a new empty "tgtEl" elementaddNewTn()Appends and returns a new empty "tn" elementgetDelay()Gets the "delay" attributegetEvt()Gets the "evt" attributegetRtn()Gets the "rtn" elementgetTgtEl()Gets the "tgtEl" elementgetTn()Gets the "tn" elementbooleanTrue if has "delay" attributebooleanisSetEvt()True if has "evt" attributebooleanisSetRtn()True if has "rtn" elementbooleanTrue if has "tgtEl" elementbooleanisSetTn()True if has "tn" elementvoidSets the "delay" attributevoidSets the "evt" attributevoidSets the "rtn" elementvoidsetTgtEl(CTTLTimeTargetElement tgtEl) Sets the "tgtEl" elementvoidSets the "tn" elementvoidUnsets the "delay" attributevoidunsetEvt()Unsets the "evt" attributevoidunsetRtn()Unsets the "rtn" elementvoidUnsets the "tgtEl" elementvoidunsetTn()Unsets the "tn" elementGets (as xml) the "delay" attributexgetEvt()Gets (as xml) the "evt" attributevoidSets (as xml) the "delay" attributevoidxsetEvt(STTLTriggerEvent evt) Sets (as xml) the "evt" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getTgtEl
CTTLTimeTargetElement getTgtEl()Gets the "tgtEl" element -
isSetTgtEl
boolean isSetTgtEl()True if has "tgtEl" element -
setTgtEl
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
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
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
Sets the "evt" attribute -
xsetEvt
Sets (as xml) the "evt" attribute -
unsetEvt
void unsetEvt()Unsets the "evt" attribute -
getDelay
Object getDelay()Gets the "delay" attribute -
xgetDelay
STTLTime xgetDelay()Gets (as xml) the "delay" attribute -
isSetDelay
boolean isSetDelay()True if has "delay" attribute -
setDelay
Sets the "delay" attribute -
xsetDelay
Sets (as xml) the "delay" attribute -
unsetDelay
void unsetDelay()Unsets the "delay" attribute
-