Package jaxb

Class Lanechanges


  • public class Lanechanges
    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">
           <sequence>
             <element ref="{opentrafficmodels}lanechange" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Lanechanges

        public Lanechanges()
    • Method Detail

      • getLanechange

        public List<Lanechange> getLanechange()
        Gets the value of the lanechange property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lanechange property.

        For example, to add a new item, do as follows:

            getLanechange().add(newItem);
         

        Objects of the following type(s) are allowed in the list Lanechange

      • getDt

        public Float getDt()
        Gets the value of the dt property.
        Returns:
        possible object is Float
      • setDt

        public void setDt​(Float value)
        Sets the value of the dt property.
        Parameters:
        value - allowed object is Float
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

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