@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public static class CSELANE.SPEEDLIMIT extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LEGALSPEEDLIMIT" type="{http://www.opentrafficsim.org/ots}SPEEDTYPE" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
gtutype |
protected Speed |
legalspeedlimit |
Constructor and Description |
---|
SPEEDLIMIT() |
Modifier and Type | Method and Description |
---|---|
String |
getGTUTYPE()
Gets the value of the gtutype property.
|
Speed |
getLEGALSPEEDLIMIT()
Gets the value of the legalspeedlimit property.
|
void |
setGTUTYPE(String value)
Sets the value of the gtutype property.
|
void |
setLEGALSPEEDLIMIT(Speed value)
Sets the value of the legalspeedlimit property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Speed legalspeedlimit
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Speed getLEGALSPEEDLIMIT()
String
Copyright © 2014–2019 Delft University of Technology. All rights reserved.