Class VehicleAndTrafficTypeAdvice

  • All Implemented Interfaces:
    Serializable

    public class VehicleAndTrafficTypeAdvice
    extends Advice
    implements Serializable
    Supplementary vehicle and traffic type advice.

    Java class for VehicleAndTrafficTypeAdvice complex type.

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

     <complexType name="VehicleAndTrafficTypeAdvice">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Advice">
           <sequence>
             <element name="forTrafficOfType" type="{http://datex2.eu/schema/1_0/1_0}TrafficDestinationTypeEnum" minOccurs="0"/>
             <element name="forVehiclesWithCharacteristicsOf" type="{http://datex2.eu/schema/1_0/1_0}VehicleCharacteristics" minOccurs="0"/>
             <element name="vehicleAndTrafficTypeAdviceExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • VehicleAndTrafficTypeAdvice

        public VehicleAndTrafficTypeAdvice()
    • Method Detail

      • getForVehiclesWithCharacteristicsOf

        public VehicleCharacteristics getForVehiclesWithCharacteristicsOf()
        Gets the value of the forVehiclesWithCharacteristicsOf property.
        Returns:
        possible object is VehicleCharacteristics
      • setForVehiclesWithCharacteristicsOf

        public void setForVehiclesWithCharacteristicsOf​(VehicleCharacteristics value)
        Sets the value of the forVehiclesWithCharacteristicsOf property.
        Parameters:
        value - allowed object is VehicleCharacteristics
      • getVehicleAndTrafficTypeAdviceExtension

        public ExtensionType getVehicleAndTrafficTypeAdviceExtension()
        Gets the value of the vehicleAndTrafficTypeAdviceExtension property.
        Returns:
        possible object is ExtensionType
      • setVehicleAndTrafficTypeAdviceExtension

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