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