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 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 is String
    • 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 is String