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.6", date="2024-05-19T01:06:56+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.w3.org/2001/XMLSchema}string" />
       <attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="DEFAULT" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • lengthdist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected LENGTHDISTTYPE lengthdist
    • widthdist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected LENGTHDISTTYPE widthdist
    • maxspeeddist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected SPEEDDISTTYPE maxspeeddist
    • maxaccelerationdist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected ACCELERATIONDISTTYPE maxaccelerationdist
    • maxdecelerationdist

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected ACCELERATIONDISTTYPE maxdecelerationdist
    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String id
    • gtutype

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String gtutype
    • _default

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Boolean _default
    • base

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String base
  • Constructor Details

    • GTUTEMPLATE

      public GTUTEMPLATE()
  • Method Details

    • getLENGTHDIST

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+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.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 is String
    • isDEFAULT

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+02:00") public void setDEFAULT(Boolean value)
      Sets the value of the default property.
      Parameters:
      value - allowed object is Boolean
    • getBase

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getBase()
      Gets the value of the base property.
      Returns:
      possible object is String
    • setBase

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setBase(String value)
      Sets the value of the base property.
      Parameters:
      value - allowed object is String