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.04.20 at 02:12:22 AM CEST 
6   //
7   
8   
9   package org.opentrafficsim.xml.generated;
10  
11  import java.io.Serializable;
12  import java.math.BigInteger;
13  import javax.annotation.Generated;
14  import javax.xml.bind.annotation.XmlAccessType;
15  import javax.xml.bind.annotation.XmlAccessorType;
16  import javax.xml.bind.annotation.XmlAttribute;
17  import javax.xml.bind.annotation.XmlElement;
18  import javax.xml.bind.annotation.XmlSchemaType;
19  import javax.xml.bind.annotation.XmlSeeAlso;
20  import javax.xml.bind.annotation.XmlType;
21  
22  
23  /**
24   * <p>Java class for CONTDISTTYPE complex type.
25   * 
26   * <p>The following schema fragment specifies the expected content contained within this class.
27   * 
28   * <pre>
29   * &lt;complexType name="CONTDISTTYPE"&gt;
30   *   &lt;complexContent&gt;
31   *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
32   *       &lt;choice&gt;
33   *         &lt;element name="CONSTANT"&gt;
34   *           &lt;complexType&gt;
35   *             &lt;complexContent&gt;
36   *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
37   *                 &lt;attribute name="C" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
38   *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
39   *               &lt;/restriction&gt;
40   *             &lt;/complexContent&gt;
41   *           &lt;/complexType&gt;
42   *         &lt;/element&gt;
43   *         &lt;element name="EXPONENTIAL"&gt;
44   *           &lt;complexType&gt;
45   *             &lt;complexContent&gt;
46   *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
47   *                 &lt;attribute name="LAMBDA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
48   *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
49   *               &lt;/restriction&gt;
50   *             &lt;/complexContent&gt;
51   *           &lt;/complexType&gt;
52   *         &lt;/element&gt;
53   *         &lt;element name="TRIANGULAR"&gt;
54   *           &lt;complexType&gt;
55   *             &lt;complexContent&gt;
56   *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
57   *                 &lt;attribute name="MIN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
58   *                 &lt;attribute name="MODE" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
59   *                 &lt;attribute name="MAX" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
60   *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
61   *               &lt;/restriction&gt;
62   *             &lt;/complexContent&gt;
63   *           &lt;/complexType&gt;
64   *         &lt;/element&gt;
65   *         &lt;element name="NORMAL"&gt;
66   *           &lt;complexType&gt;
67   *             &lt;complexContent&gt;
68   *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
69   *                 &lt;attribute name="MU" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
70   *                 &lt;attribute name="SIGMA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVEZERO" /&gt;
71   *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
72   *               &lt;/restriction&gt;
73   *             &lt;/complexContent&gt;
74   *           &lt;/complexType&gt;
75   *         &lt;/element&gt;
76   *         &lt;element name="BETA"&gt;
77   *           &lt;complexType&gt;
78   *             &lt;complexContent&gt;
79   *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
80   *                 &lt;attribute name="ALPHA1" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
81   *                 &lt;attribute name="ALPHA2" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
82   *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
83   *               &lt;/restriction&gt;
84   *             &lt;/complexContent&gt;
85   *           &lt;/complexType&gt;
86   *         &lt;/element&gt;
87   *         &lt;element name="ERLANG"&gt;
88   *           &lt;complexType&gt;
89   *             &lt;complexContent&gt;
90   *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
91   *                 &lt;attribute name="MEAN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
92   *                 &lt;attribute name="K" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /&gt;
93   *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
94   *               &lt;/restriction&gt;
95   *             &lt;/complexContent&gt;
96   *           &lt;/complexType&gt;
97   *         &lt;/element&gt;
98   *         &lt;element name="GAMMA"&gt;
99   *           &lt;complexType&gt;
100  *             &lt;complexContent&gt;
101  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
102  *                 &lt;attribute name="ALPHA" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
103  *                 &lt;attribute name="BETA" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
104  *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
105  *               &lt;/restriction&gt;
106  *             &lt;/complexContent&gt;
107  *           &lt;/complexType&gt;
108  *         &lt;/element&gt;
109  *         &lt;element name="LOGNORMAL"&gt;
110  *           &lt;complexType&gt;
111  *             &lt;complexContent&gt;
112  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
113  *                 &lt;attribute name="MU" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
114  *                 &lt;attribute name="SIGMA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
115  *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
116  *               &lt;/restriction&gt;
117  *             &lt;/complexContent&gt;
118  *           &lt;/complexType&gt;
119  *         &lt;/element&gt;
120  *         &lt;element name="PEARSON5"&gt;
121  *           &lt;complexType&gt;
122  *             &lt;complexContent&gt;
123  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
124  *                 &lt;attribute name="ALPHA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
125  *                 &lt;attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
126  *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
127  *               &lt;/restriction&gt;
128  *             &lt;/complexContent&gt;
129  *           &lt;/complexType&gt;
130  *         &lt;/element&gt;
131  *         &lt;element name="PEARSON6"&gt;
132  *           &lt;complexType&gt;
133  *             &lt;complexContent&gt;
134  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
135  *                 &lt;attribute name="ALPHA1" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
136  *                 &lt;attribute name="ALPHA2" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
137  *                 &lt;attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
138  *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
139  *               &lt;/restriction&gt;
140  *             &lt;/complexContent&gt;
141  *           &lt;/complexType&gt;
142  *         &lt;/element&gt;
143  *         &lt;element name="UNIFORM"&gt;
144  *           &lt;complexType&gt;
145  *             &lt;complexContent&gt;
146  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
147  *                 &lt;attribute name="MIN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
148  *                 &lt;attribute name="MAX" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
149  *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
150  *               &lt;/restriction&gt;
151  *             &lt;/complexContent&gt;
152  *           &lt;/complexType&gt;
153  *         &lt;/element&gt;
154  *         &lt;element name="WEIBULL"&gt;
155  *           &lt;complexType&gt;
156  *             &lt;complexContent&gt;
157  *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
158  *                 &lt;attribute name="ALPHA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
159  *                 &lt;attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
160  *                 &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
161  *               &lt;/restriction&gt;
162  *             &lt;/complexContent&gt;
163  *           &lt;/complexType&gt;
164  *         &lt;/element&gt;
165  *       &lt;/choice&gt;
166  *     &lt;/restriction&gt;
167  *   &lt;/complexContent&gt;
168  * &lt;/complexType&gt;
169  * </pre>
170  * 
171  * 
172  */
173 @XmlAccessorType(XmlAccessType.FIELD)
174 @XmlType(name = "CONTDISTTYPE", propOrder = {
175     "constant",
176     "exponential",
177     "triangular",
178     "normal",
179     "beta",
180     "erlang",
181     "gamma",
182     "lognormal",
183     "pearson5",
184     "pearson6",
185     "uniform",
186     "weibull"
187 })
188 @XmlSeeAlso({
189     POSITIONDISTTYPE.class,
190     TIMEDISTTYPE.class,
191     ACCELERATIONDISTTYPE.class,
192     PARAMETERDOUBLEDIST.class,
193     PARAMETERFLOATDIST.class,
194     DURATIONDISTTYPE.class,
195     FREQUENCYDISTTYPE.class,
196     LENGTHDISTTYPE.class,
197     LINEARDENSITYDISTTYPE.class,
198     SPEEDDISTTYPE.class
199 })
200 @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
201 public class CONTDISTTYPE implements Serializable
202 {
203 
204     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
205     private final static long serialVersionUID = 10102L;
206     @XmlElement(name = "CONSTANT")
207     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
208     protected CONTDISTTYPE.CONSTANT constant;
209     @XmlElement(name = "EXPONENTIAL")
210     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
211     protected CONTDISTTYPE.EXPONENTIAL exponential;
212     @XmlElement(name = "TRIANGULAR")
213     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
214     protected CONTDISTTYPE.TRIANGULAR triangular;
215     @XmlElement(name = "NORMAL")
216     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
217     protected CONTDISTTYPE.NORMAL normal;
218     @XmlElement(name = "BETA")
219     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
220     protected CONTDISTTYPE.BETA beta;
221     @XmlElement(name = "ERLANG")
222     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
223     protected CONTDISTTYPE.ERLANG erlang;
224     @XmlElement(name = "GAMMA")
225     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
226     protected CONTDISTTYPE.GAMMA gamma;
227     @XmlElement(name = "LOGNORMAL")
228     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
229     protected CONTDISTTYPE.LOGNORMAL lognormal;
230     @XmlElement(name = "PEARSON5")
231     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
232     protected CONTDISTTYPE.PEARSON5 pearson5;
233     @XmlElement(name = "PEARSON6")
234     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
235     protected CONTDISTTYPE.PEARSON6 pearson6;
236     @XmlElement(name = "UNIFORM")
237     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
238     protected CONTDISTTYPE.UNIFORM uniform;
239     @XmlElement(name = "WEIBULL")
240     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
241     protected CONTDISTTYPE.WEIBULL weibull;
242 
243     /**
244      * Gets the value of the constant property.
245      * 
246      * @return
247      *     possible object is
248      *     {@link CONTDISTTYPE.CONSTANT }
249      *     
250      */
251     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
252     public CONTDISTTYPE.CONSTANT getCONSTANT() {
253         return constant;
254     }
255 
256     /**
257      * Sets the value of the constant property.
258      * 
259      * @param value
260      *     allowed object is
261      *     {@link CONTDISTTYPE.CONSTANT }
262      *     
263      */
264     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
265     public void setCONSTANT(CONTDISTTYPE.CONSTANT value) {
266         this.constant = value;
267     }
268 
269     /**
270      * Gets the value of the exponential property.
271      * 
272      * @return
273      *     possible object is
274      *     {@link CONTDISTTYPE.EXPONENTIAL }
275      *     
276      */
277     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
278     public CONTDISTTYPE.EXPONENTIAL getEXPONENTIAL() {
279         return exponential;
280     }
281 
282     /**
283      * Sets the value of the exponential property.
284      * 
285      * @param value
286      *     allowed object is
287      *     {@link CONTDISTTYPE.EXPONENTIAL }
288      *     
289      */
290     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
291     public void setEXPONENTIAL(CONTDISTTYPE.EXPONENTIAL value) {
292         this.exponential = value;
293     }
294 
295     /**
296      * Gets the value of the triangular property.
297      * 
298      * @return
299      *     possible object is
300      *     {@link CONTDISTTYPE.TRIANGULAR }
301      *     
302      */
303     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
304     public CONTDISTTYPE.TRIANGULAR getTRIANGULAR() {
305         return triangular;
306     }
307 
308     /**
309      * Sets the value of the triangular property.
310      * 
311      * @param value
312      *     allowed object is
313      *     {@link CONTDISTTYPE.TRIANGULAR }
314      *     
315      */
316     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
317     public void setTRIANGULAR(CONTDISTTYPE.TRIANGULAR value) {
318         this.triangular = value;
319     }
320 
321     /**
322      * Gets the value of the normal property.
323      * 
324      * @return
325      *     possible object is
326      *     {@link CONTDISTTYPE.NORMAL }
327      *     
328      */
329     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
330     public CONTDISTTYPE.NORMAL getNORMAL() {
331         return normal;
332     }
333 
334     /**
335      * Sets the value of the normal property.
336      * 
337      * @param value
338      *     allowed object is
339      *     {@link CONTDISTTYPE.NORMAL }
340      *     
341      */
342     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
343     public void setNORMAL(CONTDISTTYPE.NORMAL value) {
344         this.normal = value;
345     }
346 
347     /**
348      * Gets the value of the beta property.
349      * 
350      * @return
351      *     possible object is
352      *     {@link CONTDISTTYPE.BETA }
353      *     
354      */
355     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
356     public CONTDISTTYPE.BETA getBETA() {
357         return beta;
358     }
359 
360     /**
361      * Sets the value of the beta property.
362      * 
363      * @param value
364      *     allowed object is
365      *     {@link CONTDISTTYPE.BETA }
366      *     
367      */
368     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
369     public void setBETA(CONTDISTTYPE.BETA value) {
370         this.beta = value;
371     }
372 
373     /**
374      * Gets the value of the erlang property.
375      * 
376      * @return
377      *     possible object is
378      *     {@link CONTDISTTYPE.ERLANG }
379      *     
380      */
381     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
382     public CONTDISTTYPE.ERLANG getERLANG() {
383         return erlang;
384     }
385 
386     /**
387      * Sets the value of the erlang property.
388      * 
389      * @param value
390      *     allowed object is
391      *     {@link CONTDISTTYPE.ERLANG }
392      *     
393      */
394     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
395     public void setERLANG(CONTDISTTYPE.ERLANG value) {
396         this.erlang = value;
397     }
398 
399     /**
400      * Gets the value of the gamma property.
401      * 
402      * @return
403      *     possible object is
404      *     {@link CONTDISTTYPE.GAMMA }
405      *     
406      */
407     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
408     public CONTDISTTYPE.GAMMA getGAMMA() {
409         return gamma;
410     }
411 
412     /**
413      * Sets the value of the gamma property.
414      * 
415      * @param value
416      *     allowed object is
417      *     {@link CONTDISTTYPE.GAMMA }
418      *     
419      */
420     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
421     public void setGAMMA(CONTDISTTYPE.GAMMA value) {
422         this.gamma = value;
423     }
424 
425     /**
426      * Gets the value of the lognormal property.
427      * 
428      * @return
429      *     possible object is
430      *     {@link CONTDISTTYPE.LOGNORMAL }
431      *     
432      */
433     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
434     public CONTDISTTYPE.LOGNORMAL getLOGNORMAL() {
435         return lognormal;
436     }
437 
438     /**
439      * Sets the value of the lognormal property.
440      * 
441      * @param value
442      *     allowed object is
443      *     {@link CONTDISTTYPE.LOGNORMAL }
444      *     
445      */
446     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
447     public void setLOGNORMAL(CONTDISTTYPE.LOGNORMAL value) {
448         this.lognormal = value;
449     }
450 
451     /**
452      * Gets the value of the pearson5 property.
453      * 
454      * @return
455      *     possible object is
456      *     {@link CONTDISTTYPE.PEARSON5 }
457      *     
458      */
459     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
460     public CONTDISTTYPE.PEARSON5 getPEARSON5() {
461         return pearson5;
462     }
463 
464     /**
465      * Sets the value of the pearson5 property.
466      * 
467      * @param value
468      *     allowed object is
469      *     {@link CONTDISTTYPE.PEARSON5 }
470      *     
471      */
472     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
473     public void setPEARSON5(CONTDISTTYPE.PEARSON5 value) {
474         this.pearson5 = value;
475     }
476 
477     /**
478      * Gets the value of the pearson6 property.
479      * 
480      * @return
481      *     possible object is
482      *     {@link CONTDISTTYPE.PEARSON6 }
483      *     
484      */
485     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
486     public CONTDISTTYPE.PEARSON6 getPEARSON6() {
487         return pearson6;
488     }
489 
490     /**
491      * Sets the value of the pearson6 property.
492      * 
493      * @param value
494      *     allowed object is
495      *     {@link CONTDISTTYPE.PEARSON6 }
496      *     
497      */
498     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
499     public void setPEARSON6(CONTDISTTYPE.PEARSON6 value) {
500         this.pearson6 = value;
501     }
502 
503     /**
504      * Gets the value of the uniform property.
505      * 
506      * @return
507      *     possible object is
508      *     {@link CONTDISTTYPE.UNIFORM }
509      *     
510      */
511     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
512     public CONTDISTTYPE.UNIFORM getUNIFORM() {
513         return uniform;
514     }
515 
516     /**
517      * Sets the value of the uniform property.
518      * 
519      * @param value
520      *     allowed object is
521      *     {@link CONTDISTTYPE.UNIFORM }
522      *     
523      */
524     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
525     public void setUNIFORM(CONTDISTTYPE.UNIFORM value) {
526         this.uniform = value;
527     }
528 
529     /**
530      * Gets the value of the weibull property.
531      * 
532      * @return
533      *     possible object is
534      *     {@link CONTDISTTYPE.WEIBULL }
535      *     
536      */
537     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
538     public CONTDISTTYPE.WEIBULL getWEIBULL() {
539         return weibull;
540     }
541 
542     /**
543      * Sets the value of the weibull property.
544      * 
545      * @param value
546      *     allowed object is
547      *     {@link CONTDISTTYPE.WEIBULL }
548      *     
549      */
550     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
551     public void setWEIBULL(CONTDISTTYPE.WEIBULL value) {
552         this.weibull = value;
553     }
554 
555 
556     /**
557      * <p>Java class for anonymous complex type.
558      * 
559      * <p>The following schema fragment specifies the expected content contained within this class.
560      * 
561      * <pre>
562      * &lt;complexType&gt;
563      *   &lt;complexContent&gt;
564      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
565      *       &lt;attribute name="ALPHA1" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
566      *       &lt;attribute name="ALPHA2" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
567      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
568      *     &lt;/restriction&gt;
569      *   &lt;/complexContent&gt;
570      * &lt;/complexType&gt;
571      * </pre>
572      * 
573      * 
574      */
575     @XmlAccessorType(XmlAccessType.FIELD)
576     @XmlType(name = "")
577     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
578     public static class BETA
579         implements Serializable
580     {
581 
582         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
583         private final static long serialVersionUID = 10102L;
584         @XmlAttribute(name = "ALPHA1", required = true)
585         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
586         protected double alpha1;
587         @XmlAttribute(name = "ALPHA2", required = true)
588         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
589         protected double alpha2;
590         @XmlAttribute(name = "RANDOMSTREAM")
591         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
592         protected String randomstream;
593 
594         /**
595          * Gets the value of the alpha1 property.
596          * 
597          */
598         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
599         public double getALPHA1() {
600             return alpha1;
601         }
602 
603         /**
604          * Sets the value of the alpha1 property.
605          * 
606          */
607         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
608         public void setALPHA1(double value) {
609             this.alpha1 = value;
610         }
611 
612         /**
613          * Gets the value of the alpha2 property.
614          * 
615          */
616         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
617         public double getALPHA2() {
618             return alpha2;
619         }
620 
621         /**
622          * Sets the value of the alpha2 property.
623          * 
624          */
625         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
626         public void setALPHA2(double value) {
627             this.alpha2 = value;
628         }
629 
630         /**
631          * Gets the value of the randomstream property.
632          * 
633          * @return
634          *     possible object is
635          *     {@link String }
636          *     
637          */
638         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
639         public String getRANDOMSTREAM() {
640             if (randomstream == null) {
641                 return "default";
642             } else {
643                 return randomstream;
644             }
645         }
646 
647         /**
648          * Sets the value of the randomstream property.
649          * 
650          * @param value
651          *     allowed object is
652          *     {@link String }
653          *     
654          */
655         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
656         public void setRANDOMSTREAM(String value) {
657             this.randomstream = value;
658         }
659 
660     }
661 
662 
663     /**
664      * <p>Java class for anonymous complex type.
665      * 
666      * <p>The following schema fragment specifies the expected content contained within this class.
667      * 
668      * <pre>
669      * &lt;complexType&gt;
670      *   &lt;complexContent&gt;
671      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
672      *       &lt;attribute name="C" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
673      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
674      *     &lt;/restriction&gt;
675      *   &lt;/complexContent&gt;
676      * &lt;/complexType&gt;
677      * </pre>
678      * 
679      * 
680      */
681     @XmlAccessorType(XmlAccessType.FIELD)
682     @XmlType(name = "")
683     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
684     public static class CONSTANT
685         implements Serializable
686     {
687 
688         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
689         private final static long serialVersionUID = 10102L;
690         @XmlAttribute(name = "C", required = true)
691         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
692         protected double c;
693         @XmlAttribute(name = "RANDOMSTREAM")
694         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
695         protected String randomstream;
696 
697         /**
698          * Gets the value of the c property.
699          * 
700          */
701         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
702         public double getC() {
703             return c;
704         }
705 
706         /**
707          * Sets the value of the c property.
708          * 
709          */
710         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
711         public void setC(double value) {
712             this.c = value;
713         }
714 
715         /**
716          * Gets the value of the randomstream property.
717          * 
718          * @return
719          *     possible object is
720          *     {@link String }
721          *     
722          */
723         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
724         public String getRANDOMSTREAM() {
725             if (randomstream == null) {
726                 return "default";
727             } else {
728                 return randomstream;
729             }
730         }
731 
732         /**
733          * Sets the value of the randomstream property.
734          * 
735          * @param value
736          *     allowed object is
737          *     {@link String }
738          *     
739          */
740         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
741         public void setRANDOMSTREAM(String value) {
742             this.randomstream = value;
743         }
744 
745     }
746 
747 
748     /**
749      * <p>Java class for anonymous complex type.
750      * 
751      * <p>The following schema fragment specifies the expected content contained within this class.
752      * 
753      * <pre>
754      * &lt;complexType&gt;
755      *   &lt;complexContent&gt;
756      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
757      *       &lt;attribute name="MEAN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
758      *       &lt;attribute name="K" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /&gt;
759      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
760      *     &lt;/restriction&gt;
761      *   &lt;/complexContent&gt;
762      * &lt;/complexType&gt;
763      * </pre>
764      * 
765      * 
766      */
767     @XmlAccessorType(XmlAccessType.FIELD)
768     @XmlType(name = "")
769     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
770     public static class ERLANG
771         implements Serializable
772     {
773 
774         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
775         private final static long serialVersionUID = 10102L;
776         @XmlAttribute(name = "MEAN", required = true)
777         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
778         protected double mean;
779         @XmlAttribute(name = "K", required = true)
780         @XmlSchemaType(name = "positiveInteger")
781         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
782         protected BigInteger k;
783         @XmlAttribute(name = "RANDOMSTREAM")
784         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
785         protected String randomstream;
786 
787         /**
788          * Gets the value of the mean property.
789          * 
790          */
791         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
792         public double getMEAN() {
793             return mean;
794         }
795 
796         /**
797          * Sets the value of the mean property.
798          * 
799          */
800         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
801         public void setMEAN(double value) {
802             this.mean = value;
803         }
804 
805         /**
806          * Gets the value of the k property.
807          * 
808          * @return
809          *     possible object is
810          *     {@link BigInteger }
811          *     
812          */
813         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
814         public BigInteger getK() {
815             return k;
816         }
817 
818         /**
819          * Sets the value of the k property.
820          * 
821          * @param value
822          *     allowed object is
823          *     {@link BigInteger }
824          *     
825          */
826         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
827         public void setK(BigInteger value) {
828             this.k = value;
829         }
830 
831         /**
832          * Gets the value of the randomstream property.
833          * 
834          * @return
835          *     possible object is
836          *     {@link String }
837          *     
838          */
839         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
840         public String getRANDOMSTREAM() {
841             if (randomstream == null) {
842                 return "default";
843             } else {
844                 return randomstream;
845             }
846         }
847 
848         /**
849          * Sets the value of the randomstream property.
850          * 
851          * @param value
852          *     allowed object is
853          *     {@link String }
854          *     
855          */
856         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
857         public void setRANDOMSTREAM(String value) {
858             this.randomstream = value;
859         }
860 
861     }
862 
863 
864     /**
865      * <p>Java class for anonymous complex type.
866      * 
867      * <p>The following schema fragment specifies the expected content contained within this class.
868      * 
869      * <pre>
870      * &lt;complexType&gt;
871      *   &lt;complexContent&gt;
872      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
873      *       &lt;attribute name="LAMBDA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
874      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
875      *     &lt;/restriction&gt;
876      *   &lt;/complexContent&gt;
877      * &lt;/complexType&gt;
878      * </pre>
879      * 
880      * 
881      */
882     @XmlAccessorType(XmlAccessType.FIELD)
883     @XmlType(name = "")
884     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
885     public static class EXPONENTIAL
886         implements Serializable
887     {
888 
889         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
890         private final static long serialVersionUID = 10102L;
891         @XmlAttribute(name = "LAMBDA", required = true)
892         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
893         protected double lambda;
894         @XmlAttribute(name = "RANDOMSTREAM")
895         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
896         protected String randomstream;
897 
898         /**
899          * Gets the value of the lambda property.
900          * 
901          */
902         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
903         public double getLAMBDA() {
904             return lambda;
905         }
906 
907         /**
908          * Sets the value of the lambda property.
909          * 
910          */
911         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
912         public void setLAMBDA(double value) {
913             this.lambda = value;
914         }
915 
916         /**
917          * Gets the value of the randomstream property.
918          * 
919          * @return
920          *     possible object is
921          *     {@link String }
922          *     
923          */
924         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
925         public String getRANDOMSTREAM() {
926             if (randomstream == null) {
927                 return "default";
928             } else {
929                 return randomstream;
930             }
931         }
932 
933         /**
934          * Sets the value of the randomstream property.
935          * 
936          * @param value
937          *     allowed object is
938          *     {@link String }
939          *     
940          */
941         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
942         public void setRANDOMSTREAM(String value) {
943             this.randomstream = value;
944         }
945 
946     }
947 
948 
949     /**
950      * <p>Java class for anonymous complex type.
951      * 
952      * <p>The following schema fragment specifies the expected content contained within this class.
953      * 
954      * <pre>
955      * &lt;complexType&gt;
956      *   &lt;complexContent&gt;
957      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
958      *       &lt;attribute name="ALPHA" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
959      *       &lt;attribute name="BETA" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
960      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
961      *     &lt;/restriction&gt;
962      *   &lt;/complexContent&gt;
963      * &lt;/complexType&gt;
964      * </pre>
965      * 
966      * 
967      */
968     @XmlAccessorType(XmlAccessType.FIELD)
969     @XmlType(name = "")
970     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
971     public static class GAMMA
972         implements Serializable
973     {
974 
975         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
976         private final static long serialVersionUID = 10102L;
977         @XmlAttribute(name = "ALPHA", required = true)
978         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
979         protected double alpha;
980         @XmlAttribute(name = "BETA", required = true)
981         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
982         protected double beta;
983         @XmlAttribute(name = "RANDOMSTREAM")
984         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
985         protected String randomstream;
986 
987         /**
988          * Gets the value of the alpha property.
989          * 
990          */
991         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
992         public double getALPHA() {
993             return alpha;
994         }
995 
996         /**
997          * Sets the value of the alpha property.
998          * 
999          */
1000         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1001         public void setALPHA(double value) {
1002             this.alpha = value;
1003         }
1004 
1005         /**
1006          * Gets the value of the beta property.
1007          * 
1008          */
1009         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1010         public double getBETA() {
1011             return beta;
1012         }
1013 
1014         /**
1015          * Sets the value of the beta property.
1016          * 
1017          */
1018         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1019         public void setBETA(double value) {
1020             this.beta = value;
1021         }
1022 
1023         /**
1024          * Gets the value of the randomstream property.
1025          * 
1026          * @return
1027          *     possible object is
1028          *     {@link String }
1029          *     
1030          */
1031         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1032         public String getRANDOMSTREAM() {
1033             if (randomstream == null) {
1034                 return "default";
1035             } else {
1036                 return randomstream;
1037             }
1038         }
1039 
1040         /**
1041          * Sets the value of the randomstream property.
1042          * 
1043          * @param value
1044          *     allowed object is
1045          *     {@link String }
1046          *     
1047          */
1048         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1049         public void setRANDOMSTREAM(String value) {
1050             this.randomstream = value;
1051         }
1052 
1053     }
1054 
1055 
1056     /**
1057      * <p>Java class for anonymous complex type.
1058      * 
1059      * <p>The following schema fragment specifies the expected content contained within this class.
1060      * 
1061      * <pre>
1062      * &lt;complexType&gt;
1063      *   &lt;complexContent&gt;
1064      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
1065      *       &lt;attribute name="MU" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
1066      *       &lt;attribute name="SIGMA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
1067      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
1068      *     &lt;/restriction&gt;
1069      *   &lt;/complexContent&gt;
1070      * &lt;/complexType&gt;
1071      * </pre>
1072      * 
1073      * 
1074      */
1075     @XmlAccessorType(XmlAccessType.FIELD)
1076     @XmlType(name = "")
1077     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1078     public static class LOGNORMAL
1079         implements Serializable
1080     {
1081 
1082         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1083         private final static long serialVersionUID = 10102L;
1084         @XmlAttribute(name = "MU", required = true)
1085         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1086         protected double mu;
1087         @XmlAttribute(name = "SIGMA", required = true)
1088         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1089         protected double sigma;
1090         @XmlAttribute(name = "RANDOMSTREAM")
1091         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1092         protected String randomstream;
1093 
1094         /**
1095          * Gets the value of the mu property.
1096          * 
1097          */
1098         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1099         public double getMU() {
1100             return mu;
1101         }
1102 
1103         /**
1104          * Sets the value of the mu property.
1105          * 
1106          */
1107         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1108         public void setMU(double value) {
1109             this.mu = value;
1110         }
1111 
1112         /**
1113          * Gets the value of the sigma property.
1114          * 
1115          */
1116         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1117         public double getSIGMA() {
1118             return sigma;
1119         }
1120 
1121         /**
1122          * Sets the value of the sigma property.
1123          * 
1124          */
1125         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1126         public void setSIGMA(double value) {
1127             this.sigma = value;
1128         }
1129 
1130         /**
1131          * Gets the value of the randomstream property.
1132          * 
1133          * @return
1134          *     possible object is
1135          *     {@link String }
1136          *     
1137          */
1138         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1139         public String getRANDOMSTREAM() {
1140             if (randomstream == null) {
1141                 return "default";
1142             } else {
1143                 return randomstream;
1144             }
1145         }
1146 
1147         /**
1148          * Sets the value of the randomstream property.
1149          * 
1150          * @param value
1151          *     allowed object is
1152          *     {@link String }
1153          *     
1154          */
1155         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1156         public void setRANDOMSTREAM(String value) {
1157             this.randomstream = value;
1158         }
1159 
1160     }
1161 
1162 
1163     /**
1164      * <p>Java class for anonymous complex type.
1165      * 
1166      * <p>The following schema fragment specifies the expected content contained within this class.
1167      * 
1168      * <pre>
1169      * &lt;complexType&gt;
1170      *   &lt;complexContent&gt;
1171      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
1172      *       &lt;attribute name="MU" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
1173      *       &lt;attribute name="SIGMA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVEZERO" /&gt;
1174      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
1175      *     &lt;/restriction&gt;
1176      *   &lt;/complexContent&gt;
1177      * &lt;/complexType&gt;
1178      * </pre>
1179      * 
1180      * 
1181      */
1182     @XmlAccessorType(XmlAccessType.FIELD)
1183     @XmlType(name = "")
1184     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1185     public static class NORMAL
1186         implements Serializable
1187     {
1188 
1189         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1190         private final static long serialVersionUID = 10102L;
1191         @XmlAttribute(name = "MU", required = true)
1192         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1193         protected double mu;
1194         @XmlAttribute(name = "SIGMA", required = true)
1195         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1196         protected double sigma;
1197         @XmlAttribute(name = "RANDOMSTREAM")
1198         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1199         protected String randomstream;
1200 
1201         /**
1202          * Gets the value of the mu property.
1203          * 
1204          */
1205         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1206         public double getMU() {
1207             return mu;
1208         }
1209 
1210         /**
1211          * Sets the value of the mu property.
1212          * 
1213          */
1214         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1215         public void setMU(double value) {
1216             this.mu = value;
1217         }
1218 
1219         /**
1220          * Gets the value of the sigma property.
1221          * 
1222          */
1223         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1224         public double getSIGMA() {
1225             return sigma;
1226         }
1227 
1228         /**
1229          * Sets the value of the sigma property.
1230          * 
1231          */
1232         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1233         public void setSIGMA(double value) {
1234             this.sigma = value;
1235         }
1236 
1237         /**
1238          * Gets the value of the randomstream property.
1239          * 
1240          * @return
1241          *     possible object is
1242          *     {@link String }
1243          *     
1244          */
1245         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1246         public String getRANDOMSTREAM() {
1247             if (randomstream == null) {
1248                 return "default";
1249             } else {
1250                 return randomstream;
1251             }
1252         }
1253 
1254         /**
1255          * Sets the value of the randomstream property.
1256          * 
1257          * @param value
1258          *     allowed object is
1259          *     {@link String }
1260          *     
1261          */
1262         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1263         public void setRANDOMSTREAM(String value) {
1264             this.randomstream = value;
1265         }
1266 
1267     }
1268 
1269 
1270     /**
1271      * <p>Java class for anonymous complex type.
1272      * 
1273      * <p>The following schema fragment specifies the expected content contained within this class.
1274      * 
1275      * <pre>
1276      * &lt;complexType&gt;
1277      *   &lt;complexContent&gt;
1278      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
1279      *       &lt;attribute name="ALPHA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
1280      *       &lt;attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
1281      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
1282      *     &lt;/restriction&gt;
1283      *   &lt;/complexContent&gt;
1284      * &lt;/complexType&gt;
1285      * </pre>
1286      * 
1287      * 
1288      */
1289     @XmlAccessorType(XmlAccessType.FIELD)
1290     @XmlType(name = "")
1291     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1292     public static class PEARSON5
1293         implements Serializable
1294     {
1295 
1296         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1297         private final static long serialVersionUID = 10102L;
1298         @XmlAttribute(name = "ALPHA", required = true)
1299         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1300         protected double alpha;
1301         @XmlAttribute(name = "BETA", required = true)
1302         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1303         protected double beta;
1304         @XmlAttribute(name = "RANDOMSTREAM")
1305         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1306         protected String randomstream;
1307 
1308         /**
1309          * Gets the value of the alpha property.
1310          * 
1311          */
1312         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1313         public double getALPHA() {
1314             return alpha;
1315         }
1316 
1317         /**
1318          * Sets the value of the alpha property.
1319          * 
1320          */
1321         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1322         public void setALPHA(double value) {
1323             this.alpha = value;
1324         }
1325 
1326         /**
1327          * Gets the value of the beta property.
1328          * 
1329          */
1330         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1331         public double getBETA() {
1332             return beta;
1333         }
1334 
1335         /**
1336          * Sets the value of the beta property.
1337          * 
1338          */
1339         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1340         public void setBETA(double value) {
1341             this.beta = value;
1342         }
1343 
1344         /**
1345          * Gets the value of the randomstream property.
1346          * 
1347          * @return
1348          *     possible object is
1349          *     {@link String }
1350          *     
1351          */
1352         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1353         public String getRANDOMSTREAM() {
1354             if (randomstream == null) {
1355                 return "default";
1356             } else {
1357                 return randomstream;
1358             }
1359         }
1360 
1361         /**
1362          * Sets the value of the randomstream property.
1363          * 
1364          * @param value
1365          *     allowed object is
1366          *     {@link String }
1367          *     
1368          */
1369         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1370         public void setRANDOMSTREAM(String value) {
1371             this.randomstream = value;
1372         }
1373 
1374     }
1375 
1376 
1377     /**
1378      * <p>Java class for anonymous complex type.
1379      * 
1380      * <p>The following schema fragment specifies the expected content contained within this class.
1381      * 
1382      * <pre>
1383      * &lt;complexType&gt;
1384      *   &lt;complexContent&gt;
1385      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
1386      *       &lt;attribute name="ALPHA1" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
1387      *       &lt;attribute name="ALPHA2" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
1388      *       &lt;attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
1389      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
1390      *     &lt;/restriction&gt;
1391      *   &lt;/complexContent&gt;
1392      * &lt;/complexType&gt;
1393      * </pre>
1394      * 
1395      * 
1396      */
1397     @XmlAccessorType(XmlAccessType.FIELD)
1398     @XmlType(name = "")
1399     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1400     public static class PEARSON6
1401         implements Serializable
1402     {
1403 
1404         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1405         private final static long serialVersionUID = 10102L;
1406         @XmlAttribute(name = "ALPHA1", required = true)
1407         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1408         protected double alpha1;
1409         @XmlAttribute(name = "ALPHA2", required = true)
1410         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1411         protected double alpha2;
1412         @XmlAttribute(name = "BETA", required = true)
1413         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1414         protected double beta;
1415         @XmlAttribute(name = "RANDOMSTREAM")
1416         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1417         protected String randomstream;
1418 
1419         /**
1420          * Gets the value of the alpha1 property.
1421          * 
1422          */
1423         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1424         public double getALPHA1() {
1425             return alpha1;
1426         }
1427 
1428         /**
1429          * Sets the value of the alpha1 property.
1430          * 
1431          */
1432         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1433         public void setALPHA1(double value) {
1434             this.alpha1 = value;
1435         }
1436 
1437         /**
1438          * Gets the value of the alpha2 property.
1439          * 
1440          */
1441         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1442         public double getALPHA2() {
1443             return alpha2;
1444         }
1445 
1446         /**
1447          * Sets the value of the alpha2 property.
1448          * 
1449          */
1450         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1451         public void setALPHA2(double value) {
1452             this.alpha2 = value;
1453         }
1454 
1455         /**
1456          * Gets the value of the beta property.
1457          * 
1458          */
1459         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1460         public double getBETA() {
1461             return beta;
1462         }
1463 
1464         /**
1465          * Sets the value of the beta property.
1466          * 
1467          */
1468         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1469         public void setBETA(double value) {
1470             this.beta = value;
1471         }
1472 
1473         /**
1474          * Gets the value of the randomstream property.
1475          * 
1476          * @return
1477          *     possible object is
1478          *     {@link String }
1479          *     
1480          */
1481         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1482         public String getRANDOMSTREAM() {
1483             if (randomstream == null) {
1484                 return "default";
1485             } else {
1486                 return randomstream;
1487             }
1488         }
1489 
1490         /**
1491          * Sets the value of the randomstream property.
1492          * 
1493          * @param value
1494          *     allowed object is
1495          *     {@link String }
1496          *     
1497          */
1498         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1499         public void setRANDOMSTREAM(String value) {
1500             this.randomstream = value;
1501         }
1502 
1503     }
1504 
1505 
1506     /**
1507      * <p>Java class for anonymous complex type.
1508      * 
1509      * <p>The following schema fragment specifies the expected content contained within this class.
1510      * 
1511      * <pre>
1512      * &lt;complexType&gt;
1513      *   &lt;complexContent&gt;
1514      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
1515      *       &lt;attribute name="MIN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
1516      *       &lt;attribute name="MODE" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
1517      *       &lt;attribute name="MAX" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
1518      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
1519      *     &lt;/restriction&gt;
1520      *   &lt;/complexContent&gt;
1521      * &lt;/complexType&gt;
1522      * </pre>
1523      * 
1524      * 
1525      */
1526     @XmlAccessorType(XmlAccessType.FIELD)
1527     @XmlType(name = "")
1528     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1529     public static class TRIANGULAR
1530         implements Serializable
1531     {
1532 
1533         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1534         private final static long serialVersionUID = 10102L;
1535         @XmlAttribute(name = "MIN", required = true)
1536         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1537         protected double min;
1538         @XmlAttribute(name = "MODE", required = true)
1539         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1540         protected double mode;
1541         @XmlAttribute(name = "MAX", required = true)
1542         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1543         protected double max;
1544         @XmlAttribute(name = "RANDOMSTREAM")
1545         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1546         protected String randomstream;
1547 
1548         /**
1549          * Gets the value of the min property.
1550          * 
1551          */
1552         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1553         public double getMIN() {
1554             return min;
1555         }
1556 
1557         /**
1558          * Sets the value of the min property.
1559          * 
1560          */
1561         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1562         public void setMIN(double value) {
1563             this.min = value;
1564         }
1565 
1566         /**
1567          * Gets the value of the mode property.
1568          * 
1569          */
1570         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1571         public double getMODE() {
1572             return mode;
1573         }
1574 
1575         /**
1576          * Sets the value of the mode property.
1577          * 
1578          */
1579         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1580         public void setMODE(double value) {
1581             this.mode = value;
1582         }
1583 
1584         /**
1585          * Gets the value of the max property.
1586          * 
1587          */
1588         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1589         public double getMAX() {
1590             return max;
1591         }
1592 
1593         /**
1594          * Sets the value of the max property.
1595          * 
1596          */
1597         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1598         public void setMAX(double value) {
1599             this.max = value;
1600         }
1601 
1602         /**
1603          * Gets the value of the randomstream property.
1604          * 
1605          * @return
1606          *     possible object is
1607          *     {@link String }
1608          *     
1609          */
1610         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1611         public String getRANDOMSTREAM() {
1612             if (randomstream == null) {
1613                 return "default";
1614             } else {
1615                 return randomstream;
1616             }
1617         }
1618 
1619         /**
1620          * Sets the value of the randomstream property.
1621          * 
1622          * @param value
1623          *     allowed object is
1624          *     {@link String }
1625          *     
1626          */
1627         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1628         public void setRANDOMSTREAM(String value) {
1629             this.randomstream = value;
1630         }
1631 
1632     }
1633 
1634 
1635     /**
1636      * <p>Java class for anonymous complex type.
1637      * 
1638      * <p>The following schema fragment specifies the expected content contained within this class.
1639      * 
1640      * <pre>
1641      * &lt;complexType&gt;
1642      *   &lt;complexContent&gt;
1643      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
1644      *       &lt;attribute name="MIN" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
1645      *       &lt;attribute name="MAX" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /&gt;
1646      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
1647      *     &lt;/restriction&gt;
1648      *   &lt;/complexContent&gt;
1649      * &lt;/complexType&gt;
1650      * </pre>
1651      * 
1652      * 
1653      */
1654     @XmlAccessorType(XmlAccessType.FIELD)
1655     @XmlType(name = "")
1656     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1657     public static class UNIFORM
1658         implements Serializable
1659     {
1660 
1661         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1662         private final static long serialVersionUID = 10102L;
1663         @XmlAttribute(name = "MIN", required = true)
1664         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1665         protected double min;
1666         @XmlAttribute(name = "MAX", required = true)
1667         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1668         protected double max;
1669         @XmlAttribute(name = "RANDOMSTREAM")
1670         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1671         protected String randomstream;
1672 
1673         /**
1674          * Gets the value of the min property.
1675          * 
1676          */
1677         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1678         public double getMIN() {
1679             return min;
1680         }
1681 
1682         /**
1683          * Sets the value of the min property.
1684          * 
1685          */
1686         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1687         public void setMIN(double value) {
1688             this.min = value;
1689         }
1690 
1691         /**
1692          * Gets the value of the max property.
1693          * 
1694          */
1695         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1696         public double getMAX() {
1697             return max;
1698         }
1699 
1700         /**
1701          * Sets the value of the max property.
1702          * 
1703          */
1704         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1705         public void setMAX(double value) {
1706             this.max = value;
1707         }
1708 
1709         /**
1710          * Gets the value of the randomstream property.
1711          * 
1712          * @return
1713          *     possible object is
1714          *     {@link String }
1715          *     
1716          */
1717         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1718         public String getRANDOMSTREAM() {
1719             if (randomstream == null) {
1720                 return "default";
1721             } else {
1722                 return randomstream;
1723             }
1724         }
1725 
1726         /**
1727          * Sets the value of the randomstream property.
1728          * 
1729          * @param value
1730          *     allowed object is
1731          *     {@link String }
1732          *     
1733          */
1734         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1735         public void setRANDOMSTREAM(String value) {
1736             this.randomstream = value;
1737         }
1738 
1739     }
1740 
1741 
1742     /**
1743      * <p>Java class for anonymous complex type.
1744      * 
1745      * <p>The following schema fragment specifies the expected content contained within this class.
1746      * 
1747      * <pre>
1748      * &lt;complexType&gt;
1749      *   &lt;complexContent&gt;
1750      *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
1751      *       &lt;attribute name="ALPHA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
1752      *       &lt;attribute name="BETA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" /&gt;
1753      *       &lt;attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" /&gt;
1754      *     &lt;/restriction&gt;
1755      *   &lt;/complexContent&gt;
1756      * &lt;/complexType&gt;
1757      * </pre>
1758      * 
1759      * 
1760      */
1761     @XmlAccessorType(XmlAccessType.FIELD)
1762     @XmlType(name = "")
1763     @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1764     public static class WEIBULL
1765         implements Serializable
1766     {
1767 
1768         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1769         private final static long serialVersionUID = 10102L;
1770         @XmlAttribute(name = "ALPHA", required = true)
1771         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1772         protected double alpha;
1773         @XmlAttribute(name = "BETA", required = true)
1774         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1775         protected double beta;
1776         @XmlAttribute(name = "RANDOMSTREAM")
1777         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1778         protected String randomstream;
1779 
1780         /**
1781          * Gets the value of the alpha property.
1782          * 
1783          */
1784         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1785         public double getALPHA() {
1786             return alpha;
1787         }
1788 
1789         /**
1790          * Sets the value of the alpha property.
1791          * 
1792          */
1793         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1794         public void setALPHA(double value) {
1795             this.alpha = value;
1796         }
1797 
1798         /**
1799          * Gets the value of the beta property.
1800          * 
1801          */
1802         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1803         public double getBETA() {
1804             return beta;
1805         }
1806 
1807         /**
1808          * Sets the value of the beta property.
1809          * 
1810          */
1811         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1812         public void setBETA(double value) {
1813             this.beta = value;
1814         }
1815 
1816         /**
1817          * Gets the value of the randomstream property.
1818          * 
1819          * @return
1820          *     possible object is
1821          *     {@link String }
1822          *     
1823          */
1824         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1825         public String getRANDOMSTREAM() {
1826             if (randomstream == null) {
1827                 return "default";
1828             } else {
1829                 return randomstream;
1830             }
1831         }
1832 
1833         /**
1834          * Sets the value of the randomstream property.
1835          * 
1836          * @param value
1837          *     allowed object is
1838          *     {@link String }
1839          *     
1840          */
1841         @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-04-20T02:12:22+02:00", comments = "JAXB RI v2.3.0")
1842         public void setRANDOMSTREAM(String value) {
1843             this.randomstream = value;
1844         }
1845 
1846     }
1847 
1848 }