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", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public class ROADLAYOUT extends BASICROADLAYOUT implements SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected Stringlinktype-
Fields inherited from class org.opentrafficsim.xml.generated.BASICROADLAYOUT
base, lanekeeping, laneOrNOTRAFFICLANEOrSHOULDER, speedlimit
-
-
Constructor Summary
Constructors Constructor Description ROADLAYOUT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()Gets the value of the id property.StringgetLINKTYPE()Gets the value of the linktype property.voidsetID(String value)Sets the value of the id property.voidsetLINKTYPE(String value)Sets the value of the linktype property.-
Methods inherited from class org.opentrafficsim.xml.generated.BASICROADLAYOUT
getBase, getLANEKEEPING, getLANEOrNOTRAFFICLANEOrSHOULDER, getSPEEDLIMIT, setBase, setLANEKEEPING
-
-
-
-
Method Detail
-
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") 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", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public String getLINKTYPE()Gets the value of the linktype property.- Returns:
- possible object is
String
-
-