Link.java
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.08.29 at 06:50:16 PM CEST
//
package org.opentrafficsim.xml.generated;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.opentrafficsim.xml.bindings.ArcDirectionAdapter;
import org.opentrafficsim.xml.bindings.DoublePositiveAdapter;
import org.opentrafficsim.xml.bindings.LaneKeepingPolicyAdapter;
import org.opentrafficsim.xml.bindings.LengthAdapter;
import org.opentrafficsim.xml.bindings.LinearDensityAdapter;
import org.opentrafficsim.xml.bindings.Point2dAdapter;
import org.opentrafficsim.xml.bindings.PositiveLengthAdapter;
import org.opentrafficsim.xml.bindings.PriorityAdapter;
import org.opentrafficsim.xml.bindings.StringAdapter;
import org.opentrafficsim.xml.bindings.types.ArcDirectionType;
import org.opentrafficsim.xml.bindings.types.DoubleType;
import org.opentrafficsim.xml.bindings.types.LaneKeepingPolicyType;
import org.opentrafficsim.xml.bindings.types.LinearDensityType;
import org.opentrafficsim.xml.bindings.types.Point2dType;
import org.opentrafficsim.xml.bindings.types.PriorityType;
import org.opentrafficsim.xml.bindings.types.StringType;
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <choice>
* <element name="Straight" type="{http://www.opentrafficsim.org/ots}EmptyType"/>
* <element name="Bezier">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Flattener" type="{http://www.opentrafficsim.org/ots}FlattenerType" minOccurs="0"/>
* </sequence>
* <attribute name="Shape" type="{http://www.opentrafficsim.org/ots}DoublePositive" default="1.0" />
* <attribute name="Weighted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="Clothoid">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <choice>
* <element name="Interpolated" type="{http://www.opentrafficsim.org/ots}EmptyType"/>
* <sequence>
* <element name="Length" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="StartCurvature" type="{http://www.opentrafficsim.org/ots}LinearDensityType"/>
* <element name="EndCurvature" type="{http://www.opentrafficsim.org/ots}LinearDensityType"/>
* </sequence>
* <sequence>
* <element name="A" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="StartCurvature" type="{http://www.opentrafficsim.org/ots}LinearDensityType"/>
* <element name="EndCurvature" type="{http://www.opentrafficsim.org/ots}LinearDensityType"/>
* </sequence>
* </choice>
* <sequence>
* <element name="Flattener" type="{http://www.opentrafficsim.org/ots}FlattenerType" minOccurs="0"/>
* </sequence>
* </sequence>
* <attribute name="EndElevation" type="{http://www.opentrafficsim.org/ots}PositiveLengthType" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="Arc">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Flattener" type="{http://www.opentrafficsim.org/ots}FlattenerType" minOccurs="0"/>
* </sequence>
* <attribute name="Radius" use="required" type="{http://www.opentrafficsim.org/ots}PositiveLengthType" />
* <attribute name="Direction" use="required" type="{http://www.opentrafficsim.org/ots}ArcDirectionType" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="Polyline">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence maxOccurs="unbounded">
* <element name="Coordinate" type="{http://www.opentrafficsim.org/ots}CoordinateType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </choice>
* <choice>
* <element name="RoadLayout">
* <complexType>
* <complexContent>
* <extension base="{http://www.opentrafficsim.org/ots}BasicRoadLayout">
* </extension>
* </complexContent>
* </complexType>
* </element>
* <sequence>
* <element name="DefinedLayout" type="{http://www.opentrafficsim.org/ots}string"/>
* <element name="LaneOverride" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://www.opentrafficsim.org/ots}SpeedLimit" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* <attribute name="Lane" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </choice>
* <element name="TrafficLight" type="{http://www.opentrafficsim.org/ots}TrafficLightType" maxOccurs="unbounded" minOccurs="0"/>
* <element name="TrafficLightSensor" type="{http://www.opentrafficsim.org/ots}TrafficLightDetectorType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}IdType" />
* <attribute name="Type" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="NodeStart" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="NodeEnd" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="OffsetStart" type="{http://www.opentrafficsim.org/ots}LengthType" default="0.0 m" />
* <attribute name="OffsetEnd" type="{http://www.opentrafficsim.org/ots}LengthType" default="0.0 m" />
* <attribute name="LaneKeeping" type="{http://www.opentrafficsim.org/ots}LaneKeepingType" default="KEEPRIGHT" />
* <attribute name="Priority" type="{http://www.opentrafficsim.org/ots}PriorityType" />
* <attribute name="ConflictId" type="{http://www.opentrafficsim.org/ots}string" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"straight",
"bezier",
"clothoid",
"arc",
"polyline",
"roadLayout",
"definedLayout",
"laneOverride",
"trafficLight",
"trafficLightSensor"
})
@XmlRootElement(name = "Link")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public class Link
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "Straight")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected EmptyType straight;
@XmlElement(name = "Bezier")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected Link.Bezier bezier;
@XmlElement(name = "Clothoid")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected Link.Clothoid clothoid;
@XmlElement(name = "Arc")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected Link.Arc arc;
@XmlElement(name = "Polyline")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected Link.Polyline polyline;
@XmlElement(name = "RoadLayout")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected Link.RoadLayout roadLayout;
@XmlElement(name = "DefinedLayout", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected StringType definedLayout;
@XmlElement(name = "LaneOverride")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<Link.LaneOverride> laneOverride;
@XmlElement(name = "TrafficLight")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<TrafficLightType> trafficLight;
@XmlElement(name = "TrafficLightSensor")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<TrafficLightDetectorType> trafficLightSensor;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected String id;
@XmlAttribute(name = "Type", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected StringType type;
@XmlAttribute(name = "NodeStart", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected StringType nodeStart;
@XmlAttribute(name = "NodeEnd", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected StringType nodeEnd;
@XmlAttribute(name = "OffsetStart")
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType offsetStart;
@XmlAttribute(name = "OffsetEnd")
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType offsetEnd;
@XmlAttribute(name = "LaneKeeping")
@XmlJavaTypeAdapter(LaneKeepingPolicyAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected LaneKeepingPolicyType laneKeeping;
@XmlAttribute(name = "Priority")
@XmlJavaTypeAdapter(PriorityAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected PriorityType priority;
@XmlAttribute(name = "ConflictId")
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected StringType conflictId;
/**
* Gets the value of the straight property.
*
* @return
* possible object is
* {@link EmptyType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public EmptyType getStraight() {
return straight;
}
/**
* Sets the value of the straight property.
*
* @param value
* allowed object is
* {@link EmptyType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setStraight(EmptyType value) {
this.straight = value;
}
/**
* Gets the value of the bezier property.
*
* @return
* possible object is
* {@link Link.Bezier }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public Link.Bezier getBezier() {
return bezier;
}
/**
* Sets the value of the bezier property.
*
* @param value
* allowed object is
* {@link Link.Bezier }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setBezier(Link.Bezier value) {
this.bezier = value;
}
/**
* Gets the value of the clothoid property.
*
* @return
* possible object is
* {@link Link.Clothoid }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public Link.Clothoid getClothoid() {
return clothoid;
}
/**
* Sets the value of the clothoid property.
*
* @param value
* allowed object is
* {@link Link.Clothoid }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setClothoid(Link.Clothoid value) {
this.clothoid = value;
}
/**
* Gets the value of the arc property.
*
* @return
* possible object is
* {@link Link.Arc }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public Link.Arc getArc() {
return arc;
}
/**
* Sets the value of the arc property.
*
* @param value
* allowed object is
* {@link Link.Arc }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setArc(Link.Arc value) {
this.arc = value;
}
/**
* Gets the value of the polyline property.
*
* @return
* possible object is
* {@link Link.Polyline }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public Link.Polyline getPolyline() {
return polyline;
}
/**
* Sets the value of the polyline property.
*
* @param value
* allowed object is
* {@link Link.Polyline }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setPolyline(Link.Polyline value) {
this.polyline = value;
}
/**
* Gets the value of the roadLayout property.
*
* @return
* possible object is
* {@link Link.RoadLayout }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public Link.RoadLayout getRoadLayout() {
return roadLayout;
}
/**
* Sets the value of the roadLayout property.
*
* @param value
* allowed object is
* {@link Link.RoadLayout }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setRoadLayout(Link.RoadLayout value) {
this.roadLayout = value;
}
/**
* Gets the value of the definedLayout property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public StringType getDefinedLayout() {
return definedLayout;
}
/**
* Sets the value of the definedLayout property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setDefinedLayout(StringType value) {
this.definedLayout = value;
}
/**
* Gets the value of the laneOverride property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the laneOverride property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getLaneOverride().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Link.LaneOverride }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<Link.LaneOverride> getLaneOverride() {
if (laneOverride == null) {
laneOverride = new ArrayList<Link.LaneOverride>();
}
return this.laneOverride;
}
/**
* Gets the value of the trafficLight property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the trafficLight property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getTrafficLight().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link TrafficLightType }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<TrafficLightType> getTrafficLight() {
if (trafficLight == null) {
trafficLight = new ArrayList<TrafficLightType>();
}
return this.trafficLight;
}
/**
* Gets the value of the trafficLightSensor property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the trafficLightSensor property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getTrafficLightSensor().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link TrafficLightDetectorType }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<TrafficLightDetectorType> getTrafficLightSensor() {
if (trafficLightSensor == null) {
trafficLightSensor = new ArrayList<TrafficLightDetectorType>();
}
return this.trafficLightSensor;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@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) {
this.id = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public StringType getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setType(StringType value) {
this.type = value;
}
/**
* Gets the value of the nodeStart property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public StringType getNodeStart() {
return nodeStart;
}
/**
* Sets the value of the nodeStart property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setNodeStart(StringType value) {
this.nodeStart = value;
}
/**
* Gets the value of the nodeEnd property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public StringType getNodeEnd() {
return nodeEnd;
}
/**
* Sets the value of the nodeEnd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setNodeEnd(StringType value) {
this.nodeEnd = value;
}
/**
* Gets the value of the offsetStart property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getOffsetStart() {
if (offsetStart == null) {
return new LengthAdapter().unmarshal("0.0 m");
} else {
return offsetStart;
}
}
/**
* Sets the value of the offsetStart property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setOffsetStart(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.offsetStart = value;
}
/**
* Gets the value of the offsetEnd property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getOffsetEnd() {
if (offsetEnd == null) {
return new LengthAdapter().unmarshal("0.0 m");
} else {
return offsetEnd;
}
}
/**
* Sets the value of the offsetEnd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setOffsetEnd(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.offsetEnd = value;
}
/**
* Gets the value of the laneKeeping property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public LaneKeepingPolicyType getLaneKeeping() {
if (laneKeeping == null) {
return new LaneKeepingPolicyAdapter().unmarshal("KEEPRIGHT");
} else {
return laneKeeping;
}
}
/**
* Sets the value of the laneKeeping property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setLaneKeeping(LaneKeepingPolicyType value) {
this.laneKeeping = value;
}
/**
* Gets the value of the priority property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public PriorityType getPriority() {
return priority;
}
/**
* Sets the value of the priority property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setPriority(PriorityType value) {
this.priority = value;
}
/**
* Gets the value of the conflictId property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public StringType getConflictId() {
return conflictId;
}
/**
* Sets the value of the conflictId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setConflictId(StringType value) {
this.conflictId = value;
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Flattener" type="{http://www.opentrafficsim.org/ots}FlattenerType" minOccurs="0"/>
* </sequence>
* <attribute name="Radius" use="required" type="{http://www.opentrafficsim.org/ots}PositiveLengthType" />
* <attribute name="Direction" use="required" type="{http://www.opentrafficsim.org/ots}ArcDirectionType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"flattener"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public static class Arc
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "Flattener")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected FlattenerType flattener;
@XmlAttribute(name = "Radius", required = true)
@XmlJavaTypeAdapter(PositiveLengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType radius;
@XmlAttribute(name = "Direction", required = true)
@XmlJavaTypeAdapter(ArcDirectionAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected ArcDirectionType direction;
/**
* Gets the value of the flattener property.
*
* @return
* possible object is
* {@link FlattenerType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public FlattenerType getFlattener() {
return flattener;
}
/**
* Sets the value of the flattener property.
*
* @param value
* allowed object is
* {@link FlattenerType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setFlattener(FlattenerType value) {
this.flattener = value;
}
/**
* Gets the value of the radius property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getRadius() {
return radius;
}
/**
* Sets the value of the radius property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setRadius(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.radius = value;
}
/**
* Gets the value of the direction property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public ArcDirectionType getDirection() {
return direction;
}
/**
* Sets the value of the direction property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setDirection(ArcDirectionType value) {
this.direction = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Flattener" type="{http://www.opentrafficsim.org/ots}FlattenerType" minOccurs="0"/>
* </sequence>
* <attribute name="Shape" type="{http://www.opentrafficsim.org/ots}DoublePositive" default="1.0" />
* <attribute name="Weighted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"flattener"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public static class Bezier
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "Flattener")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected FlattenerType flattener;
@XmlAttribute(name = "Shape")
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected DoubleType shape;
@XmlAttribute(name = "Weighted")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected Boolean weighted;
/**
* Gets the value of the flattener property.
*
* @return
* possible object is
* {@link FlattenerType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public FlattenerType getFlattener() {
return flattener;
}
/**
* Sets the value of the flattener property.
*
* @param value
* allowed object is
* {@link FlattenerType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setFlattener(FlattenerType value) {
this.flattener = value;
}
/**
* Gets the value of the shape property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public DoubleType getShape() {
if (shape == null) {
return new DoublePositiveAdapter().unmarshal("1.0");
} else {
return shape;
}
}
/**
* Sets the value of the shape property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setShape(DoubleType value) {
this.shape = value;
}
/**
* Gets the value of the weighted property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public boolean isWeighted() {
if (weighted == null) {
return false;
} else {
return weighted;
}
}
/**
* Sets the value of the weighted property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setWeighted(Boolean value) {
this.weighted = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <choice>
* <element name="Interpolated" type="{http://www.opentrafficsim.org/ots}EmptyType"/>
* <sequence>
* <element name="Length" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="StartCurvature" type="{http://www.opentrafficsim.org/ots}LinearDensityType"/>
* <element name="EndCurvature" type="{http://www.opentrafficsim.org/ots}LinearDensityType"/>
* </sequence>
* <sequence>
* <element name="A" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="StartCurvature" type="{http://www.opentrafficsim.org/ots}LinearDensityType"/>
* <element name="EndCurvature" type="{http://www.opentrafficsim.org/ots}LinearDensityType"/>
* </sequence>
* </choice>
* <sequence>
* <element name="Flattener" type="{http://www.opentrafficsim.org/ots}FlattenerType" minOccurs="0"/>
* </sequence>
* </sequence>
* <attribute name="EndElevation" type="{http://www.opentrafficsim.org/ots}PositiveLengthType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"interpolated",
"length",
"startCurvature",
"endCurvature",
"a",
"flattener"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public static class Clothoid
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "Interpolated")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<EmptyType> interpolated;
@XmlElement(name = "Length", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<org.opentrafficsim.xml.bindings.types.LengthType> length;
@XmlElement(name = "StartCurvature", type = String.class)
@XmlJavaTypeAdapter(LinearDensityAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<LinearDensityType> startCurvature;
@XmlElement(name = "EndCurvature", type = String.class)
@XmlJavaTypeAdapter(LinearDensityAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<LinearDensityType> endCurvature;
@XmlElement(name = "A", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<org.opentrafficsim.xml.bindings.types.LengthType> a;
@XmlElement(name = "Flattener")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<FlattenerType> flattener;
@XmlAttribute(name = "EndElevation")
@XmlJavaTypeAdapter(PositiveLengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType endElevation;
/**
* Gets the value of the interpolated property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the interpolated property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getInterpolated().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link EmptyType }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<EmptyType> getInterpolated() {
if (interpolated == null) {
interpolated = new ArrayList<EmptyType>();
}
return this.interpolated;
}
/**
* Gets the value of the length property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the length property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getLength().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<org.opentrafficsim.xml.bindings.types.LengthType> getLength() {
if (length == null) {
length = new ArrayList<org.opentrafficsim.xml.bindings.types.LengthType>();
}
return this.length;
}
/**
* Gets the value of the startCurvature property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the startCurvature property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getStartCurvature().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<LinearDensityType> getStartCurvature() {
if (startCurvature == null) {
startCurvature = new ArrayList<LinearDensityType>();
}
return this.startCurvature;
}
/**
* Gets the value of the endCurvature property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the endCurvature property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getEndCurvature().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<LinearDensityType> getEndCurvature() {
if (endCurvature == null) {
endCurvature = new ArrayList<LinearDensityType>();
}
return this.endCurvature;
}
/**
* Gets the value of the a property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the a property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getA().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<org.opentrafficsim.xml.bindings.types.LengthType> getA() {
if (a == null) {
a = new ArrayList<org.opentrafficsim.xml.bindings.types.LengthType>();
}
return this.a;
}
/**
* Gets the value of the flattener property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the flattener property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getFlattener().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link FlattenerType }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<FlattenerType> getFlattener() {
if (flattener == null) {
flattener = new ArrayList<FlattenerType>();
}
return this.flattener;
}
/**
* Gets the value of the endElevation property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getEndElevation() {
return endElevation;
}
/**
* Sets the value of the endElevation property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setEndElevation(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.endElevation = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://www.opentrafficsim.org/ots}SpeedLimit" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* <attribute name="Lane" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"speedLimit"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public static class LaneOverride
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "SpeedLimit")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<SpeedLimit> speedLimit;
@XmlAttribute(name = "Lane", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected StringType lane;
/**
* Gets the value of the speedLimit property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the speedLimit property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getSpeedLimit().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link SpeedLimit }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<SpeedLimit> getSpeedLimit() {
if (speedLimit == null) {
speedLimit = new ArrayList<SpeedLimit>();
}
return this.speedLimit;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setLane(StringType value) {
this.lane = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence maxOccurs="unbounded">
* <element name="Coordinate" type="{http://www.opentrafficsim.org/ots}CoordinateType"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"coordinate"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public static class Polyline
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "Coordinate", required = true, type = String.class)
@XmlJavaTypeAdapter(Point2dAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected List<Point2dType> coordinate;
/**
* Gets the value of the coordinate property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the coordinate property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getCoordinate().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public List<Point2dType> getCoordinate() {
if (coordinate == null) {
coordinate = new ArrayList<Point2dType>();
}
return this.coordinate;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <extension base="{http://www.opentrafficsim.org/ots}BasicRoadLayout">
* </extension>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public static class RoadLayout
extends BasicRoadLayout
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
private final static long serialVersionUID = 10102L;
}
}