summaryrefslogtreecommitdiff
path: root/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpeg.tec.event-model/src/org/genivi/trafficinfo/tpeg/tec/event/Event.java
blob: 5be2e49d9bd094b70a5b32445eab5bbfe3d370a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
/**
 * Copyright (C) 2013 TomTom International B.V.
 * 
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
package org.genivi.trafficinfo.tpeg.tec.event;

import java.util.Date;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Event</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getEffectCode <em>Effect Code</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getStartTime <em>Start Time</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getStopTime <em>Stop Time</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getTendency <em>Tendency</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getLengthAffected <em>Length Affected</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getAverageSpeedAbsolute <em>Average Speed Absolute</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getDelay <em>Delay</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getSegmentSpeedLimit <em>Segment Speed Limit</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getCause <em>Cause</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getAdvice <em>Advice</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getVehicleRestriction <em>Vehicle Restriction</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getExpectedSpeedAbsolute <em>Expected Speed Absolute</em>}</li>
 *   <li>{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getTemporarySpeedLimit <em>Temporary Speed Limit</em>}</li>
 * </ul>
 * </p>
 *
 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent()
 * @model
 * @generated
 */
public interface Event extends EObject {
	/**
	 * Returns the value of the '<em><b>Effect Code</b></em>' attribute.
	 * The literals are from the enumeration {@link org.genivi.trafficinfo.tpeg.tec.event.EffectCode}.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Effect Code</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Effect Code</em>' attribute.
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EffectCode
	 * @see #isSetEffectCode()
	 * @see #unsetEffectCode()
	 * @see #setEffectCode(EffectCode)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_EffectCode()
	 * @model unsettable="true" required="true"
	 * @generated
	 */
	EffectCode getEffectCode();

	/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getEffectCode <em>Effect Code</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Effect Code</em>' attribute.
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EffectCode
	 * @see #isSetEffectCode()
	 * @see #unsetEffectCode()
	 * @see #getEffectCode()
	 * @generated
	 */
	void setEffectCode(EffectCode value);

