@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public class COMPATIBILITY extends Object implements Serializable
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="DIRECTION" use="required" type="{http://www.opentrafficsim.org/ots}DRIVINGDIRECTIONTYPE" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DrivingDirectionType |
direction |
protected String |
gtutype |
| Constructor and Description |
|---|
COMPATIBILITY() |
| Modifier and Type | Method and Description |
|---|---|
DrivingDirectionType |
getDIRECTION()
Gets the value of the direction property.
|
String |
getGTUTYPE()
Gets the value of the gtutype property.
|
void |
setDIRECTION(DrivingDirectionType value)
Sets the value of the direction property.
|
void |
setGTUTYPE(String value)
Sets the value of the gtutype property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected DrivingDirectionType direction
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02: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-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public DrivingDirectionType getDIRECTION()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setDIRECTION(DrivingDirectionType value)
value - allowed object is
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.