Class BASICROADLAYOUT
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
LINK.ROADLAYOUT
,ROADLAYOUT
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-23T12:43:16+01:00",
comments="JAXB RI v2.3.0")
public class BASICROADLAYOUT
extends java.lang.Object
implements java.io.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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
base
protected LaneKeepingType
lanekeeping
protected java.util.List<java.io.Serializable>
laneOrNOTRAFFICLANEOrSHOULDER
protected java.util.List<SPEEDLIMIT>
speedlimit
-
Constructor Summary
Constructors Constructor Description BASICROADLAYOUT()
-
Method Summary
Modifier and Type Method Description java.lang.String
getBase()
Gets the value of the base property.LaneKeepingType
getLANEKEEPING()
Gets the value of the lanekeeping property.java.util.List<java.io.Serializable>
getLANEOrNOTRAFFICLANEOrSHOULDER()
Gets the value of the laneOrNOTRAFFICLANEOrSHOULDER property.java.util.List<SPEEDLIMIT>
getSPEEDLIMIT()
Gets the value of the speedlimit property.void
setBase(java.lang.String value)
Sets the value of the base property.void
setLANEKEEPING(LaneKeepingType value)
Sets the value of the lanekeeping property.
-
Field Details
-
laneOrNOTRAFFICLANEOrSHOULDER
@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<java.io.Serializable> laneOrNOTRAFFICLANEOrSHOULDER -
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 -
lanekeeping
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected LaneKeepingType lanekeeping -
base
@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 base
-
-
Constructor Details
-
BASICROADLAYOUT
public BASICROADLAYOUT()
-
-
Method Details
-
getLANEOrNOTRAFFICLANEOrSHOULDER
@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<java.io.Serializable> getLANEOrNOTRAFFICLANEOrSHOULDER()Gets the value of the laneOrNOTRAFFICLANEOrSHOULDER 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 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
-
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
-
getLANEKEEPING
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public LaneKeepingType getLANEKEEPING()Gets the value of the lanekeeping property.- Returns:
- possible object is
String
-
setLANEKEEPING
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setLANEKEEPING(LaneKeepingType value)Sets the value of the lanekeeping property.- Parameters:
value
- allowed object isString
-
getBase
@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 getBase()Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setBase(java.lang.String value)Sets the value of the base property.- Parameters:
value
- allowed object isString
-