Interface CTTLCommandBehavior
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLCommandBehavior(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLCommandBehavior> 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 "cBhvr" elementgetCBhvr()Gets the "cBhvr" elementgetCmd()Gets the "cmd" attributegetType()Gets the "type" attributebooleanisSetCmd()True if has "cmd" attributebooleanTrue if has "type" attributevoidsetCBhvr(CTTLCommonBehaviorData cBhvr) Sets the "cBhvr" elementvoidSets the "cmd" attributevoidsetType(STTLCommandType.Enum type) Sets the "type" attributevoidunsetCmd()Unsets the "cmd" attributevoidUnsets the "type" attributexgetCmd()Gets (as xml) the "cmd" attributexgetType()Gets (as xml) the "type" attributevoidSets (as xml) the "cmd" attributevoidxsetType(STTLCommandType type) Sets (as xml) the "type" 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
-
getCBhvr
CTTLCommonBehaviorData getCBhvr()Gets the "cBhvr" element -
setCBhvr
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
Sets the "type" attribute -
xsetType
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
Sets the "cmd" attribute -
xsetCmd
Sets (as xml) the "cmd" attribute -
unsetCmd
void unsetCmd()Unsets the "cmd" attribute
-