Package org.opentrafficsim.xml.generated
Class SPEEDLIMIT
- java.lang.Object
-
- org.opentrafficsim.xml.generated.SPEEDLIMIT
-
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public class SPEEDLIMIT extends Object implements SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringgtutypeprotected Speedlegalspeedlimit
-
Constructor Summary
Constructors Constructor Description SPEEDLIMIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGTUTYPE()Gets the value of the gtutype property.SpeedgetLEGALSPEEDLIMIT()Gets the value of the legalspeedlimit property.voidsetGTUTYPE(String value)Sets the value of the gtutype property.voidsetLEGALSPEEDLIMIT(Speed value)Sets the value of the legalspeedlimit property.
-
-
-
Field Detail
-
gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected String gtutype
-
legalspeedlimit
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected Speed legalspeedlimit
-
-
Method Detail
-
getGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()Gets the value of the gtutype property.- Returns:
- possible object is
String
-
setGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(String value)Sets the value of the gtutype property.- Parameters:
value- allowed object isString
-
getLEGALSPEEDLIMIT
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public Speed getLEGALSPEEDLIMIT()Gets the value of the legalspeedlimit property.- Returns:
- possible object is
String
-
-