Package org.opentrafficsim.xml.generated
Class ROADLAYOUT
java.lang.Object
org.opentrafficsim.xml.generated.BASICROADLAYOUT
org.opentrafficsim.xml.generated.ROADLAYOUT
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public class ROADLAYOUT extends BASICROADLAYOUT implements java.io.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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
protected java.lang.String
linktype
Fields inherited from class org.opentrafficsim.xml.generated.BASICROADLAYOUT
base, lanekeeping, laneOrNOTRAFFICLANEOrSHOULDER, speedlimit
-
Constructor Summary
Constructors Constructor Description ROADLAYOUT()
-
Method Summary
Modifier and Type Method Description java.lang.String
getID()
Gets the value of the id property.java.lang.String
getLINKTYPE()
Gets the value of the linktype property.void
setID(java.lang.String value)
Sets the value of the id property.void
setLINKTYPE(java.lang.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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setID(java.lang.String value)Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getLINKTYPE
@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 getLINKTYPE()Gets the value of the linktype property.- Returns:
- possible object is
String
-
setLINKTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setLINKTYPE(java.lang.String value)Sets the value of the linktype property.- Parameters:
value
- allowed object isString
-