public class TransSpeedAbsoluteType extends TransSpeedType
Java class for TransSpeedAbsoluteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransSpeedAbsoluteType">
<complexContent>
<extension base="{}TransSpeedType">
<sequence>
<element name="Setting" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
setting |
name| Constructor and Description |
|---|
TransSpeedAbsoluteType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getSetting()
Gets the value of the setting property.
|
void |
setSetting(BigDecimal value)
Sets the value of the setting property.
|
getName, setNameprotected BigDecimal setting
public BigDecimal getSetting()
BigDecimalpublic void setSetting(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.