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