Package org.opentrafficsim.xml.generated
Class CseShoulder
java.lang.Object
org.opentrafficsim.xml.generated.CrossSectionElement
org.opentrafficsim.xml.generated.CseShoulder
- 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 CseShoulder
extends CrossSectionElement
implements Serializable
Java class for CseShoulder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CseShoulder"> <complexContent> <extension base="{http://www.opentrafficsim.org/ots}CrossSectionElement"> <attribute name="Id" 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
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.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
-
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
-
CseShoulder
public CseShoulder()
-
-
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
-
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
-