public class CTTLCommandBehavior extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTTLCommonBehaviorData |
getCBhvr()
Gets the value of the cBhvr property.
|
String |
getCmd()
Gets the value of the cmd property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(Object parent) |
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()
Stringpublic void setCmd(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.