Class CSELANE

All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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.w3.org/2001/XMLSchema}string" />
       <attribute name="LANETYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="DESIGNDIRECTION" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • speedlimit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected List<SPEEDLIMIT> speedlimit
    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String id
    • lanetype

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String lanetype
    • designdirection

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected boolean designdirection
  • Constructor Details

    • CSELANE

      public CSELANE()
  • Method Details

    • getSPEEDLIMIT

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+02:00") public String 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.6", date="2024-05-19T01:06:56+02:00") public void setLANETYPE(String value)
      Sets the value of the lanetype property.
      Parameters:
      value - allowed object is String
    • isDESIGNDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public boolean isDESIGNDIRECTION()
      Gets the value of the designdirection property.
    • setDESIGNDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setDESIGNDIRECTION(boolean value)
      Sets the value of the designdirection property.