@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") 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>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
designdirection |
protected String |
id |
protected String |
lanetype |
protected List<SPEEDLIMIT> |
speedlimit |
centeroffset, centeroffsetend, centeroffsetstart, leftoffset, leftoffsetend, leftoffsetstart, rightoffset, rightoffsetend, rightoffsetstart, width, widthend, widthstart| Constructor and Description |
|---|
CSELANE() |
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Gets the value of the id property.
|
String |
getLANETYPE()
Gets the value of the lanetype property.
|
List<SPEEDLIMIT> |
getSPEEDLIMIT()
Gets the value of the speedlimit property.
|
boolean |
isDESIGNDIRECTION()
Gets the value of the designdirection property.
|
void |
setDESIGNDIRECTION(boolean value)
Sets the value of the designdirection property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setLANETYPE(String value)
Sets the value of the lanetype property.
|
getCENTEROFFSET, getCENTEROFFSETEND, getCENTEROFFSETSTART, getLEFTOFFSET, getLEFTOFFSETEND, getLEFTOFFSETSTART, getRIGHTOFFSET, getRIGHTOFFSETEND, getRIGHTOFFSETSTART, getWIDTH, getWIDTHEND, getWIDTHSTART, setCENTEROFFSET, setCENTEROFFSETEND, setCENTEROFFSETSTART, setLEFTOFFSET, setLEFTOFFSETEND, setLEFTOFFSETSTART, setRIGHTOFFSET, setRIGHTOFFSETEND, setRIGHTOFFSETSTART, setWIDTH, setWIDTHEND, setWIDTHSTART@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<SPEEDLIMIT> speedlimit
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String lanetype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected boolean designdirection
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<SPEEDLIMIT> getSPEEDLIMIT()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getLANETYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setLANETYPE(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public boolean isDESIGNDIRECTION()
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setDESIGNDIRECTION(boolean value)
Copyright © 2014–2019 Delft University of Technology. All rights reserved.