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.7", date="2024-08-29T18:50:16+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.opentrafficsim.org/ots}string" />
       <attribute name="LegalSpeedLimit" use="required" type="{http://www.opentrafficsim.org/ots}SpeedType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • gtuType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType gtuType
    • legalSpeedLimit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected SpeedType legalSpeedLimit
  • Constructor Details

    • SpeedLimit

      public SpeedLimit()
  • Method Details

    • getGtuType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setGtuType(StringType value)
      Sets the value of the gtuType property.
      Parameters:
      value - allowed object is String
    • getLegalSpeedLimit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public SpeedType 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.7", date="2024-08-29T18:50:16+02:00") public void setLegalSpeedLimit(SpeedType value)
      Sets the value of the legalSpeedLimit property.
      Parameters:
      value - allowed object is String