Package jaxb
Class Roadconnection
- java.lang.Object
-
- jaxb.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 Summary
Constructors Constructor Description Roadconnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
Gets the value of the id property.long
getInLink()
Gets the value of the inLink property.String
getInLinkLanes()
Gets the value of the inLinkLanes property.long
getOutLink()
Gets the value of the outLink property.String
getOutLinkLanes()
Gets the value of the outLinkLanes property.void
setId(long value)
Sets the value of the id property.void
setInLink(long value)
Sets the value of the inLink property.void
setInLinkLanes(String value)
Sets the value of the inLinkLanes property.void
setOutLink(long value)
Sets the value of the outLink property.void
setOutLinkLanes(String value)
Sets the value of the outLinkLanes property.
-
-
-
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 isString
-
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
-
-