Package jaxb

Class AddLanes


  • public class AddLanes
    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}gates" minOccurs="0"/>
           </all>
           <attribute name="isopen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="side" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <pattern value="in|out"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="roadparam" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="lanes" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AddLanes

        public AddLanes()
    • Method Detail

      • getGates

        public Gates getGates()
        Gets the value of the gates property.
        Returns:
        possible object is Gates
      • setGates

        public void setGates​(Gates value)
        Sets the value of the gates property.
        Parameters:
        value - allowed object is Gates
      • isIsopen

        public boolean isIsopen()
        Gets the value of the isopen property.
        Returns:
        possible object is Boolean
      • setIsopen

        public void setIsopen​(Boolean value)
        Sets the value of the isopen property.
        Parameters:
        value - allowed object is Boolean
      • getSide

        public String getSide()
        Gets the value of the side property.
        Returns:
        possible object is String
      • setSide

        public void setSide​(String value)
        Sets the value of the side property.
        Parameters:
        value - allowed object is String
      • getLength

        public Float getLength()
        Gets the value of the length property.
        Returns:
        possible object is Float
      • setLength

        public void setLength​(Float value)
        Sets the value of the length property.
        Parameters:
        value - allowed object is Float
      • getRoadparam

        public Long getRoadparam()
        Gets the value of the roadparam property.
        Returns:
        possible object is Long
      • setRoadparam

        public void setRoadparam​(Long value)
        Sets the value of the roadparam property.
        Parameters:
        value - allowed object is Long
      • getLanes

        public int getLanes()
        Gets the value of the lanes property.
        Returns:
        possible object is Integer
      • setLanes

        public void setLanes​(Integer value)
        Sets the value of the lanes property.
        Parameters:
        value - allowed object is Integer