Interface CTTLTimeNodeSequence
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLTimeNodeSequence extends XmlObject
An XML CT_TLTimeNodeSequence(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTLTimeNodeSequence.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 CTTLCommonTimeNodeData
addNewCTn()
Appends and returns a new empty "cTn" elementCTTLTimeConditionList
addNewNextCondLst()
Appends and returns a new empty "nextCondLst" elementCTTLTimeConditionList
addNewPrevCondLst()
Appends and returns a new empty "prevCondLst" elementboolean
getConcurrent()
Gets the "concurrent" attributeCTTLCommonTimeNodeData
getCTn()
Gets the "cTn" elementSTTLNextActionType.Enum
getNextAc()
Gets the "nextAc" attributeCTTLTimeConditionList
getNextCondLst()
Gets the "nextCondLst" elementSTTLPreviousActionType.Enum
getPrevAc()
Gets the "prevAc" attributeCTTLTimeConditionList
getPrevCondLst()
Gets the "prevCondLst" elementboolean
isSetConcurrent()
True if has "concurrent" attributeboolean
isSetNextAc()
True if has "nextAc" attributeboolean
isSetNextCondLst()
True if has "nextCondLst" elementboolean
isSetPrevAc()
True if has "prevAc" attributeboolean
isSetPrevCondLst()
True if has "prevCondLst" elementvoid
setConcurrent(boolean concurrent)
Sets the "concurrent" attributevoid
setCTn(CTTLCommonTimeNodeData cTn)
Sets the "cTn" elementvoid
setNextAc(STTLNextActionType.Enum nextAc)
Sets the "nextAc" attributevoid
setNextCondLst(CTTLTimeConditionList nextCondLst)
Sets the "nextCondLst" elementvoid
setPrevAc(STTLPreviousActionType.Enum prevAc)
Sets the "prevAc" attributevoid
setPrevCondLst(CTTLTimeConditionList prevCondLst)
Sets the "prevCondLst" elementvoid
unsetConcurrent()
Unsets the "concurrent" attributevoid
unsetNextAc()
Unsets the "nextAc" attributevoid
unsetNextCondLst()
Unsets the "nextCondLst" elementvoid
unsetPrevAc()
Unsets the "prevAc" attributevoid
unsetPrevCondLst()
Unsets the "prevCondLst" elementXmlBoolean
xgetConcurrent()
Gets (as xml) the "concurrent" attributeSTTLNextActionType
xgetNextAc()
Gets (as xml) the "nextAc" attributeSTTLPreviousActionType
xgetPrevAc()
Gets (as xml) the "prevAc" attributevoid
xsetConcurrent(XmlBoolean concurrent)
Sets (as xml) the "concurrent" attributevoid
xsetNextAc(STTLNextActionType nextAc)
Sets (as xml) the "nextAc" attributevoid
xsetPrevAc(STTLPreviousActionType prevAc)
Sets (as xml) the "prevAc" 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
-
getCTn
CTTLCommonTimeNodeData getCTn()
Gets the "cTn" element
-
setCTn
void setCTn(CTTLCommonTimeNodeData cTn)
Sets the "cTn" element
-
addNewCTn
CTTLCommonTimeNodeData addNewCTn()
Appends and returns a new empty "cTn" element
-
getPrevCondLst
CTTLTimeConditionList getPrevCondLst()
Gets the "prevCondLst" element
-
isSetPrevCondLst
boolean isSetPrevCondLst()
True if has "prevCondLst" element
-
setPrevCondLst
void setPrevCondLst(CTTLTimeConditionList prevCondLst)
Sets the "prevCondLst" element
-
addNewPrevCondLst
CTTLTimeConditionList addNewPrevCondLst()
Appends and returns a new empty "prevCondLst" element
-
unsetPrevCondLst
void unsetPrevCondLst()
Unsets the "prevCondLst" element
-
getNextCondLst
CTTLTimeConditionList getNextCondLst()
Gets the "nextCondLst" element
-
isSetNextCondLst
boolean isSetNextCondLst()
True if has "nextCondLst" element
-
setNextCondLst
void setNextCondLst(CTTLTimeConditionList nextCondLst)
Sets the "nextCondLst" element
-
addNewNextCondLst
CTTLTimeConditionList addNewNextCondLst()
Appends and returns a new empty "nextCondLst" element
-
unsetNextCondLst
void unsetNextCondLst()
Unsets the "nextCondLst" element
-
getConcurrent
boolean getConcurrent()
Gets the "concurrent" attribute
-
xgetConcurrent
XmlBoolean xgetConcurrent()
Gets (as xml) the "concurrent" attribute
-
isSetConcurrent
boolean isSetConcurrent()
True if has "concurrent" attribute
-
setConcurrent
void setConcurrent(boolean concurrent)
Sets the "concurrent" attribute
-
xsetConcurrent
void xsetConcurrent(XmlBoolean concurrent)
Sets (as xml) the "concurrent" attribute
-
unsetConcurrent
void unsetConcurrent()
Unsets the "concurrent" attribute
-
getPrevAc
STTLPreviousActionType.Enum getPrevAc()
Gets the "prevAc" attribute
-
xgetPrevAc
STTLPreviousActionType xgetPrevAc()
Gets (as xml) the "prevAc" attribute
-
isSetPrevAc
boolean isSetPrevAc()
True if has "prevAc" attribute
-
setPrevAc
void setPrevAc(STTLPreviousActionType.Enum prevAc)
Sets the "prevAc" attribute
-
xsetPrevAc
void xsetPrevAc(STTLPreviousActionType prevAc)
Sets (as xml) the "prevAc" attribute
-
unsetPrevAc
void unsetPrevAc()
Unsets the "prevAc" attribute
-
getNextAc
STTLNextActionType.Enum getNextAc()
Gets the "nextAc" attribute
-
xgetNextAc
STTLNextActionType xgetNextAc()
Gets (as xml) the "nextAc" attribute
-
isSetNextAc
boolean isSetNextAc()
True if has "nextAc" attribute
-
setNextAc
void setNextAc(STTLNextActionType.Enum nextAc)
Sets the "nextAc" attribute
-
xsetNextAc
void xsetNextAc(STTLNextActionType nextAc)
Sets (as xml) the "nextAc" attribute
-
unsetNextAc
void unsetNextAc()
Unsets the "nextAc" attribute
-
-