Package org.opentrafficsim.xml.generated
Class ROADLAYOUT
java.lang.Object
org.opentrafficsim.xml.generated.BASICROADLAYOUT
org.opentrafficsim.xml.generated.ROADLAYOUT
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2024-05-19T01:06:56+02:00")
public class ROADLAYOUT
extends BASICROADLAYOUT
implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.opentrafficsim.org/ots}BASICROADLAYOUT"> <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LINKTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class org.opentrafficsim.xml.generated.BASICROADLAYOUT
base, lanekeeping, laneOrNOTRAFFICLANEOrSHOULDER, speedlimit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetID()
Gets the value of the id property.Gets the value of the linktype property.void
Sets the value of the id property.void
setLINKTYPE
(String value) Sets the value of the linktype property.Methods inherited from class org.opentrafficsim.xml.generated.BASICROADLAYOUT
getBase, getLANEKEEPING, getLANEOrNOTRAFFICLANEOrSHOULDER, getSPEEDLIMIT, setBase, setLANEKEEPING
-
Field Details
-
Constructor Details
-
ROADLAYOUT
public ROADLAYOUT()
-
-
Method Details
-
getID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setID(String value) Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getLINKTYPE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getLINKTYPE()Gets the value of the linktype property.- Returns:
- possible object is
String
-
setLINKTYPE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setLINKTYPE(String value) Sets the value of the linktype property.- Parameters:
value
- allowed object isString
-