Class WinterDriving

  • All Implemented Interfaces:
    Serializable

    public class WinterDriving
    extends Advice
    implements Serializable
    Supplementary winter driving advice.

    Java class for WinterDriving complex type.

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

     <complexType name="WinterDriving">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Advice">
           <sequence>
             <element name="winterDrivingAdvice" type="{http://datex2.eu/schema/1_0/1_0}WinterEquipmentAdviceEnum"/>
             <element name="winterDrivingExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • WinterDriving

        public WinterDriving()
    • Method Detail

      • getWinterDrivingExtension

        public ExtensionType getWinterDrivingExtension()
        Gets the value of the winterDrivingExtension property.
        Returns:
        possible object is ExtensionType
      • setWinterDrivingExtension

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