Class GtuTemplate

java.lang.Object
org.opentrafficsim.xml.generated.GtuTemplate
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 GtuTemplate 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">
       <sequence>
         <element name="LengthDist" type="{http://www.opentrafficsim.org/ots}LengthDistType"/>
         <element name="WidthDist" type="{http://www.opentrafficsim.org/ots}LengthDistType"/>
         <element name="MaxSpeedDist" type="{http://www.opentrafficsim.org/ots}SpeedDistType"/>
         <element name="MaxAccelerationDist" type="{http://www.opentrafficsim.org/ots}AccelerationDistType" minOccurs="0"/>
         <element name="MaxDecelerationDist" type="{http://www.opentrafficsim.org/ots}AccelerationDistType" minOccurs="0"/>
       </sequence>
       <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}IdType" />
       <attribute name="GtuType" use="required" type="{http://www.opentrafficsim.org/ots}string" />
       <attribute name="Default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • lengthDist

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

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

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

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

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String id
    • 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
    • _default

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

    • GtuTemplate

      public GtuTemplate()
  • Method Details

    • getLengthDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthDistType getLengthDist()
      Gets the value of the lengthDist property.
      Returns:
      possible object is LengthDistType
    • setLengthDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setLengthDist(LengthDistType value)
      Sets the value of the lengthDist property.
      Parameters:
      value - allowed object is LengthDistType
    • getWidthDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthDistType getWidthDist()
      Gets the value of the widthDist property.
      Returns:
      possible object is LengthDistType
    • setWidthDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setWidthDist(LengthDistType value)
      Sets the value of the widthDist property.
      Parameters:
      value - allowed object is LengthDistType
    • getMaxSpeedDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public SpeedDistType getMaxSpeedDist()
      Gets the value of the maxSpeedDist property.
      Returns:
      possible object is SpeedDistType
    • setMaxSpeedDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setMaxSpeedDist(SpeedDistType value)
      Sets the value of the maxSpeedDist property.
      Parameters:
      value - allowed object is SpeedDistType
    • getMaxAccelerationDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public AccelerationDistType getMaxAccelerationDist()
      Gets the value of the maxAccelerationDist property.
      Returns:
      possible object is AccelerationDistType
    • setMaxAccelerationDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setMaxAccelerationDist(AccelerationDistType value)
      Sets the value of the maxAccelerationDist property.
      Parameters:
      value - allowed object is AccelerationDistType
    • getMaxDecelerationDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public AccelerationDistType getMaxDecelerationDist()
      Gets the value of the maxDecelerationDist property.
      Returns:
      possible object is AccelerationDistType
    • setMaxDecelerationDist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setMaxDecelerationDist(AccelerationDistType value)
      Sets the value of the maxDecelerationDist property.
      Parameters:
      value - allowed object is AccelerationDistType
    • getId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public boolean isDefault()
      Gets the value of the default property.
      Returns:
      possible object is Boolean
    • setDefault

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDefault(Boolean value)
      Sets the value of the default property.
      Parameters:
      value - allowed object is Boolean