public class SetTorqueUnitsType extends MiddleCommandType
Java class for SetTorqueUnitsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetTorqueUnitsType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="UnitName" type="{}TorqueUnitEnumType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TorqueUnitEnumType |
unitName |
commandIDname| Constructor and Description |
|---|
SetTorqueUnitsType() |
| Modifier and Type | Method and Description |
|---|---|
TorqueUnitEnumType |
getUnitName()
Gets the value of the unitName property.
|
void |
setUnitName(TorqueUnitEnumType value)
Sets the value of the unitName property.
|
getCommandID, setCommandIDgetName, setNameprotected TorqueUnitEnumType unitName
public TorqueUnitEnumType getUnitName()
TorqueUnitEnumTypepublic void setUnitName(TorqueUnitEnumType value)
value - allowed object is
TorqueUnitEnumTypeCopyright © 2017. All rights reserved.