public class SetTransSpeedType extends MiddleCommandType
Java class for SetTransSpeedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetTransSpeedType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="TransSpeed" type="{}TransSpeedType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransSpeedType |
transSpeed |
commandIDname| Constructor and Description |
|---|
SetTransSpeedType() |
| Modifier and Type | Method and Description |
|---|---|
TransSpeedType |
getTransSpeed()
Gets the value of the transSpeed property.
|
void |
setTransSpeed(TransSpeedType value)
Sets the value of the transSpeed property.
|
getCommandID, setCommandIDgetName, setNameprotected TransSpeedType transSpeed
public TransSpeedType getTransSpeed()
TransSpeedTypepublic void setTransSpeed(TransSpeedType value)
value - allowed object is
TransSpeedTypeCopyright © 2018. All rights reserved.