Package org.opentrafficsim.xml.generated
Class CseLane
java.lang.Object
org.opentrafficsim.xml.generated.CrossSectionElement
org.opentrafficsim.xml.generated.CseLane
- 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 CseLane
extends CrossSectionElement
implements Serializable
Java class for CseLane complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CseLane"> <complexContent> <extension base="{http://www.opentrafficsim.org/ots}CrossSectionElement"> <sequence> <element ref="{http://www.opentrafficsim.org/ots}SpeedLimit" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}IdType" /> <attribute name="LaneType" use="required" type="{http://www.opentrafficsim.org/ots}string" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected StringType
protected List<SpeedLimit>
Fields inherited from class org.opentrafficsim.xml.generated.CrossSectionElement
centerOffset, centerOffsetEnd, centerOffsetStart, leftOffset, leftOffsetEnd, leftOffsetStart, rightOffset, rightOffsetEnd, rightOffsetStart, width, widthEnd, widthStart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the laneType property.Gets the value of the speedLimit property.void
Sets the value of the id property.void
setLaneType
(StringType value) Sets the value of the laneType property.Methods inherited from class org.opentrafficsim.xml.generated.CrossSectionElement
getCenterOffset, getCenterOffsetEnd, getCenterOffsetStart, getLeftOffset, getLeftOffsetEnd, getLeftOffsetStart, getRightOffset, getRightOffsetEnd, getRightOffsetStart, getWidth, getWidthEnd, getWidthStart, setCenterOffset, setCenterOffsetEnd, setCenterOffsetStart, setLeftOffset, setLeftOffsetEnd, setLeftOffsetStart, setRightOffset, setRightOffsetEnd, setRightOffsetStart, setWidth, setWidthEnd, setWidthStart
-
Field Details
-
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 -
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 -
laneType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType laneType
-
-
Constructor Details
-
CseLane
public CseLane()
-
-
Method Details
-
getSpeedLimit
@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()Gets the value of the speedLimit property.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
set
method for the speedLimit property.For example, to add a new item, do as follows:
getSpeedLimit().add(newItem);
Objects of the following type(s) are allowed in the list
SpeedLimit
-
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
-
getLaneType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getLaneType()Gets the value of the laneType property.- Returns:
- possible object is
String
-
setLaneType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setLaneType(StringType value) Sets the value of the laneType property.- Parameters:
value
- allowed object isString
-