public class VehicleCountValue extends DataValue
Java class for VehicleCountValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleCountValue">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}DataValue">
<sequence>
<element name="vehicleCount" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger"/>
<element name="vehicleCountValueExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
vehicleCount |
protected ExtensionType |
vehicleCountValueExtension |
accuracy, computationalMethod, dataError, dataValueExtension, numberOfIncompleteInputs, numberOfInputValuesUsed, reasonForDataError, smoothingFactor, standardDeviation, supplierCalculatedDataQuality| Constructor and Description |
|---|
VehicleCountValue() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getVehicleCount()
Gets the value of the vehicleCount property.
|
ExtensionType |
getVehicleCountValueExtension()
Gets the value of the vehicleCountValueExtension property.
|
void |
setVehicleCount(Long value)
Sets the value of the vehicleCount property.
|
void |
setVehicleCountValueExtension(ExtensionType value)
Sets the value of the vehicleCountValueExtension property.
|
getAccuracy, getComputationalMethod, getDataValueExtension, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getReasonForDataError, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, isDataError, setAccuracy, setComputationalMethod, setDataError, setDataValueExtension, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setReasonForDataError, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQualityprotected Long vehicleCount
protected ExtensionType vehicleCountValueExtension
public Long getVehicleCount()
Stringpublic void setVehicleCount(Long value)
value - allowed object is
Stringpublic ExtensionType getVehicleCountValueExtension()
ExtensionTypepublic void setVehicleCountValueExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.