Class Conditions

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    PoorEnvironmentConditions, RoadConditions

    public class Conditions
    extends TrafficElement
    implements Serializable
    Any conditions which have the potential to degrade normal driving conditions.

    Java class for Conditions complex type.

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

     <complexType name="Conditions">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficElement">
           <sequence>
             <element name="drivingConditionType" type="{http://datex2.eu/schema/1_0/1_0}DrivingConditionTypeEnum" minOccurs="0"/>
             <element name="conditionsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Conditions

        public Conditions()
    • Method Detail

      • getConditionsExtension

        public ExtensionType getConditionsExtension()
        Gets the value of the conditionsExtension property.
        Returns:
        possible object is ExtensionType
      • setConditionsExtension

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