GtuType.java

  1. //
  2. // This file was generated by the Eclipse Implementation of JAXB, v2.3.7
  3. // See https://eclipse-ee4j.github.io/jaxb-ri
  4. // Any modifications to this file will be lost upon recompilation of the source schema.
  5. // Generated on: 2024.08.29 at 06:50:16 PM CEST
  6. //


  7. package org.opentrafficsim.xml.generated;

  8. import java.io.Serializable;
  9. import javax.annotation.Generated;
  10. import javax.xml.bind.annotation.XmlAccessType;
  11. import javax.xml.bind.annotation.XmlAccessorType;
  12. import javax.xml.bind.annotation.XmlRootElement;
  13. import javax.xml.bind.annotation.XmlType;


  14. /**
  15.  * <p>Java class for anonymous complex type.
  16.  *
  17.  * <p>The following schema fragment specifies the expected content contained within this class.
  18.  *
  19.  * <pre>
  20.  * &lt;complexType&gt;
  21.  *   &lt;complexContent&gt;
  22.  *     &lt;extension base="{http://www.opentrafficsim.org/ots}HierarchicalType"&gt;
  23.  *     &lt;/extension&gt;
  24.  *   &lt;/complexContent&gt;
  25.  * &lt;/complexType&gt;
  26.  * </pre>
  27.  *
  28.  *
  29.  */
  30. @XmlAccessorType(XmlAccessType.FIELD)
  31. @XmlType(name = "")
  32. @XmlRootElement(name = "GtuType")
  33. @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
  34. public class GtuType
  35.     extends HierarchicalType
  36.     implements Serializable
  37. {

  38.     @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
  39.     private final static long serialVersionUID = 10102L;

  40. }