Class BasicDataValue
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TrafficStatusValue,TrafficValue,TravelTimeValue,WeatherValue
public abstract class BasicDataValue extends Object implements Serializable
Java class for BasicDataValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicDataValue"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="accuracy" type="{http://datex2.eu/schema/2_0RC1/2_0}Percentage" minOccurs="0"/> <element name="computationalMethod" type="{http://datex2.eu/schema/2_0RC1/2_0}ComputationMethodEnum" minOccurs="0"/> <element name="fault" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="faultReason" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="numberOfIncompleteInputs" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/> <element name="numberOfInputValuesUsed" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/> <element name="period" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/> <element name="smoothingFactor" type="{http://datex2.eu/schema/2_0RC1/2_0}Float" minOccurs="0"/> <element name="standardDeviation" type="{http://datex2.eu/schema/2_0RC1/2_0}Float" minOccurs="0"/> <element name="supplierCalculatedDataQuality" type="{http://datex2.eu/schema/2_0RC1/2_0}Percentage" minOccurs="0"/> <element name="time" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/> <element name="pertinentLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}GroupOfLocations" minOccurs="0"/> <element name="basicDataValueExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Floataccuracyprotected ExtensionTypebasicDataValueExtensionprotected ComputationMethodEnumcomputationalMethodprotected Booleanfaultprotected MultilingualStringfaultReasonprotected BigIntegernumberOfIncompleteInputsprotected BigIntegernumberOfInputValuesUsedprotected Floatperiodprotected GroupOfLocationspertinentLocationprotected FloatsmoothingFactorprotected FloatstandardDeviationprotected FloatsupplierCalculatedDataQualityprotected ZonedDateTimetime
-
Constructor Summary
Constructors Constructor Description BasicDataValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAccuracy()Gets the value of the accuracy property.ExtensionTypegetBasicDataValueExtension()Gets the value of the basicDataValueExtension property.ComputationMethodEnumgetComputationalMethod()Gets the value of the computationalMethod property.MultilingualStringgetFaultReason()Gets the value of the faultReason property.BigIntegergetNumberOfIncompleteInputs()Gets the value of the numberOfIncompleteInputs property.BigIntegergetNumberOfInputValuesUsed()Gets the value of the numberOfInputValuesUsed property.FloatgetPeriod()Gets the value of the period property.GroupOfLocationsgetPertinentLocation()Gets the value of the pertinentLocation property.FloatgetSmoothingFactor()Gets the value of the smoothingFactor property.FloatgetStandardDeviation()Gets the value of the standardDeviation property.FloatgetSupplierCalculatedDataQuality()Gets the value of the supplierCalculatedDataQuality property.ZonedDateTimegetTime()Gets the value of the time property.BooleanisFault()Gets the value of the fault property.voidsetAccuracy(Float value)Sets the value of the accuracy property.voidsetBasicDataValueExtension(ExtensionType value)Sets the value of the basicDataValueExtension property.voidsetComputationalMethod(ComputationMethodEnum value)Sets the value of the computationalMethod property.voidsetFault(Boolean value)Sets the value of the fault property.voidsetFaultReason(MultilingualString value)Sets the value of the faultReason property.voidsetNumberOfIncompleteInputs(BigInteger value)Sets the value of the numberOfIncompleteInputs property.voidsetNumberOfInputValuesUsed(BigInteger value)Sets the value of the numberOfInputValuesUsed property.voidsetPeriod(Float value)Sets the value of the period property.voidsetPertinentLocation(GroupOfLocations value)Sets the value of the pertinentLocation property.voidsetSmoothingFactor(Float value)Sets the value of the smoothingFactor property.voidsetStandardDeviation(Float value)Sets the value of the standardDeviation property.voidsetSupplierCalculatedDataQuality(Float value)Sets the value of the supplierCalculatedDataQuality property.voidsetTime(ZonedDateTime value)Sets the value of the time property.
-
-
-
Field Detail
-
accuracy
protected Float accuracy
-
computationalMethod
protected ComputationMethodEnum computationalMethod
-
fault
protected Boolean fault
-
faultReason
protected MultilingualString faultReason
-
numberOfIncompleteInputs
protected BigInteger numberOfIncompleteInputs
-
numberOfInputValuesUsed
protected BigInteger numberOfInputValuesUsed
-
period
protected Float period
-
smoothingFactor
protected Float smoothingFactor
-
standardDeviation
protected Float standardDeviation
-
supplierCalculatedDataQuality
protected Float supplierCalculatedDataQuality
-
time
protected ZonedDateTime time
-
pertinentLocation
protected GroupOfLocations pertinentLocation
-
basicDataValueExtension
protected ExtensionType basicDataValueExtension
-
-
Method Detail
-
getAccuracy
public Float getAccuracy()
Gets the value of the accuracy property.- Returns:
- possible object is
Float
-
setAccuracy
public void setAccuracy(Float value)
Sets the value of the accuracy property.- Parameters:
value- allowed object isFloat
-
getComputationalMethod
public ComputationMethodEnum getComputationalMethod()
Gets the value of the computationalMethod property.- Returns:
- possible object is
ComputationMethodEnum
-
setComputationalMethod
public void setComputationalMethod(ComputationMethodEnum value)
Sets the value of the computationalMethod property.- Parameters:
value- allowed object isComputationMethodEnum
-
isFault
public Boolean isFault()
Gets the value of the fault property.- Returns:
- possible object is
Boolean
-
setFault
public void setFault(Boolean value)
Sets the value of the fault property.- Parameters:
value- allowed object isBoolean
-
getFaultReason
public MultilingualString getFaultReason()
Gets the value of the faultReason property.- Returns:
- possible object is
MultilingualString
-
setFaultReason
public void setFaultReason(MultilingualString value)
Sets the value of the faultReason property.- Parameters:
value- allowed object isMultilingualString
-
getNumberOfIncompleteInputs
public BigInteger getNumberOfIncompleteInputs()
Gets the value of the numberOfIncompleteInputs property.- Returns:
- possible object is
BigInteger
-
setNumberOfIncompleteInputs
public void setNumberOfIncompleteInputs(BigInteger value)
Sets the value of the numberOfIncompleteInputs property.- Parameters:
value- allowed object isBigInteger
-
getNumberOfInputValuesUsed
public BigInteger getNumberOfInputValuesUsed()
Gets the value of the numberOfInputValuesUsed property.- Returns:
- possible object is
BigInteger
-
setNumberOfInputValuesUsed
public void setNumberOfInputValuesUsed(BigInteger value)
Sets the value of the numberOfInputValuesUsed property.- Parameters:
value- allowed object isBigInteger
-
getPeriod
public Float getPeriod()
Gets the value of the period property.- Returns:
- possible object is
Float
-
setPeriod
public void setPeriod(Float value)
Sets the value of the period property.- Parameters:
value- allowed object isFloat
-
getSmoothingFactor
public Float getSmoothingFactor()
Gets the value of the smoothingFactor property.- Returns:
- possible object is
Float
-
setSmoothingFactor
public void setSmoothingFactor(Float value)
Sets the value of the smoothingFactor property.- Parameters:
value- allowed object isFloat
-
getStandardDeviation
public Float getStandardDeviation()
Gets the value of the standardDeviation property.- Returns:
- possible object is
Float
-
setStandardDeviation
public void setStandardDeviation(Float value)
Sets the value of the standardDeviation property.- Parameters:
value- allowed object isFloat
-
getSupplierCalculatedDataQuality
public Float getSupplierCalculatedDataQuality()
Gets the value of the supplierCalculatedDataQuality property.- Returns:
- possible object is
Float
-
setSupplierCalculatedDataQuality
public void setSupplierCalculatedDataQuality(Float value)
Sets the value of the supplierCalculatedDataQuality property.- Parameters:
value- allowed object isFloat
-
getTime
public ZonedDateTime getTime()
Gets the value of the time property.- Returns:
- possible object is
String
-
setTime
public void setTime(ZonedDateTime value)
Sets the value of the time property.- Parameters:
value- allowed object isString
-
getPertinentLocation
public GroupOfLocations getPertinentLocation()
Gets the value of the pertinentLocation property.- Returns:
- possible object is
GroupOfLocations
-
setPertinentLocation
public void setPertinentLocation(GroupOfLocations value)
Sets the value of the pertinentLocation property.- Parameters:
value- allowed object isGroupOfLocations
-
getBasicDataValueExtension
public ExtensionType getBasicDataValueExtension()
Gets the value of the basicDataValueExtension property.- Returns:
- possible object is
ExtensionType
-
setBasicDataValueExtension
public void setBasicDataValueExtension(ExtensionType value)
Sets the value of the basicDataValueExtension property.- Parameters:
value- allowed object isExtensionType
-
-