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}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
dwellTime |
commandIDname| Constructor and Description |
|---|
DwellType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDwellTime()
Gets the value of the dwellTime property.
|
void |
setDwellTime(BigDecimal value)
Sets the value of the dwellTime property.
|
getCommandID, setCommandIDgetName, setNameprotected BigDecimal dwellTime
public BigDecimal getDwellTime()
BigDecimalpublic void setDwellTime(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.