Package jaxb
Class Link
- java.lang.Object
-
- jaxb.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 Summary
Constructors Constructor Description Link()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAltNextLink()
Gets the value of the altNextLink property.long
getEndNodeId()
Gets the value of the endNodeId property.int
getFullLanes()
Gets the value of the fullLanes property.long
getId()
Gets the value of the id property.float
getLength()
Gets the value of the length property.Points
getPoints()
Gets the value of the points property.Long
getRoadgeom()
Gets the value of the roadgeom property.long
getRoadparam()
Gets the value of the roadparam property.String
getRoadType()
Gets the value of the roadType property.long
getStartNodeId()
Gets the value of the startNodeId property.void
setAltNextLink(Long value)
Sets the value of the altNextLink property.void
setEndNodeId(long value)
Sets the value of the endNodeId property.void
setFullLanes(int value)
Sets the value of the fullLanes property.void
setId(long value)
Sets the value of the id property.void
setLength(float value)
Sets the value of the length property.void
setPoints(Points value)
Sets the value of the points property.void
setRoadgeom(Long value)
Sets the value of the roadgeom property.void
setRoadparam(long value)
Sets the value of the roadparam property.void
setRoadType(String value)
Sets the value of the roadType property.void
setStartNodeId(long value)
Sets the value of the startNodeId property.
-
-
-
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 isPoints
-
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 isLong
-
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 isString
-
getAltNextLink
public Long getAltNextLink()
Gets the value of the altNextLink property.- Returns:
- possible object is
Long
-
-