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 class
CTTLCommandBehavior.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTTLCommonBehaviorData
addNewCBhvr()
Appends and returns a new empty "cBhvr" elementCTTLCommonBehaviorData
getCBhvr()
Gets the "cBhvr" elementString
getCmd()
Gets the "cmd" attributeSTTLCommandType.Enum
getType()
Gets the "type" attributeboolean
isSetCmd()
True if has "cmd" attributeboolean
isSetType()
True if has "type" attributevoid
setCBhvr(CTTLCommonBehaviorData cBhvr)
Sets the "cBhvr" elementvoid
setCmd(String cmd)
Sets the "cmd" attributevoid
setType(STTLCommandType.Enum type)
Sets the "type" attributevoid
unsetCmd()
Unsets the "cmd" attributevoid
unsetType()
Unsets the "type" attributeXmlString
xgetCmd()
Gets (as xml) the "cmd" attributeSTTLCommandType
xgetType()
Gets (as xml) the "type" attributevoid
xsetCmd(XmlString cmd)
Sets (as xml) the "cmd" attributevoid
xsetType(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
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
-
-