@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public class CSELANE extends CROSSSECTIONELEMENT
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 maxOccurs="unbounded" minOccurs="0">
<element name="SPEEDLIMIT" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="LEGALSPEEDLIMIT" type="{http://www.opentrafficsim.org/ots}SPEEDTYPE" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="LANETYPE" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DIRECTION" use="required" type="{http://www.opentrafficsim.org/ots}DRIVINGDIRECTIONTYPE" />
<attribute name="OVERTAKING" type="{http://www.opentrafficsim.org/ots}OVERTAKINGTYPE" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CSELANE.SPEEDLIMIT
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DrivingDirectionType |
direction |
protected String |
lanetype |
protected String |
overtaking |
protected List<CSELANE.SPEEDLIMIT> |
speedlimit |
name, offset, width| Constructor and Description |
|---|
CSELANE() |
| Modifier and Type | Method and Description |
|---|---|
DrivingDirectionType |
getDIRECTION()
Gets the value of the direction property.
|
String |
getLANETYPE()
Gets the value of the lanetype property.
|
String |
getOVERTAKING()
Gets the value of the overtaking property.
|
List<CSELANE.SPEEDLIMIT> |
getSPEEDLIMIT()
Gets the value of the speedlimit property.
|
void |
setDIRECTION(DrivingDirectionType value)
Sets the value of the direction property.
|
void |
setLANETYPE(String value)
Sets the value of the lanetype property.
|
void |
setOVERTAKING(String value)
Sets the value of the overtaking property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected List<CSELANE.SPEEDLIMIT> speedlimit
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String lanetype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected DrivingDirectionType direction
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String overtaking
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public List<CSELANE.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
CSELANE.SPEEDLIMIT
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getLANETYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01: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-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public DrivingDirectionType getDIRECTION()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setDIRECTION(DrivingDirectionType value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getOVERTAKING()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.