public class SpeedPercentile extends Object
Java class for SpeedPercentile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpeedPercentile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vehiclePercentage" type="{http://datex2.eu/schema/2/2_0}PercentageValue"/>
<element name="speedPercentile" type="{http://datex2.eu/schema/2/2_0}SpeedValue"/>
<element name="speedPercentileExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SpeedValue |
speedPercentile |
protected ExtensionType |
speedPercentileExtension |
protected PercentageValue |
vehiclePercentage |
| Constructor and Description |
|---|
SpeedPercentile() |
| Modifier and Type | Method and Description |
|---|---|
SpeedValue |
getSpeedPercentile()
Gets the value of the speedPercentile property.
|
ExtensionType |
getSpeedPercentileExtension()
Gets the value of the speedPercentileExtension property.
|
PercentageValue |
getVehiclePercentage()
Gets the value of the vehiclePercentage property.
|
void |
setSpeedPercentile(SpeedValue value)
Sets the value of the speedPercentile property.
|
void |
setSpeedPercentileExtension(ExtensionType value)
Sets the value of the speedPercentileExtension property.
|
void |
setVehiclePercentage(PercentageValue value)
Sets the value of the vehiclePercentage property.
|
protected PercentageValue vehiclePercentage
protected SpeedValue speedPercentile
protected ExtensionType speedPercentileExtension
public PercentageValue getVehiclePercentage()
PercentageValuepublic void setVehiclePercentage(PercentageValue value)
value - allowed object is
PercentageValuepublic SpeedValue getSpeedPercentile()
SpeedValuepublic void setSpeedPercentile(SpeedValue value)
value - allowed object is
SpeedValuepublic ExtensionType getSpeedPercentileExtension()
ExtensionTypepublic void setSpeedPercentileExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.