Package jaxb

Class Lanegroup


  • public class Lanegroup
    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">
           <attribute name="link" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="lanes" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Lanegroup

        public Lanegroup()
    • Method Detail

      • getLink

        public long getLink()
        Gets the value of the link property.
      • setLink

        public void setLink​(long value)
        Sets the value of the link property.
      • getLanes

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

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