1 //
2 // This file was generated by the Eclipse Implementation of JAXB, v2.3.6
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.05.19 at 12:55:27 AM CEST
6 //
7
8
9 package org.opentrafficsim.xml.generated;
10
11 import java.io.Serializable;
12 import java.util.ArrayList;
13 import java.util.List;
14 import javax.annotation.Generated;
15 import javax.xml.bind.annotation.XmlAccessType;
16 import javax.xml.bind.annotation.XmlAccessorType;
17 import javax.xml.bind.annotation.XmlAttribute;
18 import javax.xml.bind.annotation.XmlElement;
19 import javax.xml.bind.annotation.XmlElements;
20 import javax.xml.bind.annotation.XmlRootElement;
21 import javax.xml.bind.annotation.XmlType;
22
23
24 /**
25 * <p>Java class for anonymous complex type.
26 *
27 * <p>The following schema fragment specifies the expected content contained within this class.
28 *
29 * <pre>
30 * <complexType>
31 * <complexContent>
32 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
33 * <sequence>
34 * <element name="INPUTPARAMETERS" minOccurs="0">
35 * <complexType>
36 * <complexContent>
37 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
38 * <choice maxOccurs="unbounded">
39 * <element name="ACCELERATION" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATION"/>
40 * <element name="ACCELERATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATIONDIST"/>
41 * <element name="BOOLEAN" type="{http://www.opentrafficsim.org/ots}PARAMETERBOOLEAN"/>
42 * <element name="CLASS" type="{http://www.opentrafficsim.org/ots}PARAMETERCLASS"/>
43 * <element name="DOUBLE" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLE"/>
44 * <element name="DOUBLEDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLEDIST"/>
45 * <element name="DURATION" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATION"/>
46 * <element name="DURATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATIONDIST"/>
47 * <element name="FLOAT" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOAT"/>
48 * <element name="FLOATDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOATDIST"/>
49 * <element name="FRACTION" type="{http://www.opentrafficsim.org/ots}PARAMETERFRACTION"/>
50 * <element name="FREQUENCY" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCY"/>
51 * <element name="FREQUENCYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCYDIST"/>
52 * <element name="INTEGER" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGER"/>
53 * <element name="INTEGERDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGERDIST"/>
54 * <element name="LENGTH" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTH"/>
55 * <element name="LENGTHDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTHDIST"/>
56 * <element name="LINEARDENSITY" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITY"/>
57 * <element name="LINEARDENSITYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITYDIST"/>
58 * <element name="LONG" type="{http://www.opentrafficsim.org/ots}PARAMETERLONG"/>
59 * <element name="LONGDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLONGDIST"/>
60 * <element name="SPEED" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEED"/>
61 * <element name="SPEEDDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEEDDIST"/>
62 * <element name="STRING" type="{http://www.opentrafficsim.org/ots}PARAMETERSTRING"/>
63 * </choice>
64 * </restriction>
65 * </complexContent>
66 * </complexType>
67 * </element>
68 * <element name="OD" maxOccurs="unbounded" minOccurs="0">
69 * <complexType>
70 * <complexContent>
71 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
72 * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
73 * </restriction>
74 * </complexContent>
75 * </complexType>
76 * </element>
77 * <element name="CONTROL" maxOccurs="unbounded" minOccurs="0">
78 * <complexType>
79 * <complexContent>
80 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
81 * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
82 * </restriction>
83 * </complexContent>
84 * </complexType>
85 * </element>
86 * <element name="MODELIDREFERRAL" type="{http://www.opentrafficsim.org/ots}MODELIDREFERRALTYPE" maxOccurs="unbounded" minOccurs="0"/>
87 * </sequence>
88 * <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
89 * </restriction>
90 * </complexContent>
91 * </complexType>
92 * </pre>
93 *
94 *
95 */
96 @XmlAccessorType(XmlAccessType.FIELD)
97 @XmlType(name = "", propOrder = {
98 "inputparameters",
99 "od",
100 "control",
101 "modelidreferral"
102 })
103 @XmlRootElement(name = "SCENARIO")
104 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
105 public class SCENARIO
106 implements Serializable
107 {
108
109 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
110 private final static long serialVersionUID = 10102L;
111 @XmlElement(name = "INPUTPARAMETERS")
112 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
113 protected SCENARIO.INPUTPARAMETERS inputparameters;
114 @XmlElement(name = "OD")
115 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
116 protected List<SCENARIO.OD> od;
117 @XmlElement(name = "CONTROL")
118 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
119 protected List<SCENARIO.CONTROL> control;
120 @XmlElement(name = "MODELIDREFERRAL")
121 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
122 protected List<MODELIDREFERRALTYPE> modelidreferral;
123 @XmlAttribute(name = "ID")
124 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
125 protected String id;
126
127 /**
128 * Gets the value of the inputparameters property.
129 *
130 * @return
131 * possible object is
132 * {@link SCENARIO.INPUTPARAMETERS }
133 *
134 */
135 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
136 public SCENARIO.INPUTPARAMETERS getINPUTPARAMETERS() {
137 return inputparameters;
138 }
139
140 /**
141 * Sets the value of the inputparameters property.
142 *
143 * @param value
144 * allowed object is
145 * {@link SCENARIO.INPUTPARAMETERS }
146 *
147 */
148 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
149 public void setINPUTPARAMETERS(SCENARIO.INPUTPARAMETERS value) {
150 this.inputparameters = value;
151 }
152
153 /**
154 * Gets the value of the od property.
155 *
156 * <p>
157 * This accessor method returns a reference to the live list,
158 * not a snapshot. Therefore any modification you make to the
159 * returned list will be present inside the JAXB object.
160 * This is why there is not a <CODE>set</CODE> method for the od property.
161 *
162 * <p>
163 * For example, to add a new item, do as follows:
164 * <pre>
165 * getOD().add(newItem);
166 * </pre>
167 *
168 *
169 * <p>
170 * Objects of the following type(s) are allowed in the list
171 * {@link SCENARIO.OD }
172 *
173 *
174 */
175 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
176 public List<SCENARIO.OD> getOD() {
177 if (od == null) {
178 od = new ArrayList<SCENARIO.OD>();
179 }
180 return this.od;
181 }
182
183 /**
184 * Gets the value of the control property.
185 *
186 * <p>
187 * This accessor method returns a reference to the live list,
188 * not a snapshot. Therefore any modification you make to the
189 * returned list will be present inside the JAXB object.
190 * This is why there is not a <CODE>set</CODE> method for the control property.
191 *
192 * <p>
193 * For example, to add a new item, do as follows:
194 * <pre>
195 * getCONTROL().add(newItem);
196 * </pre>
197 *
198 *
199 * <p>
200 * Objects of the following type(s) are allowed in the list
201 * {@link SCENARIO.CONTROL }
202 *
203 *
204 */
205 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
206 public List<SCENARIO.CONTROL> getCONTROL() {
207 if (control == null) {
208 control = new ArrayList<SCENARIO.CONTROL>();
209 }
210 return this.control;
211 }
212
213 /**
214 * Gets the value of the modelidreferral property.
215 *
216 * <p>
217 * This accessor method returns a reference to the live list,
218 * not a snapshot. Therefore any modification you make to the
219 * returned list will be present inside the JAXB object.
220 * This is why there is not a <CODE>set</CODE> method for the modelidreferral property.
221 *
222 * <p>
223 * For example, to add a new item, do as follows:
224 * <pre>
225 * getMODELIDREFERRAL().add(newItem);
226 * </pre>
227 *
228 *
229 * <p>
230 * Objects of the following type(s) are allowed in the list
231 * {@link MODELIDREFERRALTYPE }
232 *
233 *
234 */
235 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
236 public List<MODELIDREFERRALTYPE> getMODELIDREFERRAL() {
237 if (modelidreferral == null) {
238 modelidreferral = new ArrayList<MODELIDREFERRALTYPE>();
239 }
240 return this.modelidreferral;
241 }
242
243 /**
244 * Gets the value of the id property.
245 *
246 * @return
247 * possible object is
248 * {@link String }
249 *
250 */
251 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
252 public String getID() {
253 return id;
254 }
255
256 /**
257 * Sets the value of the id property.
258 *
259 * @param value
260 * allowed object is
261 * {@link String }
262 *
263 */
264 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
265 public void setID(String value) {
266 this.id = value;
267 }
268
269
270 /**
271 * <p>Java class for anonymous complex type.
272 *
273 * <p>The following schema fragment specifies the expected content contained within this class.
274 *
275 * <pre>
276 * <complexType>
277 * <complexContent>
278 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
279 * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
280 * </restriction>
281 * </complexContent>
282 * </complexType>
283 * </pre>
284 *
285 *
286 */
287 @XmlAccessorType(XmlAccessType.FIELD)
288 @XmlType(name = "")
289 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
290 public static class CONTROL
291 implements Serializable
292 {
293
294 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
295 private final static long serialVersionUID = 10102L;
296 @XmlAttribute(name = "ID", required = true)
297 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
298 protected String id;
299
300 /**
301 * Gets the value of the id property.
302 *
303 * @return
304 * possible object is
305 * {@link String }
306 *
307 */
308 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
309 public String getID() {
310 return id;
311 }
312
313 /**
314 * Sets the value of the id property.
315 *
316 * @param value
317 * allowed object is
318 * {@link String }
319 *
320 */
321 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
322 public void setID(String value) {
323 this.id = value;
324 }
325
326 }
327
328
329 /**
330 * <p>Java class for anonymous complex type.
331 *
332 * <p>The following schema fragment specifies the expected content contained within this class.
333 *
334 * <pre>
335 * <complexType>
336 * <complexContent>
337 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
338 * <choice maxOccurs="unbounded">
339 * <element name="ACCELERATION" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATION"/>
340 * <element name="ACCELERATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATIONDIST"/>
341 * <element name="BOOLEAN" type="{http://www.opentrafficsim.org/ots}PARAMETERBOOLEAN"/>
342 * <element name="CLASS" type="{http://www.opentrafficsim.org/ots}PARAMETERCLASS"/>
343 * <element name="DOUBLE" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLE"/>
344 * <element name="DOUBLEDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLEDIST"/>
345 * <element name="DURATION" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATION"/>
346 * <element name="DURATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATIONDIST"/>
347 * <element name="FLOAT" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOAT"/>
348 * <element name="FLOATDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOATDIST"/>
349 * <element name="FRACTION" type="{http://www.opentrafficsim.org/ots}PARAMETERFRACTION"/>
350 * <element name="FREQUENCY" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCY"/>
351 * <element name="FREQUENCYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCYDIST"/>
352 * <element name="INTEGER" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGER"/>
353 * <element name="INTEGERDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGERDIST"/>
354 * <element name="LENGTH" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTH"/>
355 * <element name="LENGTHDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTHDIST"/>
356 * <element name="LINEARDENSITY" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITY"/>
357 * <element name="LINEARDENSITYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITYDIST"/>
358 * <element name="LONG" type="{http://www.opentrafficsim.org/ots}PARAMETERLONG"/>
359 * <element name="LONGDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLONGDIST"/>
360 * <element name="SPEED" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEED"/>
361 * <element name="SPEEDDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEEDDIST"/>
362 * <element name="STRING" type="{http://www.opentrafficsim.org/ots}PARAMETERSTRING"/>
363 * </choice>
364 * </restriction>
365 * </complexContent>
366 * </complexType>
367 * </pre>
368 *
369 *
370 */
371 @XmlAccessorType(XmlAccessType.FIELD)
372 @XmlType(name = "", propOrder = {
373 "accelerationOrACCELERATIONDISTOrBOOLEAN"
374 })
375 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
376 public static class INPUTPARAMETERS
377 implements Serializable
378 {
379
380 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
381 private final static long serialVersionUID = 10102L;
382 @XmlElements({
383 @XmlElement(name = "ACCELERATION", type = PARAMETERACCELERATION.class),
384 @XmlElement(name = "ACCELERATIONDIST", type = PARAMETERACCELERATIONDIST.class),
385 @XmlElement(name = "BOOLEAN", type = PARAMETERBOOLEAN.class),
386 @XmlElement(name = "CLASS", type = PARAMETERCLASS.class),
387 @XmlElement(name = "DOUBLE", type = PARAMETERDOUBLE.class),
388 @XmlElement(name = "DOUBLEDIST", type = PARAMETERDOUBLEDIST.class),
389 @XmlElement(name = "DURATION", type = PARAMETERDURATION.class),
390 @XmlElement(name = "DURATIONDIST", type = PARAMETERDURATIONDIST.class),
391 @XmlElement(name = "FLOAT", type = PARAMETERFLOAT.class),
392 @XmlElement(name = "FLOATDIST", type = PARAMETERFLOATDIST.class),
393 @XmlElement(name = "FRACTION", type = PARAMETERFRACTION.class),
394 @XmlElement(name = "FREQUENCY", type = PARAMETERFREQUENCY.class),
395 @XmlElement(name = "FREQUENCYDIST", type = PARAMETERFREQUENCYDIST.class),
396 @XmlElement(name = "INTEGER", type = PARAMETERINTEGER.class),
397 @XmlElement(name = "INTEGERDIST", type = PARAMETERINTEGERDIST.class),
398 @XmlElement(name = "LENGTH", type = PARAMETERLENGTH.class),
399 @XmlElement(name = "LENGTHDIST", type = PARAMETERLENGTHDIST.class),
400 @XmlElement(name = "LINEARDENSITY", type = PARAMETERLINEARDENSITY.class),
401 @XmlElement(name = "LINEARDENSITYDIST", type = PARAMETERLINEARDENSITYDIST.class),
402 @XmlElement(name = "LONG", type = PARAMETERLONG.class),
403 @XmlElement(name = "LONGDIST", type = PARAMETERLONGDIST.class),
404 @XmlElement(name = "SPEED", type = PARAMETERSPEED.class),
405 @XmlElement(name = "SPEEDDIST", type = PARAMETERSPEEDDIST.class),
406 @XmlElement(name = "STRING", type = PARAMETERSTRING.class)
407 })
408 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
409 protected List<Serializable> accelerationOrACCELERATIONDISTOrBOOLEAN;
410
411 /**
412 * Gets the value of the accelerationOrACCELERATIONDISTOrBOOLEAN property.
413 *
414 * <p>
415 * This accessor method returns a reference to the live list,
416 * not a snapshot. Therefore any modification you make to the
417 * returned list will be present inside the JAXB object.
418 * This is why there is not a <CODE>set</CODE> method for the accelerationOrACCELERATIONDISTOrBOOLEAN property.
419 *
420 * <p>
421 * For example, to add a new item, do as follows:
422 * <pre>
423 * getACCELERATIONOrACCELERATIONDISTOrBOOLEAN().add(newItem);
424 * </pre>
425 *
426 *
427 * <p>
428 * Objects of the following type(s) are allowed in the list
429 * {@link PARAMETERACCELERATION }
430 * {@link PARAMETERACCELERATIONDIST }
431 * {@link PARAMETERBOOLEAN }
432 * {@link PARAMETERCLASS }
433 * {@link PARAMETERDOUBLE }
434 * {@link PARAMETERDOUBLEDIST }
435 * {@link PARAMETERDURATION }
436 * {@link PARAMETERDURATIONDIST }
437 * {@link PARAMETERFLOAT }
438 * {@link PARAMETERFLOATDIST }
439 * {@link PARAMETERFRACTION }
440 * {@link PARAMETERFREQUENCY }
441 * {@link PARAMETERFREQUENCYDIST }
442 * {@link PARAMETERINTEGER }
443 * {@link PARAMETERINTEGERDIST }
444 * {@link PARAMETERLENGTH }
445 * {@link PARAMETERLENGTHDIST }
446 * {@link PARAMETERLINEARDENSITY }
447 * {@link PARAMETERLINEARDENSITYDIST }
448 * {@link PARAMETERLONG }
449 * {@link PARAMETERLONGDIST }
450 * {@link PARAMETERSPEED }
451 * {@link PARAMETERSPEEDDIST }
452 * {@link PARAMETERSTRING }
453 *
454 *
455 */
456 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
457 public List<Serializable> getACCELERATIONOrACCELERATIONDISTOrBOOLEAN() {
458 if (accelerationOrACCELERATIONDISTOrBOOLEAN == null) {
459 accelerationOrACCELERATIONDISTOrBOOLEAN = new ArrayList<Serializable>();
460 }
461 return this.accelerationOrACCELERATIONDISTOrBOOLEAN;
462 }
463
464 }
465
466
467 /**
468 * <p>Java class for anonymous complex type.
469 *
470 * <p>The following schema fragment specifies the expected content contained within this class.
471 *
472 * <pre>
473 * <complexType>
474 * <complexContent>
475 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
476 * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
477 * </restriction>
478 * </complexContent>
479 * </complexType>
480 * </pre>
481 *
482 *
483 */
484 @XmlAccessorType(XmlAccessType.FIELD)
485 @XmlType(name = "")
486 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
487 public static class OD
488 implements Serializable
489 {
490
491 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
492 private final static long serialVersionUID = 10102L;
493 @XmlAttribute(name = "ID", required = true)
494 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
495 protected String id;
496
497 /**
498 * Gets the value of the id property.
499 *
500 * @return
501 * possible object is
502 * {@link String }
503 *
504 */
505 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
506 public String getID() {
507 return id;
508 }
509
510 /**
511 * Sets the value of the id property.
512 *
513 * @param value
514 * allowed object is
515 * {@link String }
516 *
517 */
518 @Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.6", date = "2024-05-19T00:55:27+02:00")
519 public void setID(String value) {
520 this.id = value;
521 }
522
523 }
524
525 }