Interface CTTLTimeNodeSequence
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLTimeNodeSequence(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLTimeNodeSequence> 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 "cTn" elementAppends and returns a new empty "nextCondLst" elementAppends and returns a new empty "prevCondLst" elementbooleanGets the "concurrent" attributegetCTn()Gets the "cTn" elementGets the "nextAc" attributeGets the "nextCondLst" elementGets the "prevAc" attributeGets the "prevCondLst" elementbooleanTrue if has "concurrent" attributebooleanTrue if has "nextAc" attributebooleanTrue if has "nextCondLst" elementbooleanTrue if has "prevAc" attributebooleanTrue if has "prevCondLst" elementvoidsetConcurrent(boolean concurrent) Sets the "concurrent" attributevoidSets the "cTn" elementvoidsetNextAc(STTLNextActionType.Enum nextAc) Sets the "nextAc" attributevoidsetNextCondLst(CTTLTimeConditionList nextCondLst) Sets the "nextCondLst" elementvoidsetPrevAc(STTLPreviousActionType.Enum prevAc) Sets the "prevAc" attributevoidsetPrevCondLst(CTTLTimeConditionList prevCondLst) Sets the "prevCondLst" elementvoidUnsets the "concurrent" attributevoidUnsets the "nextAc" attributevoidUnsets the "nextCondLst" elementvoidUnsets the "prevAc" attributevoidUnsets the "prevCondLst" elementGets (as xml) the "concurrent" attributeGets (as xml) the "nextAc" attributeGets (as xml) the "prevAc" attributevoidxsetConcurrent(XmlBoolean concurrent) Sets (as xml) the "concurrent" attributevoidxsetNextAc(STTLNextActionType nextAc) Sets (as xml) the "nextAc" attributevoidxsetPrevAc(STTLPreviousActionType prevAc) Sets (as xml) the "prevAc" 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
-
getCTn
CTTLCommonTimeNodeData getCTn()Gets the "cTn" element -
setCTn
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
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
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
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
Sets the "prevAc" attribute -
xsetPrevAc
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
Sets the "nextAc" attribute -
xsetNextAc
Sets (as xml) the "nextAc" attribute -
unsetNextAc
void unsetNextAc()Unsets the "nextAc" attribute
-