public class DwellType extends MiddleCommandType
Java class for DwellType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DwellType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="DwellTime" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
dwellTime |
commandIDname| Constructor and Description |
|---|
DwellType() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDwellTime()
Gets the value of the dwellTime property.
|
void |
setDwellTime(double value)
Sets the value of the dwellTime property.
|
getCommandID, setCommandIDgetName, setNameCopyright © 2018. All rights reserved.