public class VehicleCountAndRate extends Object
Java class for VehicleCountAndRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleCountAndRate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measurementSiteReference" type="{http://datex2.eu/schema/2/2_0}_MeasurementSiteRecordVersionedReference" minOccurs="0"/>
<element name="measuredValueIndex" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="dedicatedAccess" type="{http://datex2.eu/schema/2/2_0}_ParkingAccessReference" minOccurs="0"/>
<element name="measurementTimeDefault" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="lastCalibration" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="coveringPetrolStationArea" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="vehicleCountWithinInterval" type="{http://datex2.eu/schema/2/2_0}VehicleCountWithinInterval" maxOccurs="unbounded" minOccurs="0"/>
<element name="vehicleRate" type="{http://datex2.eu/schema/2/2_0}VehicleRate" maxOccurs="unbounded" minOccurs="0"/>
<element name="vehicleCountAndRateExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
coveringPetrolStationArea |
protected ParkingAccessReference |
dedicatedAccess |
protected Calendar |
lastCalibration |
protected Long |
measuredValueIndex |
protected MeasurementSiteRecordVersionedReference |
measurementSiteReference |
protected Calendar |
measurementTimeDefault |
protected ExtensionType |
vehicleCountAndRateExtension |
protected List<VehicleCountWithinInterval> |
vehicleCountWithinInterval |
protected List<VehicleRate> |
vehicleRate |
| Constructor and Description |
|---|
VehicleCountAndRate() |
| Modifier and Type | Method and Description |
|---|---|
ParkingAccessReference |
getDedicatedAccess()
Gets the value of the dedicatedAccess property.
|
Calendar |
getLastCalibration()
Gets the value of the lastCalibration property.
|
Long |
getMeasuredValueIndex()
Gets the value of the measuredValueIndex property.
|
MeasurementSiteRecordVersionedReference |
getMeasurementSiteReference()
Gets the value of the measurementSiteReference property.
|
Calendar |
getMeasurementTimeDefault()
Gets the value of the measurementTimeDefault property.
|
ExtensionType |
getVehicleCountAndRateExtension()
Gets the value of the vehicleCountAndRateExtension property.
|
List<VehicleCountWithinInterval> |
getVehicleCountWithinInterval()
Gets the value of the vehicleCountWithinInterval property.
|
List<VehicleRate> |
getVehicleRate()
Gets the value of the vehicleRate property.
|
Boolean |
isCoveringPetrolStationArea()
Gets the value of the coveringPetrolStationArea property.
|
void |
setCoveringPetrolStationArea(Boolean value)
Sets the value of the coveringPetrolStationArea property.
|
void |
setDedicatedAccess(ParkingAccessReference value)
Sets the value of the dedicatedAccess property.
|
void |
setLastCalibration(Calendar value)
Sets the value of the lastCalibration property.
|
void |
setMeasuredValueIndex(Long value)
Sets the value of the measuredValueIndex property.
|
void |
setMeasurementSiteReference(MeasurementSiteRecordVersionedReference value)
Sets the value of the measurementSiteReference property.
|
void |
setMeasurementTimeDefault(Calendar value)
Sets the value of the measurementTimeDefault property.
|
void |
setVehicleCountAndRateExtension(ExtensionType value)
Sets the value of the vehicleCountAndRateExtension property.
|
protected MeasurementSiteRecordVersionedReference measurementSiteReference
protected Long measuredValueIndex
protected ParkingAccessReference dedicatedAccess
protected Calendar measurementTimeDefault
protected Calendar lastCalibration
protected Boolean coveringPetrolStationArea
protected List<VehicleCountWithinInterval> vehicleCountWithinInterval
protected List<VehicleRate> vehicleRate
protected ExtensionType vehicleCountAndRateExtension
public MeasurementSiteRecordVersionedReference getMeasurementSiteReference()
MeasurementSiteRecordVersionedReferencepublic void setMeasurementSiteReference(MeasurementSiteRecordVersionedReference value)
value - allowed object is
MeasurementSiteRecordVersionedReferencepublic Long getMeasuredValueIndex()
Stringpublic void setMeasuredValueIndex(Long value)
value - allowed object is
Stringpublic ParkingAccessReference getDedicatedAccess()
ParkingAccessReferencepublic void setDedicatedAccess(ParkingAccessReference value)
value - allowed object is
ParkingAccessReferencepublic Calendar getMeasurementTimeDefault()
Stringpublic void setMeasurementTimeDefault(Calendar value)
value - allowed object is
Stringpublic Calendar getLastCalibration()
Stringpublic void setLastCalibration(Calendar value)
value - allowed object is
Stringpublic Boolean isCoveringPetrolStationArea()
Booleanpublic void setCoveringPetrolStationArea(Boolean value)
value - allowed object is
Booleanpublic List<VehicleCountWithinInterval> getVehicleCountWithinInterval()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vehicleCountWithinInterval property.
For example, to add a new item, do as follows:
getVehicleCountWithinInterval().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleCountWithinInterval
public List<VehicleRate> getVehicleRate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vehicleRate property.
For example, to add a new item, do as follows:
getVehicleRate().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleRate
public ExtensionType getVehicleCountAndRateExtension()
ExtensionTypepublic void setVehicleCountAndRateExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.