@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public static class LINK.LANEOVERRIDE 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="LANE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LEGALSPEEDLIMIT" type="{http://www.opentrafficsim.org/ots}SPEEDTYPE" /> <attribute name="DIRECTION" type="{http://www.opentrafficsim.org/ots}DRIVINGDIRECTIONTYPE" /> <attribute name="COLOR" type="{http://www.opentrafficsim.org/ots}COLORTYPE" /> <attribute name="OVERTAKING" type="{http://www.opentrafficsim.org/ots}OVERTAKINGTYPE" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Color |
color |
protected DrivingDirectionType |
direction |
protected String |
lane |
protected Speed |
legalspeedlimit |
protected String |
overtaking |
Constructor and Description |
---|
LANEOVERRIDE() |
Modifier and Type | Method and Description |
---|---|
Color |
getCOLOR()
Gets the value of the color property.
|
DrivingDirectionType |
getDIRECTION()
Gets the value of the direction property.
|
String |
getLANE()
Gets the value of the lane property.
|
Speed |
getLEGALSPEEDLIMIT()
Gets the value of the legalspeedlimit property.
|
String |
getOVERTAKING()
Gets the value of the overtaking property.
|
void |
setCOLOR(Color value)
Sets the value of the color property.
|
void |
setDIRECTION(DrivingDirectionType value)
Sets the value of the direction property.
|
void |
setLANE(String value)
Sets the value of the lane property.
|
void |
setLEGALSPEEDLIMIT(Speed value)
Sets the value of the legalspeedlimit property.
|
void |
setOVERTAKING(String value)
Sets the value of the overtaking property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String lane
@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") protected DrivingDirectionType direction
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Color color
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String overtaking
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getLANE()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setLANE(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
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setLEGALSPEEDLIMIT(Speed 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 DrivingDirectionType getDIRECTION()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setDIRECTION(DrivingDirectionType 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 Color getCOLOR()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setCOLOR(Color 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 String getOVERTAKING()
String
Copyright © 2014–2019 Delft University of Technology. All rights reserved.