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 longgetId()Gets the value of the id property.longgetInLink()Gets the value of the inLink property.StringgetInLinkLanes()Gets the value of the inLinkLanes property.longgetOutLink()Gets the value of the outLink property.StringgetOutLinkLanes()Gets the value of the outLinkLanes property.voidsetId(long value)Sets the value of the id property.voidsetInLink(long value)Sets the value of the inLink property.voidsetInLinkLanes(String value)Sets the value of the inLinkLanes property.voidsetOutLink(long value)Sets the value of the outLink property.voidsetOutLinkLanes(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
-
-