public class SetTransAccelType extends MiddleCommandType
Java class for SetTransAccelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetTransAccelType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="TransAccel" type="{}TransAccelType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransAccelType |
transAccel |
commandIDname| Constructor and Description |
|---|
SetTransAccelType() |
| Modifier and Type | Method and Description |
|---|---|
TransAccelType |
getTransAccel()
Gets the value of the transAccel property.
|
void |
setTransAccel(TransAccelType value)
Sets the value of the transAccel property.
|
getCommandID, setCommandIDgetName, setNameprotected TransAccelType transAccel
public TransAccelType getTransAccel()
TransAccelTypepublic void setTransAccel(TransAccelType value)
value - allowed object is
TransAccelTypeCopyright © 2016. All rights reserved.