@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public class BASICROADLAYOUT extends Object implements Serializable
Java class for BASICROADLAYOUT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BASICROADLAYOUT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence maxOccurs="unbounded">
<choice>
<element name="LANE" type="{http://www.opentrafficsim.org/ots}CSELANE" maxOccurs="unbounded" minOccurs="0"/>
<element name="NOTRAFFICLANE" type="{http://www.opentrafficsim.org/ots}CSENOTRAFFICLANE" maxOccurs="unbounded" minOccurs="0"/>
<element name="SHOULDER" type="{http://www.opentrafficsim.org/ots}CSESHOULDER" maxOccurs="unbounded" minOccurs="0"/>
<element name="STRIPE" type="{http://www.opentrafficsim.org/ots}CSESTRIPE" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<element ref="{http://www.opentrafficsim.org/ots}SPEEDLIMIT" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="LANEKEEPING" type="{http://www.opentrafficsim.org/ots}LANEKEEPINGTYPE" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected LaneKeepingType |
lanekeeping |
protected List<Serializable> |
laneOrNOTRAFFICLANEOrSHOULDER |
protected List<SPEEDLIMIT> |
speedlimit |
| Constructor and Description |
|---|
BASICROADLAYOUT() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
LaneKeepingType |
getLANEKEEPING()
Gets the value of the lanekeeping property.
|
List<Serializable> |
getLANEOrNOTRAFFICLANEOrSHOULDER()
Gets the value of the laneOrNOTRAFFICLANEOrSHOULDER property.
|
List<SPEEDLIMIT> |
getSPEEDLIMIT()
Gets the value of the speedlimit property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setLANEKEEPING(LaneKeepingType value)
Sets the value of the lanekeeping property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<Serializable> laneOrNOTRAFFICLANEOrSHOULDER
@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 LaneKeepingType lanekeeping
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<Serializable> getLANEOrNOTRAFFICLANEOrSHOULDER()
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 laneOrNOTRAFFICLANEOrSHOULDER property.
For example, to add a new item, do as follows:
getLANEOrNOTRAFFICLANEOrSHOULDER().add(newItem);
Objects of the following type(s) are allowed in the list
CSELANE
CSENOTRAFFICLANE
CSESHOULDER
CSESTRIPE
@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 LaneKeepingType getLANEKEEPING()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setLANEKEEPING(LaneKeepingType 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 getBase()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.