Class BASICROADLAYOUT
- java.lang.Object
-
- org.opentrafficsim.xml.generated.BASICROADLAYOUT
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LINK.ROADLAYOUT
,ROADLAYOUT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01: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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
base
protected LaneKeepingType
lanekeeping
protected List<Serializable>
laneOrNOTRAFFICLANEOrSHOULDER
protected List<SPEEDLIMIT>
speedlimit
-
Constructor Summary
Constructors Constructor Description BASICROADLAYOUT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
laneOrNOTRAFFICLANEOrSHOULDER
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<Serializable> laneOrNOTRAFFICLANEOrSHOULDER
-
speedlimit
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<SPEEDLIMIT> speedlimit
-
lanekeeping
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected LaneKeepingType lanekeeping
-
base
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String base
-
-
Method Detail
-
getLANEOrNOTRAFFICLANEOrSHOULDER
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public List<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-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public 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-11-01T07:11:19+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-11-01T07:11:19+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-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getBase()
Gets the value of the base property.- Returns:
- possible object is
String
-
-