public class ConcentrationOfVehiclesValue extends DataValue
Java class for ConcentrationOfVehiclesValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConcentrationOfVehiclesValue"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}DataValue"> <sequence> <element name="concentrationOfVehicles" type="{http://datex2.eu/schema/2/2_0}ConcentrationVehiclesPerKilometre"/> <element name="concentrationOfVehiclesValueExtension" 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 |
concentrationOfVehicles |
protected ExtensionType |
concentrationOfVehiclesValueExtension |
accuracy, computationalMethod, dataError, dataValueExtension, numberOfIncompleteInputs, numberOfInputValuesUsed, reasonForDataError, smoothingFactor, standardDeviation, supplierCalculatedDataQuality
Constructor and Description |
---|
ConcentrationOfVehiclesValue() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getConcentrationOfVehicles()
Gets the value of the concentrationOfVehicles property.
|
ExtensionType |
getConcentrationOfVehiclesValueExtension()
Gets the value of the concentrationOfVehiclesValueExtension property.
|
void |
setConcentrationOfVehicles(java.math.BigInteger value)
Sets the value of the concentrationOfVehicles property.
|
void |
setConcentrationOfVehiclesValueExtension(ExtensionType value)
Sets the value of the concentrationOfVehiclesValueExtension 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 concentrationOfVehicles
protected ExtensionType concentrationOfVehiclesValueExtension
public java.math.BigInteger getConcentrationOfVehicles()
BigInteger
public void setConcentrationOfVehicles(java.math.BigInteger value)
value
- allowed object is
BigInteger
public ExtensionType getConcentrationOfVehiclesValueExtension()
ExtensionType
public void setConcentrationOfVehiclesValueExtension(ExtensionType value)
value
- allowed object is
ExtensionType