Class BASICROADLAYOUT
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LINK.ROADLAYOUT
,ROADLAYOUT
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected LaneKeepingType
protected List<Serializable>
protected List<SPEEDLIMIT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Gets the value of the base property.Gets the value of the lanekeeping property.Gets the value of the laneOrNOTRAFFICLANEOrSHOULDER property.Gets the value of the speedlimit property.void
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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected List<Serializable> laneOrNOTRAFFICLANEOrSHOULDER -
speedlimit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected List<SPEEDLIMIT> speedlimit -
lanekeeping
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected LaneKeepingType lanekeeping -
base
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String base
-
-
Constructor Details
-
BASICROADLAYOUT
public BASICROADLAYOUT()
-
-
Method Details
-
getLANEOrNOTRAFFICLANEOrSHOULDER
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public LaneKeepingType getLANEKEEPING()Gets the value of the lanekeeping property.- Returns:
- possible object is
String
-
setLANEKEEPING
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getBase()Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setBase(String value) Sets the value of the base property.- Parameters:
value
- allowed object isString
-