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