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",
comments="JAXB RI v2.3.6",
date="2024-05-19T01:06:56+02:00")
public class SPEEDLIMIT
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="LEGALSPEEDLIMIT" type="{http://www.opentrafficsim.org/ots}SPEEDTYPE" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gtutype property.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.
-
Field Details
-
Constructor Details
-
SPEEDLIMIT
public SPEEDLIMIT()
-
-
Method Details
-
getGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getGTUTYPE()Gets the value of the gtutype property.- Returns:
- possible object is
String
-
setGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Speed getLEGALSPEEDLIMIT()Gets the value of the legalspeedlimit property.- Returns:
- possible object is
String
-
setLEGALSPEEDLIMIT
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setLEGALSPEEDLIMIT(Speed value) Sets the value of the legalspeedlimit property.- Parameters:
value
- allowed object isString
-