Package jaxb

Class Lanechange


  • public class Lanechange
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element ref="{opentrafficmodels}parameters" minOccurs="0"/>
           </all>
           <attribute name="comms" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Lanechange

        public Lanechange()
    • Method Detail

      • getParameters

        public Parameters getParameters()
        Gets the value of the parameters property.
        Returns:
        possible object is Parameters
      • setParameters

        public void setParameters​(Parameters value)
        Sets the value of the parameters property.
        Parameters:
        value - allowed object is Parameters
      • getComms

        public String getComms()
        Gets the value of the comms property.
        Returns:
        possible object is String
      • setComms

        public void setComms​(String value)
        Sets the value of the comms property.
        Parameters:
        value - allowed object is String