public class VehicleCountWithinInterval extends Object
Java class for VehicleCountWithinInterval complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleCountWithinInterval">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measurementOrCalcualtionTime" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="measurementInterval" type="{http://datex2.eu/schema/2/2_0}Seconds"/>
<element name="numberOfIncomingVehicles" type="{http://datex2.eu/schema/2/2_0}VehicleCountValue" minOccurs="0"/>
<element name="numberOfOutgoingVehicles" type="{http://datex2.eu/schema/2/2_0}VehicleCountValue" minOccurs="0"/>
<element name="changeOfOccupiedSpaces" type="{http://datex2.eu/schema/2/2_0}OccupancyChangeValue" minOccurs="0"/>
<element name="countedVehicles" type="{http://datex2.eu/schema/2/2_0}VehicleCharacteristics" minOccurs="0"/>
<element name="vehicleCountWithinIntervalExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OccupancyChangeValue |
changeOfOccupiedSpaces |
protected VehicleCharacteristics |
countedVehicles |
protected float |
measurementInterval |
protected Calendar |
measurementOrCalcualtionTime |
protected VehicleCountValue |
numberOfIncomingVehicles |
protected VehicleCountValue |
numberOfOutgoingVehicles |
protected ExtensionType |
vehicleCountWithinIntervalExtension |
| Constructor and Description |
|---|
VehicleCountWithinInterval() |
| Modifier and Type | Method and Description |
|---|---|
OccupancyChangeValue |
getChangeOfOccupiedSpaces()
Gets the value of the changeOfOccupiedSpaces property.
|
VehicleCharacteristics |
getCountedVehicles()
Gets the value of the countedVehicles property.
|
float |
getMeasurementInterval()
Gets the value of the measurementInterval property.
|
Calendar |
getMeasurementOrCalcualtionTime()
Gets the value of the measurementOrCalcualtionTime property.
|
VehicleCountValue |
getNumberOfIncomingVehicles()
Gets the value of the numberOfIncomingVehicles property.
|
VehicleCountValue |
getNumberOfOutgoingVehicles()
Gets the value of the numberOfOutgoingVehicles property.
|
ExtensionType |
getVehicleCountWithinIntervalExtension()
Gets the value of the vehicleCountWithinIntervalExtension property.
|
void |
setChangeOfOccupiedSpaces(OccupancyChangeValue value)
Sets the value of the changeOfOccupiedSpaces property.
|
void |
setCountedVehicles(VehicleCharacteristics value)
Sets the value of the countedVehicles property.
|
void |
setMeasurementInterval(float value)
Sets the value of the measurementInterval property.
|
void |
setMeasurementOrCalcualtionTime(Calendar value)
Sets the value of the measurementOrCalcualtionTime property.
|
void |
setNumberOfIncomingVehicles(VehicleCountValue value)
Sets the value of the numberOfIncomingVehicles property.
|
void |
setNumberOfOutgoingVehicles(VehicleCountValue value)
Sets the value of the numberOfOutgoingVehicles property.
|
void |
setVehicleCountWithinIntervalExtension(ExtensionType value)
Sets the value of the vehicleCountWithinIntervalExtension property.
|
protected Calendar measurementOrCalcualtionTime
protected float measurementInterval
protected VehicleCountValue numberOfIncomingVehicles
protected VehicleCountValue numberOfOutgoingVehicles
protected OccupancyChangeValue changeOfOccupiedSpaces
protected VehicleCharacteristics countedVehicles
protected ExtensionType vehicleCountWithinIntervalExtension
public Calendar getMeasurementOrCalcualtionTime()
Stringpublic void setMeasurementOrCalcualtionTime(Calendar value)
value - allowed object is
Stringpublic float getMeasurementInterval()
public void setMeasurementInterval(float value)
public VehicleCountValue getNumberOfIncomingVehicles()
VehicleCountValuepublic void setNumberOfIncomingVehicles(VehicleCountValue value)
value - allowed object is
VehicleCountValuepublic VehicleCountValue getNumberOfOutgoingVehicles()
VehicleCountValuepublic void setNumberOfOutgoingVehicles(VehicleCountValue value)
value - allowed object is
VehicleCountValuepublic OccupancyChangeValue getChangeOfOccupiedSpaces()
OccupancyChangeValuepublic void setChangeOfOccupiedSpaces(OccupancyChangeValue value)
value - allowed object is
OccupancyChangeValuepublic VehicleCharacteristics getCountedVehicles()
VehicleCharacteristicspublic void setCountedVehicles(VehicleCharacteristics value)
value - allowed object is
VehicleCharacteristicspublic ExtensionType getVehicleCountWithinIntervalExtension()
ExtensionTypepublic void setVehicleCountWithinIntervalExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.