CATEGORY.java

  1. //
  2. // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
  3. // See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
  4. // Any modifications to this file will be lost upon recompilation of the source schema.
  5. // Generated on: 2019.03.16 at 06:21:55 PM CET
  6. //


  7. package org.opentrafficsim.xml.generated;

  8. import javax.annotation.Generated;
  9. import javax.xml.bind.annotation.XmlAccessType;
  10. import javax.xml.bind.annotation.XmlAccessorType;
  11. import javax.xml.bind.annotation.XmlAttribute;
  12. import javax.xml.bind.annotation.XmlRootElement;
  13. import javax.xml.bind.annotation.XmlSchemaType;
  14. import javax.xml.bind.annotation.XmlType;


  15. /**
  16.  * <p>Java class for anonymous complex type.
  17.  *
  18.  * <p>The following schema fragment specifies the expected content contained within this class.
  19.  *
  20.  * <pre>
  21.  * &lt;complexType&gt;
  22.  *   &lt;complexContent&gt;
  23.  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
  24.  *       &lt;attribute name="NAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
  25.  *       &lt;attribute name="GTUTYPE" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
  26.  *       &lt;attribute name="ROUTE" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
  27.  *       &lt;attribute name="LANE" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
  28.  *       &lt;attribute name="FACTOR" type="{http://www.opentrafficsim.org/ots}POSITIVEFACTOR" /&gt;
  29.  *       &lt;attribute ref="{http://www.w3.org/XML/1998/namespace}base"/&gt;
  30.  *     &lt;/restriction&gt;
  31.  *   &lt;/complexContent&gt;
  32.  * &lt;/complexType&gt;
  33.  * </pre>
  34.  *
  35.  *
  36.  */
  37. @XmlAccessorType(XmlAccessType.FIELD)
  38. @XmlType(name = "")
  39. @XmlRootElement(name = "CATEGORY")
  40. @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  41. public class CATEGORY {

  42.     @XmlAttribute(name = "NAME", required = true)
  43.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  44.     protected String name;
  45.     @XmlAttribute(name = "GTUTYPE")
  46.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  47.     protected String gtutype;
  48.     @XmlAttribute(name = "ROUTE")
  49.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  50.     protected String route;
  51.     @XmlAttribute(name = "LANE")
  52.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  53.     protected String lane;
  54.     @XmlAttribute(name = "FACTOR")
  55.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  56.     protected String factor;
  57.     @XmlAttribute(name = "base", namespace = "http://www.w3.org/XML/1998/namespace")
  58.     @XmlSchemaType(name = "anyURI")
  59.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  60.     protected String base;

  61.     /**
  62.      * Gets the value of the name property.
  63.      *
  64.      * @return
  65.      *     possible object is
  66.      *     {@link String }
  67.      *    
  68.      */
  69.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  70.     public String getNAME() {
  71.         return name;
  72.     }

  73.     /**
  74.      * Sets the value of the name property.
  75.      *
  76.      * @param value
  77.      *     allowed object is
  78.      *     {@link String }
  79.      *    
  80.      */
  81.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  82.     public void setNAME(String value) {
  83.         this.name = value;
  84.     }

  85.     /**
  86.      * Gets the value of the gtutype property.
  87.      *
  88.      * @return
  89.      *     possible object is
  90.      *     {@link String }
  91.      *    
  92.      */
  93.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  94.     public String getGTUTYPE() {
  95.         return gtutype;
  96.     }

  97.     /**
  98.      * Sets the value of the gtutype property.
  99.      *
  100.      * @param value
  101.      *     allowed object is
  102.      *     {@link String }
  103.      *    
  104.      */
  105.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  106.     public void setGTUTYPE(String value) {
  107.         this.gtutype = value;
  108.     }

  109.     /**
  110.      * Gets the value of the route property.
  111.      *
  112.      * @return
  113.      *     possible object is
  114.      *     {@link String }
  115.      *    
  116.      */
  117.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  118.     public String getROUTE() {
  119.         return route;
  120.     }

  121.     /**
  122.      * Sets the value of the route property.
  123.      *
  124.      * @param value
  125.      *     allowed object is
  126.      *     {@link String }
  127.      *    
  128.      */
  129.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  130.     public void setROUTE(String value) {
  131.         this.route = value;
  132.     }

  133.     /**
  134.      * Gets the value of the lane property.
  135.      *
  136.      * @return
  137.      *     possible object is
  138.      *     {@link String }
  139.      *    
  140.      */
  141.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  142.     public String getLANE() {
  143.         return lane;
  144.     }

  145.     /**
  146.      * Sets the value of the lane property.
  147.      *
  148.      * @param value
  149.      *     allowed object is
  150.      *     {@link String }
  151.      *    
  152.      */
  153.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  154.     public void setLANE(String value) {
  155.         this.lane = value;
  156.     }

  157.     /**
  158.      * Gets the value of the factor property.
  159.      *
  160.      * @return
  161.      *     possible object is
  162.      *     {@link String }
  163.      *    
  164.      */
  165.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  166.     public String getFACTOR() {
  167.         return factor;
  168.     }

  169.     /**
  170.      * Sets the value of the factor property.
  171.      *
  172.      * @param value
  173.      *     allowed object is
  174.      *     {@link String }
  175.      *    
  176.      */
  177.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  178.     public void setFACTOR(String value) {
  179.         this.factor = value;
  180.     }

  181.     /**
  182.      * Gets the value of the base property.
  183.      *
  184.      * @return
  185.      *     possible object is
  186.      *     {@link String }
  187.      *    
  188.      */
  189.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  190.     public String getBase() {
  191.         return base;
  192.     }

  193.     /**
  194.      * Sets the value of the base property.
  195.      *
  196.      * @param value
  197.      *     allowed object is
  198.      *     {@link String }
  199.      *    
  200.      */
  201.     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
  202.     public void setBase(String value) {
  203.         this.base = value;
  204.     }

  205. }