public class VehicleFlowValue extends DataValue
Java class for VehicleFlowValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleFlowValue"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}DataValue"> <sequence> <element name="vehicleFlowRate" type="{http://datex2.eu/schema/2/2_0}VehiclesPerHour"/> <element name="vehicleFlowValueExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
vehicleFlowRate |
protected ExtensionType |
vehicleFlowValueExtension |
accuracy, computationalMethod, dataError, dataValueExtension, numberOfIncompleteInputs, numberOfInputValuesUsed, reasonForDataError, smoothingFactor, standardDeviation, supplierCalculatedDataQuality
Constructor and Description |
---|
VehicleFlowValue() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getVehicleFlowRate()
Gets the value of the vehicleFlowRate property.
|
ExtensionType |
getVehicleFlowValueExtension()
Gets the value of the vehicleFlowValueExtension property.
|
void |
setVehicleFlowRate(java.math.BigInteger value)
Sets the value of the vehicleFlowRate property.
|
void |
setVehicleFlowValueExtension(ExtensionType value)
Sets the value of the vehicleFlowValueExtension property.
|
getAccuracy, getComputationalMethod, getDataValueExtension, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getReasonForDataError, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, isDataError, setAccuracy, setComputationalMethod, setDataError, setDataValueExtension, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setReasonForDataError, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQuality
protected java.math.BigInteger vehicleFlowRate
protected ExtensionType vehicleFlowValueExtension
public java.math.BigInteger getVehicleFlowRate()
BigInteger
public void setVehicleFlowRate(java.math.BigInteger value)
value
- allowed object is
BigInteger
public ExtensionType getVehicleFlowValueExtension()
ExtensionType
public void setVehicleFlowValueExtension(ExtensionType value)
value
- allowed object is
ExtensionType