Class LocationCharacteristicsOverride

  • All Implemented Interfaces:
    Serializable

    public class LocationCharacteristicsOverride
    extends Object
    implements Serializable
    Location characteristics which override values set in the referenced measurement point.

    Java class for LocationCharacteristicsOverride complex type.

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

     <complexType name="LocationCharacteristicsOverride">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="measurementLanesOverride" type="{http://datex2.eu/schema/1_0/1_0}LanesEnum" minOccurs="0"/>
             <element name="reversedFlow" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/>
             <element name="locationCharacteristicsOverrideExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • measurementLanesOverride

        protected LanesEnum measurementLanesOverride
      • reversedFlow

        protected Boolean reversedFlow
      • locationCharacteristicsOverrideExtension

        protected ExtensionType locationCharacteristicsOverrideExtension
    • Constructor Detail

      • LocationCharacteristicsOverride

        public LocationCharacteristicsOverride()
    • Method Detail

      • getMeasurementLanesOverride

        public LanesEnum getMeasurementLanesOverride()
        Gets the value of the measurementLanesOverride property.
        Returns:
        possible object is LanesEnum
      • setMeasurementLanesOverride

        public void setMeasurementLanesOverride​(LanesEnum value)
        Sets the value of the measurementLanesOverride property.
        Parameters:
        value - allowed object is LanesEnum
      • isReversedFlow

        public Boolean isReversedFlow()
        Gets the value of the reversedFlow property.
        Returns:
        possible object is Boolean
      • setReversedFlow

        public void setReversedFlow​(Boolean value)
        Sets the value of the reversedFlow property.
        Parameters:
        value - allowed object is Boolean
      • getLocationCharacteristicsOverrideExtension

        public ExtensionType getLocationCharacteristicsOverrideExtension()
        Gets the value of the locationCharacteristicsOverrideExtension property.
        Returns:
        possible object is ExtensionType
      • setLocationCharacteristicsOverrideExtension

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