Interface CTTLCommandBehavior

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTLCommandBehavior extends XmlObject
An XML CT_TLCommandBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getCBhvr

      Gets the "cBhvr" element
    • setCBhvr

      void setCBhvr(CTTLCommonBehaviorData cBhvr)
      Sets the "cBhvr" element
    • addNewCBhvr

      CTTLCommonBehaviorData addNewCBhvr()
      Appends and returns a new empty "cBhvr" element
    • getType

      Gets the "type" attribute
    • xgetType

      STTLCommandType xgetType()
      Gets (as xml) the "type" attribute
    • isSetType

      boolean isSetType()
      True if has "type" attribute
    • setType

      void setType(STTLCommandType.Enum type)
      Sets the "type" attribute
    • xsetType

      void xsetType(STTLCommandType type)
      Sets (as xml) the "type" attribute
    • unsetType

      void unsetType()
      Unsets the "type" attribute
    • getCmd

      String getCmd()
      Gets the "cmd" attribute
    • xgetCmd

      XmlString xgetCmd()
      Gets (as xml) the "cmd" attribute
    • isSetCmd

      boolean isSetCmd()
      True if has "cmd" attribute
    • setCmd

      void setCmd(String cmd)
      Sets the "cmd" attribute
    • xsetCmd

      void xsetCmd(XmlString cmd)
      Sets (as xml) the "cmd" attribute
    • unsetCmd

      void unsetCmd()
      Unsets the "cmd" attribute