public class VehicleRate extends Object
Java class for VehicleRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleRate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measurementOrCalculationTime" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="fillRate" type="{http://datex2.eu/schema/2/2_0}VehicleFlowValue" minOccurs="0"/>
<element name="exitRate" type="{http://datex2.eu/schema/2/2_0}VehicleFlowValue" minOccurs="0"/>
<element name="vehicleFlowRate" type="{http://datex2.eu/schema/2/2_0}VehicleFlowValue" minOccurs="0"/>
<element name="measuredVehicles" type="{http://datex2.eu/schema/2/2_0}VehicleCharacteristics" minOccurs="0"/>
<element name="vehicleRateExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VehicleFlowValue |
exitRate |
protected VehicleFlowValue |
fillRate |
protected VehicleCharacteristics |
measuredVehicles |
protected Calendar |
measurementOrCalculationTime |
protected VehicleFlowValue |
vehicleFlowRate |
protected ExtensionType |
vehicleRateExtension |
| Constructor and Description |
|---|
VehicleRate() |
| Modifier and Type | Method and Description |
|---|---|
VehicleFlowValue |
getExitRate()
Gets the value of the exitRate property.
|
VehicleFlowValue |
getFillRate()
Gets the value of the fillRate property.
|
VehicleCharacteristics |
getMeasuredVehicles()
Gets the value of the measuredVehicles property.
|
Calendar |
getMeasurementOrCalculationTime()
Gets the value of the measurementOrCalculationTime property.
|
VehicleFlowValue |
getVehicleFlowRate()
Gets the value of the vehicleFlowRate property.
|
ExtensionType |
getVehicleRateExtension()
Gets the value of the vehicleRateExtension property.
|
void |
setExitRate(VehicleFlowValue value)
Sets the value of the exitRate property.
|
void |
setFillRate(VehicleFlowValue value)
Sets the value of the fillRate property.
|
void |
setMeasuredVehicles(VehicleCharacteristics value)
Sets the value of the measuredVehicles property.
|
void |
setMeasurementOrCalculationTime(Calendar value)
Sets the value of the measurementOrCalculationTime property.
|
void |
setVehicleFlowRate(VehicleFlowValue value)
Sets the value of the vehicleFlowRate property.
|
void |
setVehicleRateExtension(ExtensionType value)
Sets the value of the vehicleRateExtension property.
|
protected Calendar measurementOrCalculationTime
protected VehicleFlowValue fillRate
protected VehicleFlowValue exitRate
protected VehicleFlowValue vehicleFlowRate
protected VehicleCharacteristics measuredVehicles
protected ExtensionType vehicleRateExtension
public Calendar getMeasurementOrCalculationTime()
Stringpublic void setMeasurementOrCalculationTime(Calendar value)
value - allowed object is
Stringpublic VehicleFlowValue getFillRate()
VehicleFlowValuepublic void setFillRate(VehicleFlowValue value)
value - allowed object is
VehicleFlowValuepublic VehicleFlowValue getExitRate()
VehicleFlowValuepublic void setExitRate(VehicleFlowValue value)
value - allowed object is
VehicleFlowValuepublic VehicleFlowValue getVehicleFlowRate()
VehicleFlowValuepublic void setVehicleFlowRate(VehicleFlowValue value)
value - allowed object is
VehicleFlowValuepublic VehicleCharacteristics getMeasuredVehicles()
VehicleCharacteristicspublic void setMeasuredVehicles(VehicleCharacteristics value)
value - allowed object is
VehicleCharacteristicspublic ExtensionType getVehicleRateExtension()
ExtensionTypepublic void setVehicleRateExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.