	/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getEffectCode <em>Effect Code</em>}' attribute.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @see #isSetEffectCode()
	 * @see #getEffectCode()
	 * @see #setEffectCode(EffectCode)
	 * @generated
	 */
  void unsetEffectCode();

  /**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getEffectCode <em>Effect Code</em>}' attribute is set.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Effect Code</em>' attribute is set.
	 * @see #unsetEffectCode()
	 * @see #getEffectCode()
	 * @see #setEffectCode(EffectCode)
	 * @generated
	 */
  boolean isSetEffectCode();

  /**
	 * Returns the value of the '<em><b>Start Time</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Start Time</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * <!-- begin-model-doc -->
	 * TODO: TEC MODEL  change type to TPEG DateTime
	 * <!-- end-model-doc -->
	 * @return the value of the '<em>Start Time</em>' attribute.
	 * @see #isSetStartTime()
	 * @see #unsetStartTime()
	 * @see #setStartTime(Date)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_StartTime()
	 * @model unsettable="true"
	 * @generated
	 */
	Date getStartTime();

	/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getStartTime <em>Start Time</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Start Time</em>' attribute.
	 * @see #isSetStartTime()
	 * @see #unsetStartTime()
	 * @see #getStartTime()
	 * @generated
	 */
	void setStartTime(Date value);

	/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getStartTime <em>Start Time</em>}' attribute.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @see #isSetStartTime()
	 * @see #getStartTime()
	 * @see #setStartTime(Date)
	 * @generated
	 */
  void unsetStartTime();

  /**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getStartTime <em>Start Time</em>}' attribute is set.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Start Time</em>' attribute is set.
	 * @see #unsetStartTime()
	 * @see #getStartTime()
	 * @see #setStartTime(Date)
	 * @generated
	 */
  boolean isSetStartTime();

  /**
	 * Returns the value of the '<em><b>Stop Time</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Stop Time</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * <!-- begin-model-doc -->
	 * TODO: TEC MODEL  change type to TPEG DateTime
	 * <!-- end-model-doc -->
	 * @return the value of the '<em>Stop Time</em>' attribute.
	 * @see #isSetStopTime()
	 * @see #unsetStopTime()
	 * @see #setStopTime(Date)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_StopTime()
	 * @model unsettable="true"
	 * @generated
	 */
	Date getStopTime();

	/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getStopTime <em>Stop Time</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Stop Time</em>' attribute.
	 * @see #isSetStopTime()
	 * @see #unsetStopTime()
	 * @see #getStopTime()
	 * @generated
	 */
	void setStopTime(Date value);

	/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getStopTime <em>Stop Time</em>}' attribute.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @see #isSetStopTime()
	 * @see #getStopTime()
	 * @see #setStopTime(Date)
	 * @generated
	 */
  void unsetStopTime();

  /**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getStopTime <em>Stop Time</em>}' attribute is set.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Stop Time</em>' attribute is set.
	 * @see #unsetStopTime()
	 * @see #getStopTime()
	 * @see #setStopTime(Date)
	 * @generated
	 */
  boolean isSetStopTime();

  /**
	 * Returns the value of the '<em><b>Tendency</b></em>' attribute.
	 * The literals are from the enumeration {@link org.genivi.trafficinfo.tpeg.tec.event.Tendency}.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Tendency</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Tendency</em>' attribute.
	 * @see org.genivi.trafficinfo.tpeg.tec.event.Tendency
	 * @see #isSetTendency()
	 * @see #unsetTendency()
	 * @see #setTendency(Tendency)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_Tendency()
	 * @model unsettable="true"
	 * @generated
	 */
	Tendency getTendency();

	/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getTendency <em>Tendency</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Tendency</em>' attribute.
	 * @see org.genivi.trafficinfo.tpeg.tec.event.Tendency
	 * @see #isSetTendency()
	 * @see #unsetTendency()
	 * @see #getTendency()
	 * @generated
	 */
	void setTendency(Tendency value);

	/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getTendency <em>Tendency</em>}' attribute.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @see #isSetTendency()
	 * @see #getTendency()
	 * @see #setTendency(Tendency)
	 * @generated
	 */
  void unsetTendency();

  /**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getTendency <em>Tendency</em>}' attribute is set.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Tendency</em>' attribute is set.
	 * @see #unsetTendency()
	 * @see #getTendency()
	 * @see #setTendency(Tendency)
	 * @generated
	 */
  boolean isSetTendency();

  /**
	 * Returns the value of the '<em><b>Length Affected</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Length Affected</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Length Affected</em>' attribute.
	 * @see #isSetLengthAffected()
	 * @see #unsetLengthAffected()
	 * @see #setLengthAffected(Integer)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_LengthAffected()
	 * @model unsettable="true"
	 * @generated
	 */
	Integer getLengthAffected();

	/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getLengthAffected <em>Length Affected</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Length Affected</em>' attribute.
	 * @see #isSetLengthAffected()
	 * @see #unsetLengthAffected()
	 * @see #getLengthAffected()
	 * @generated
	 */
	void setLengthAffected(Integer value);

	/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getLengthAffected <em>Length Affected</em>}' attribute.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @see #isSetLengthAffected()
	 * @see #getLengthAffected()
	 * @see #setLengthAffected(Integer)
	 * @generated
	 */
  void unsetLengthAffected();

  /**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getLengthAffected <em>Length Affected</em>}' attribute is set.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Length Affected</em>' attribute is set.
	 * @see #unsetLengthAffected()
	 * @see #getLengthAffected()
	 * @see #setLengthAffected(Integer)
	 * @generated
	 */
  boolean isSetLengthAffected();

  /**
	 * Returns the value of the '<em><b>Average Speed Absolute</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Average Speed Absolute</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Average Speed Absolute</em>' attribute.
	 * @see #isSetAverageSpeedAbsolute()
	 * @see #unsetAverageSpeedAbsolute()
	 * @see #setAverageSpeedAbsolute(Integer)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_AverageSpeedAbsolute()
	 * @model unsettable="true"
	 * @generated
	 */
	Integer getAverageSpeedAbsolute();

	/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getAverageSpeedAbsolute <em>Average Speed Absolute</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Average Speed Absolute</em>' attribute.
	 * @see #isSetAverageSpeedAbsolute()
	 * @see #unsetAverageSpeedAbsolute()
	 * @see #getAverageSpeedAbsolute()
	 * @generated
	 */
	void setAverageSpeedAbsolute(Integer value);

	/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getAverageSpeedAbsolute <em>Average Speed Absolute</em>}' attribute.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @see #isSetAverageSpeedAbsolute()
	 * @see #getAverageSpeedAbsolute()
	 * @see #setAverageSpeedAbsolute(Integer)
	 * @generated
	 */
  void unsetAverageSpeedAbsolute();

  /**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getAverageSpeedAbsolute <em>Average Speed Absolute</em>}' attribute is set.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Average Speed Absolute</em>' attribute is set.
	 * @see #unsetAverageSpeedAbsolute()
	 * @see #getAverageSpeedAbsolute()
	 * @see #setAverageSpeedAbsolute(Integer)
	 * @generated
	 */
  boolean isSetAverageSpeedAbsolute();

  /**
	 * Returns the value of the '<em><b>Delay</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Delay</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Delay</em>' attribute.
	 * @see #isSetDelay()
	 * @see #unsetDelay()
	 * @see #setDelay(Integer)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_Delay()
	 * @model unsettable="true"
	 * @generated
	 */
	Integer getDelay();

	/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getDelay <em>Delay</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Delay</em>' attribute.
	 * @see #isSetDelay()
	 * @see #unsetDelay()
	 * @see #getDelay()
	 * @generated
	 */
	void setDelay(Integer value);

	/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getDelay <em>Delay</em>}' attribute.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @see #isSetDelay()
	 * @see #getDelay()
	 * @see #setDelay(Integer)
	 * @generated
	 */
  void unsetDelay();

  /**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getDelay <em>Delay</em>}' attribute is set.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Delay</em>' attribute is set.
	 * @see #unsetDelay()
	 * @see #getDelay()
	 * @see #setDelay(Integer)
	 * @generated
	 */
  boolean isSetDelay();

  /**
	 * Returns the value of the '<em><b>Segment Speed Limit</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Segment Speed Limit</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Segment Speed Limit</em>' attribute.
	 * @see #isSetSegmentSpeedLimit()
	 * @see #unsetSegmentSpeedLimit()
	 * @see #setSegmentSpeedLimit(Integer)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_SegmentSpeedLimit()
	 * @model unsettable="true"
	 * @generated
	 */
	Integer getSegmentSpeedLimit();

	/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getSegmentSpeedLimit <em>Segment Speed Limit</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Segment Speed Limit</em>' attribute.
	 * @see #isSetSegmentSpeedLimit()
	 * @see #unsetSegmentSpeedLimit()
	 * @see #getSegmentSpeedLimit()
	 * @generated
	 */
	void setSegmentSpeedLimit(Integer value);

	/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getSegmentSpeedLimit <em>Segment Speed Limit</em>}' attribute.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @see #isSetSegmentSpeedLimit()
	 * @see #getSegmentSpeedLimit()
	 * @see #setSegmentSpeedLimit(Integer)
	 * @generated
	 */
  void unsetSegmentSpeedLimit();

  /**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getSegmentSpeedLimit <em>Segment Speed Limit</em>}' attribute is set.
	 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Segment Speed Limit</em>' attribute is set.
	 * @see #unsetSegmentSpeedLimit()
	 * @see #getSegmentSpeedLimit()
	 * @see #setSegmentSpeedLimit(Integer)
	 * @generated
	 */
  boolean isSetSegmentSpeedLimit();

  /**
	 * Returns the value of the '<em><b>Cause</b></em>' containment reference list.
	 * The list contents are of type {@link org.genivi.trafficinfo.tpeg.tec.event.Cause}.
	 * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Cause</em>' containment reference list isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
	 * @return the value of the '<em>Cause</em>' containment reference list.
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_Cause()
	 * @model containment="true"
	 * @generated
	 */
  EList<Cause> getCause();

  /**
	 * Returns the value of the '<em><b>Advice</b></em>' containment reference list.
	 * The list contents are of type {@link org.genivi.trafficinfo.tpeg.tec.event.Advice}.
	 * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Advice</em>' containment reference list isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
	 * @return the value of the '<em>Advice</em>' containment reference list.
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_Advice()
	 * @model containment="true"
	 * @generated
	 */
  EList<Advice> getAdvice();

  /**
	 * Returns the value of the '<em><b>Vehicle Restriction</b></em>' containment reference list.
	 * The list contents are of type {@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRestriction}.
	 * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Vehicle Restriction</em>' containment reference list isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
	 * @return the value of the '<em>Vehicle Restriction</em>' containment reference list.
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_VehicleRestriction()
	 * @model containment="true"
	 * @generated
	 */
  EList<VehicleRestriction> getVehicleRestriction();

		/**
	 * Returns the value of the '<em><b>Expected Speed Absolute</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Expected Speed Absolute</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Expected Speed Absolute</em>' attribute.
	 * @see #isSetExpectedSpeedAbsolute()
	 * @see #unsetExpectedSpeedAbsolute()
	 * @see #setExpectedSpeedAbsolute(Integer)
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_ExpectedSpeedAbsolute()
	 * @model unsettable="true"
	 * @generated
	 */
	Integer getExpectedSpeedAbsolute();

		/**
	 * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getExpectedSpeedAbsolute <em>Expected Speed Absolute</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Expected Speed Absolute</em>' attribute.
	 * @see #isSetExpectedSpeedAbsolute()
	 * @see #unsetExpectedSpeedAbsolute()
	 * @see #getExpectedSpeedAbsolute()
	 * @generated
	 */
	void setExpectedSpeedAbsolute(Integer value);

		/**
	 * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getExpectedSpeedAbsolute <em>Expected Speed Absolute</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetExpectedSpeedAbsolute()
	 * @see #getExpectedSpeedAbsolute()
	 * @see #setExpectedSpeedAbsolute(Integer)
	 * @generated
	 */
	void unsetExpectedSpeedAbsolute();

		/**
	 * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.Event#getExpectedSpeedAbsolute <em>Expected Speed Absolute</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Expected Speed Absolute</em>' attribute is set.
	 * @see #unsetExpectedSpeedAbsolute()
	 * @see #getExpectedSpeedAbsolute()
	 * @see #setExpectedSpeedAbsolute(Integer)
	 * @generated
	 */
	boolean isSetExpectedSpeedAbsolute();

		/**
	 * Returns the value of the '<em><b>Temporary Speed Limit</b></em>' containment reference list.
	 * The list contents are of type {@link org.genivi.trafficinfo.tpeg.tec.event.TemporarySpeedLimit}.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Temporary Speed Limit</em>' containment reference list isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Temporary Speed Limit</em>' containment reference list.
	 * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getEvent_TemporarySpeedLimit()
	 * @model containment="true"
	 * @generated
	 */
	EList<TemporarySpeedLimit> getTemporarySpeedLimit();

} // Event