View Javadoc
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   
8   
9   package org.opentrafficsim.xml.generated;
10  
11  import javax.annotation.Generated;
12  import javax.xml.bind.annotation.XmlAccessType;
13  import javax.xml.bind.annotation.XmlAccessorType;
14  import javax.xml.bind.annotation.XmlAttribute;
15  import javax.xml.bind.annotation.XmlRootElement;
16  import javax.xml.bind.annotation.XmlSchemaType;
17  import javax.xml.bind.annotation.XmlType;
18  
19  
20  /**
21   * <p>Java class for anonymous complex type.
22   * 
23   * <p>The following schema fragment specifies the expected content contained within this class.
24   * 
25   * <pre>
26   * &lt;complexType&gt;
27   *   &lt;complexContent&gt;
28   *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
29   *       &lt;attribute name="NAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
30   *       &lt;attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
31   *       &lt;attribute name="LENGTH" use="required" type="{http://www.opentrafficsim.org/ots}LENGTHDISTTYPE" /&gt;
32   *       &lt;attribute name="WIDTH" use="required" type="{http://www.opentrafficsim.org/ots}LENGTHDISTTYPE" /&gt;
33   *       &lt;attribute name="MAXSPEED" use="required" type="{http://www.opentrafficsim.org/ots}SPEEDDISTTYPE" /&gt;
34   *       &lt;attribute name="DEFAULT" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /&gt;
35   *       &lt;attribute ref="{http://www.w3.org/XML/1998/namespace}base"/&gt;
36   *     &lt;/restriction&gt;
37   *   &lt;/complexContent&gt;
38   * &lt;/complexType&gt;
39   * </pre>
40   * 
41   * 
42   */
43  @XmlAccessorType(XmlAccessType.FIELD)
44  @XmlType(name = "")
45  @XmlRootElement(name = "GTUTEMPLATE")
46  @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
47  public class GTUTEMPLATE {
48  
49      @XmlAttribute(name = "NAME", required = true)
50      @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
51      protected String name;
52      @XmlAttribute(name = "GTUTYPE", required = true)
53      @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
54      protected String gtutype;
55      @XmlAttribute(name = "LENGTH", required = true)
56      @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
57      protected String length;
58      @XmlAttribute(name = "WIDTH", required = true)
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 width;
61      @XmlAttribute(name = "MAXSPEED", required = true)
62      @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
63      protected String maxspeed;
64      @XmlAttribute(name = "DEFAULT")
65      @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
66      protected Boolean _default;
67      @XmlAttribute(name = "base", namespace = "http://www.w3.org/XML/1998/namespace")
68      @XmlSchemaType(name = "anyURI")
69      @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
70      protected String base;
71  
72      /**
73       * Gets the value of the name property.
74       * 
75       * @return
76       *     possible object is
77       *     {@link String }
78       *     
79       */
80      @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
81      public String getNAME() {
82          return name;
83      }
84  
85      /**
86       * Sets the value of the name property.
87       * 
88       * @param value
89       *     allowed 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 void setNAME(String value) {
95          this.name = value;
96      }
97  
98      /**
99       * Gets the value of the gtutype property.
100      * 
101      * @return
102      *     possible object is
103      *     {@link String }
104      *     
105      */
106     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
107     public String getGTUTYPE() {
108         return gtutype;
109     }
110 
111     /**
112      * Sets the value of the gtutype property.
113      * 
114      * @param value
115      *     allowed object is
116      *     {@link String }
117      *     
118      */
119     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
120     public void setGTUTYPE(String value) {
121         this.gtutype = value;
122     }
123 
124     /**
125      * Gets the value of the length property.
126      * 
127      * @return
128      *     possible object is
129      *     {@link String }
130      *     
131      */
132     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
133     public String getLENGTH() {
134         return length;
135     }
136 
137     /**
138      * Sets the value of the length property.
139      * 
140      * @param value
141      *     allowed object is
142      *     {@link String }
143      *     
144      */
145     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
146     public void setLENGTH(String value) {
147         this.length = value;
148     }
149 
150     /**
151      * Gets the value of the width property.
152      * 
153      * @return
154      *     possible object is
155      *     {@link String }
156      *     
157      */
158     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
159     public String getWIDTH() {
160         return width;
161     }
162 
163     /**
164      * Sets the value of the width property.
165      * 
166      * @param value
167      *     allowed object is
168      *     {@link String }
169      *     
170      */
171     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
172     public void setWIDTH(String value) {
173         this.width = value;
174     }
175 
176     /**
177      * Gets the value of the maxspeed property.
178      * 
179      * @return
180      *     possible object is
181      *     {@link String }
182      *     
183      */
184     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
185     public String getMAXSPEED() {
186         return maxspeed;
187     }
188 
189     /**
190      * Sets the value of the maxspeed property.
191      * 
192      * @param value
193      *     allowed object is
194      *     {@link String }
195      *     
196      */
197     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
198     public void setMAXSPEED(String value) {
199         this.maxspeed = value;
200     }
201 
202     /**
203      * Gets the value of the default property.
204      * 
205      * @return
206      *     possible object is
207      *     {@link Boolean }
208      *     
209      */
210     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
211     public boolean isDEFAULT() {
212         if (_default == null) {
213             return false;
214         } else {
215             return _default;
216         }
217     }
218 
219     /**
220      * Sets the value of the default property.
221      * 
222      * @param value
223      *     allowed object is
224      *     {@link Boolean }
225      *     
226      */
227     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
228     public void setDEFAULT(Boolean value) {
229         this._default = value;
230     }
231 
232     /**
233      * Gets the value of the base property.
234      * 
235      * @return
236      *     possible object is
237      *     {@link String }
238      *     
239      */
240     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
241     public String getBase() {
242         return base;
243     }
244 
245     /**
246      * Sets the value of the base property.
247      * 
248      * @param value
249      *     allowed object is
250      *     {@link String }
251      *     
252      */
253     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0")
254     public void setBase(String value) {
255         this.base = value;
256     }
257 
258 }