Package org.opentrafficsim.xml.generated
Class COMPATIBILITY
java.lang.Object
org.opentrafficsim.xml.generated.COMPATIBILITY
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-24T05:08:34+01:00",
comments="JAXB RI v2.3.0")
public class COMPATIBILITY
extends java.lang.Object
implements java.io.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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected DrivingDirectionTypedirectionprotected java.lang.Stringgtutype -
Constructor Summary
Constructors Constructor Description COMPATIBILITY() -
Method Summary
Modifier and Type Method Description DrivingDirectionTypegetDIRECTION()Gets the value of the direction property.java.lang.StringgetGTUTYPE()Gets the value of the gtutype property.voidsetDIRECTION(DrivingDirectionType value)Sets the value of the direction property.voidsetGTUTYPE(java.lang.String value)Sets the value of the gtutype property.
-
Field Details
-
gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String gtutype -
direction
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected DrivingDirectionType direction
-
-
Constructor Details
-
COMPATIBILITY
public COMPATIBILITY()
-
-
Method Details
-
getGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getGTUTYPE()Gets the value of the gtutype property.- Returns:
- possible object is
String
-
setGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(java.lang.String value)Sets the value of the gtutype property.- Parameters:
value- allowed object isString
-
getDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public DrivingDirectionType getDIRECTION()Gets the value of the direction property.- Returns:
- possible object is
String
-
setDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setDIRECTION(DrivingDirectionType value)Sets the value of the direction property.- Parameters:
value- allowed object isString
-