Class CSELANE

java.lang.Object
org.opentrafficsim.xml.generated.CROSSSECTIONELEMENT
org.opentrafficsim.xml.generated.CSELANE
All Implemented Interfaces:
java.io.Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public class CSELANE
extends CROSSSECTIONELEMENT
implements java.io.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:
Serialized Form
  • Field Details

    • speedlimit

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.util.List<SPEEDLIMIT> speedlimit
    • id

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String id
    • lanetype

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String lanetype
    • designdirection

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected boolean designdirection
  • Constructor Details

  • Method Details

    • getSPEEDLIMIT

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setID​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getLANETYPE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getLANETYPE()
      Gets the value of the lanetype property.
      Returns:
      possible object is String
    • setLANETYPE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setLANETYPE​(java.lang.String value)
      Sets the value of the lanetype property.
      Parameters:
      value - allowed object is String
    • isDESIGNDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public boolean isDESIGNDIRECTION()
      Gets the value of the designdirection property.
    • setDESIGNDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setDESIGNDIRECTION​(boolean value)
      Sets the value of the designdirection property.