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.
  • Field Details

  • Method Details

    • getCTn

      Gets the "cTn" element
    • setCTn

      void setCTn(CTTLCommonTimeNodeData cTn)
      Sets the "cTn" element
    • 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

      Gets the "prevAc" attribute
    • 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

      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