Class MeasurementSpecificCharacteristics

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    MeasurementSiteRecord.MeasurementSpecificCharacteristics

    public class MeasurementSpecificCharacteristics
    extends Object
    implements Serializable

    Java class for MeasurementSpecificCharacteristics complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MeasurementSpecificCharacteristics">
       <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="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="specificLane" type="{http://datex2.eu/schema/2_0RC1/2_0}LaneEnum" minOccurs="0"/>
             <element name="specificMeasurementValueType" type="{http://datex2.eu/schema/2_0RC1/2_0}MeasuredOrDerivedDataTypeEnum"/>
             <element name="specificVehicleCharacteristics" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleCharacteristics" minOccurs="0"/>
             <element name="measurementSpecificCharacteristicsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • accuracy

        protected Float accuracy
      • period

        protected Float period
      • smoothingFactor

        protected Float smoothingFactor
      • specificLane

        protected LaneEnum specificLane
      • measurementSpecificCharacteristicsExtension

        protected ExtensionType measurementSpecificCharacteristicsExtension
    • Constructor Detail

      • MeasurementSpecificCharacteristics

        public MeasurementSpecificCharacteristics()
    • 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 is Float
      • 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 is Float
      • 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 is Float
      • getSpecificLane

        public LaneEnum getSpecificLane()
        Gets the value of the specificLane property.
        Returns:
        possible object is LaneEnum
      • setSpecificLane

        public void setSpecificLane​(LaneEnum value)
        Sets the value of the specificLane property.
        Parameters:
        value - allowed object is LaneEnum
      • setSpecificVehicleCharacteristics

        public void setSpecificVehicleCharacteristics​(VehicleCharacteristics value)
        Sets the value of the specificVehicleCharacteristics property.
        Parameters:
        value - allowed object is VehicleCharacteristics
      • getMeasurementSpecificCharacteristicsExtension

        public ExtensionType getMeasurementSpecificCharacteristicsExtension()
        Gets the value of the measurementSpecificCharacteristicsExtension property.
        Returns:
        possible object is ExtensionType
      • setMeasurementSpecificCharacteristicsExtension

        public void setMeasurementSpecificCharacteristicsExtension​(ExtensionType value)
        Sets the value of the measurementSpecificCharacteristicsExtension property.
        Parameters:
        value - allowed object is ExtensionType