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 class
CTTLTimeCondition.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTTLTriggerRuntimeNode
addNewRtn()
Appends and returns a new empty "rtn" elementCTTLTimeTargetElement
addNewTgtEl()
Appends and returns a new empty "tgtEl" elementCTTLTriggerTimeNodeID
addNewTn()
Appends and returns a new empty "tn" elementjava.lang.Object
getDelay()
Gets the "delay" attributeSTTLTriggerEvent.Enum
getEvt()
Gets the "evt" attributeCTTLTriggerRuntimeNode
getRtn()
Gets the "rtn" elementCTTLTimeTargetElement
getTgtEl()
Gets the "tgtEl" elementCTTLTriggerTimeNodeID
getTn()
Gets the "tn" elementboolean
isSetDelay()
True if has "delay" attributeboolean
isSetEvt()
True if has "evt" attributeboolean
isSetRtn()
True if has "rtn" elementboolean
isSetTgtEl()
True if has "tgtEl" elementboolean
isSetTn()
True if has "tn" elementvoid
setDelay(java.lang.Object delay)
Sets the "delay" attributevoid
setEvt(STTLTriggerEvent.Enum evt)
Sets the "evt" attributevoid
setRtn(CTTLTriggerRuntimeNode rtn)
Sets the "rtn" elementvoid
setTgtEl(CTTLTimeTargetElement tgtEl)
Sets the "tgtEl" elementvoid
setTn(CTTLTriggerTimeNodeID tn)
Sets the "tn" elementvoid
unsetDelay()
Unsets the "delay" attributevoid
unsetEvt()
Unsets the "evt" attributevoid
unsetRtn()
Unsets the "rtn" elementvoid
unsetTgtEl()
Unsets the "tgtEl" elementvoid
unsetTn()
Unsets the "tn" elementSTTLTime
xgetDelay()
Gets (as xml) the "delay" attributeSTTLTriggerEvent
xgetEvt()
Gets (as xml) the "evt" attributevoid
xsetDelay(STTLTime delay)
Sets (as xml) the "delay" attributevoid
xsetEvt(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
-
-