Package jaxb

Class Link


  • public class Link
    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}points" minOccurs="0"/>
           </all>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="full_lanes" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="start_node_id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="end_node_id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="roadparam" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="roadgeom" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="road_type">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <pattern value="onramp|offramp|freeway|connector|bridge|ghost"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="alt_next_link" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Link

        public Link()
    • Method Detail

      • getPoints

        public Points getPoints()
        Gets the value of the points property.
        Returns:
        possible object is Points
      • setPoints

        public void setPoints​(Points value)
        Sets the value of the points property.
        Parameters:
        value - allowed object is Points
      • getId

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

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

        public float getLength()
        Gets the value of the length property.
      • setLength

        public void setLength​(float value)
        Sets the value of the length property.
      • getFullLanes

        public int getFullLanes()
        Gets the value of the fullLanes property.
      • setFullLanes

        public void setFullLanes​(int value)
        Sets the value of the fullLanes property.
      • getStartNodeId

        public long getStartNodeId()
        Gets the value of the startNodeId property.
      • setStartNodeId

        public void setStartNodeId​(long value)
        Sets the value of the startNodeId property.
      • getEndNodeId

        public long getEndNodeId()
        Gets the value of the endNodeId property.
      • setEndNodeId

        public void setEndNodeId​(long value)
        Sets the value of the endNodeId property.
      • getRoadparam

        public long getRoadparam()
        Gets the value of the roadparam property.
      • setRoadparam

        public void setRoadparam​(long value)
        Sets the value of the roadparam property.
      • getRoadgeom

        public Long getRoadgeom()
        Gets the value of the roadgeom property.
        Returns:
        possible object is Long
      • setRoadgeom

        public void setRoadgeom​(Long value)
        Sets the value of the roadgeom property.
        Parameters:
        value - allowed object is Long
      • getRoadType

        public String getRoadType()
        Gets the value of the roadType property.
        Returns:
        possible object is String
      • setRoadType

        public void setRoadType​(String value)
        Sets the value of the roadType property.
        Parameters:
        value - allowed object is String
      • getAltNextLink

        public Long getAltNextLink()
        Gets the value of the altNextLink property.
        Returns:
        possible object is Long
      • setAltNextLink

        public void setAltNextLink​(Long value)
        Sets the value of the altNextLink property.
        Parameters:
        value - allowed object is Long