Class Advice

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Diversion, Instructions, LaneUsage, Places, Speeds, VehicleAndTrafficTypeAdvice, Warnings, WinterDriving

    public abstract class Advice
    extends Object
    implements Serializable
    Information/advice that supplements the traffic/travel information contained in a situation publication.

    Java class for Advice complex type.

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

     <complexType name="Advice">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="adviceExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Advice

        public Advice()
    • Method Detail

      • getAdviceExtension

        public ExtensionType getAdviceExtension()
        Gets the value of the adviceExtension property.
        Returns:
        possible object is ExtensionType
      • setAdviceExtension

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