Package jaxb

Class Roadconnection


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

      • Roadconnection

        public Roadconnection()
    • Method Detail

      • getId

        public long getId()
        Gets the value of the id property.
      • setId

        public void setId​(long value)
        Sets the value of the id property.
      • getInLink

        public long getInLink()
        Gets the value of the inLink property.
      • setInLink

        public void setInLink​(long value)
        Sets the value of the inLink property.
      • getInLinkLanes

        public String getInLinkLanes()
        Gets the value of the inLinkLanes property.
        Returns:
        possible object is String
      • setInLinkLanes

        public void setInLinkLanes​(String value)
        Sets the value of the inLinkLanes property.
        Parameters:
        value - allowed object is String
      • getOutLink

        public long getOutLink()
        Gets the value of the outLink property.
      • setOutLink

        public void setOutLink​(long value)
        Sets the value of the outLink property.
      • getOutLinkLanes

        public String getOutLinkLanes()
        Gets the value of the outLinkLanes property.
        Returns:
        possible object is String
      • setOutLinkLanes

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