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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLCommandBehavior.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTTLCommonBehaviorDataaddNewCBhvr()Appends and returns a new empty "cBhvr" elementCTTLCommonBehaviorDatagetCBhvr()Gets the "cBhvr" elementjava.lang.StringgetCmd()Gets the "cmd" attributeSTTLCommandType.EnumgetType()Gets the "type" attributebooleanisSetCmd()True if has "cmd" attributebooleanisSetType()True if has "type" attributevoidsetCBhvr(CTTLCommonBehaviorData cBhvr)Sets the "cBhvr" elementvoidsetCmd(java.lang.String cmd)Sets the "cmd" attributevoidsetType(STTLCommandType.Enum type)Sets the "type" attributevoidunsetCmd()Unsets the "cmd" attributevoidunsetType()Unsets the "type" attributeXmlStringxgetCmd()Gets (as xml) the "cmd" attributeSTTLCommandTypexgetType()Gets (as xml) the "type" attributevoidxsetCmd(XmlString cmd)Sets (as xml) the "cmd" attributevoidxsetType(STTLCommandType type)Sets (as xml) the "type" 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
-
getCBhvr
CTTLCommonBehaviorData 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
STTLCommandType.Enum 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
java.lang.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(java.lang.String cmd)
Sets the "cmd" attribute
-
xsetCmd
void xsetCmd(XmlString cmd)
Sets (as xml) the "cmd" attribute
-
unsetCmd
void unsetCmd()
Unsets the "cmd" attribute
-
-