Package org.opentrafficsim.xml.generated
Class RoadLayout
java.lang.Object
org.opentrafficsim.xml.generated.BasicRoadLayout
org.opentrafficsim.xml.generated.RoadLayout
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
public class RoadLayout
extends BasicRoadLayout
implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.opentrafficsim.org/ots}BasicRoadLayout"> <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}IdType" /> <attribute name="LinkType" use="required" type="{http://www.opentrafficsim.org/ots}string" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class org.opentrafficsim.xml.generated.BasicRoadLayout
laneKeeping, speedLimit, stripeOrLaneOrShoulder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the linkType property.void
Sets the value of the id property.void
setLinkType
(StringType value) Sets the value of the linkType property.Methods inherited from class org.opentrafficsim.xml.generated.BasicRoadLayout
getLaneKeeping, getSpeedLimit, getStripeOrLaneOrShoulder, setLaneKeeping
-
Field Details
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String id -
linkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType linkType
-
-
Constructor Details
-
RoadLayout
public RoadLayout()
-
-
Method Details
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setId(String value) Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getLinkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getLinkType()Gets the value of the linkType property.- Returns:
- possible object is
String
-
setLinkType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setLinkType(StringType value) Sets the value of the linkType property.- Parameters:
value
- allowed object isString
-