public class CTTLCommandBehavior extends Object
Java class for CT_TLCommandBehavior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLCommandBehavior">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cBhvr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonBehaviorData"/>
</sequence>
<attribute name="type" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLCommandType" />
<attribute name="cmd" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLCommonBehaviorData |
cBhvr |
protected String |
cmd |
protected STTLCommandType |
type |
| Constructor and Description |
|---|
CTTLCommandBehavior() |
| Modifier and Type | Method and Description |
|---|---|
CTTLCommonBehaviorData |
getCBhvr()
Gets the value of the cBhvr property.
|
String |
getCmd()
Gets the value of the cmd property.
|
STTLCommandType |
getType()
Gets the value of the type property.
|
void |
setCBhvr(CTTLCommonBehaviorData value)
Sets the value of the cBhvr property.
|
void |
setCmd(String value)
Sets the value of the cmd property.
|
void |
setType(STTLCommandType value)
Sets the value of the type property.
|
protected CTTLCommonBehaviorData cBhvr
protected STTLCommandType type
protected String cmd
public CTTLCommonBehaviorData getCBhvr()
CTTLCommonBehaviorDatapublic void setCBhvr(CTTLCommonBehaviorData value)
value - allowed object is
CTTLCommonBehaviorDatapublic STTLCommandType getType()
STTLCommandTypepublic void setType(STTLCommandType value)
value - allowed object is
STTLCommandTypepublic String getCmd()
StringCopyright © 2007-2019. All Rights Reserved.