summaryrefslogtreecommitdiff
path: root/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpeg.tec.event-model/src/org/genivi/trafficinfo/tpeg/tec/event/VehicleRelatedRestriction.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpeg.tec.event-model/src/org/genivi/trafficinfo/tpeg/tec/event/VehicleRelatedRestriction.java')
-rwxr-xr-xtest/traffic-incidents-service/feed/org.genivi.trafficinfo.tpeg.tec.event-model/src/org/genivi/trafficinfo/tpeg/tec/event/VehicleRelatedRestriction.java168
1 files changed, 168 insertions, 0 deletions
diff --git a/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpeg.tec.event-model/src/org/genivi/trafficinfo/tpeg/tec/event/VehicleRelatedRestriction.java b/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpeg.tec.event-model/src/org/genivi/trafficinfo/tpeg/tec/event/VehicleRelatedRestriction.java
new file mode 100755
index 0000000..616fad6
--- /dev/null
+++ b/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpeg.tec.event-model/src/org/genivi/trafficinfo/tpeg/tec/event/VehicleRelatedRestriction.java
@@ -0,0 +1,168 @@
+/**
+ * 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 org.eclipse.emf.ecore.EObject;
+import org.genivi.trafficinfo.tpeg.tpegfwktypes.LocationReferencingContainer;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Vehicle Related Restriction</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionType <em>Restriction Type</em>}</li>
+ * <li>{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionValue <em>Restriction Value</em>}</li>
+ * <li>{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionLocation <em>Restriction Location</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getVehicleRelatedRestriction()
+ * @model
+ * @generated
+ */
+public interface VehicleRelatedRestriction extends EObject {
+ /**
+ * Returns the value of the '<em><b>Restriction Type</b></em>' attribute.
+ * The literals are from the enumeration {@link org.genivi.trafficinfo.tpeg.tec.event.RestrictionType}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Restriction Type</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Restriction Type</em>' attribute.
+ * @see org.genivi.trafficinfo.tpeg.tec.event.RestrictionType
+ * @see #isSetRestrictionType()
+ * @see #unsetRestrictionType()
+ * @see #setRestrictionType(RestrictionType)
+ * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getVehicleRelatedRestriction_RestrictionType()
+ * @model unsettable="true" required="true"
+ * @generated
+ */
+ RestrictionType getRestrictionType();
+
+ /**
+ * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionType <em>Restriction Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Restriction Type</em>' attribute.
+ * @see org.genivi.trafficinfo.tpeg.tec.event.RestrictionType
+ * @see #isSetRestrictionType()
+ * @see #unsetRestrictionType()
+ * @see #getRestrictionType()
+ * @generated
+ */
+ void setRestrictionType(RestrictionType value);
+
+ /**
+ * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionType <em>Restriction Type</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #isSetRestrictionType()
+ * @see #getRestrictionType()
+ * @see #setRestrictionType(RestrictionType)
+ * @generated
+ */
+ void unsetRestrictionType();
+
+ /**
+ * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionType <em>Restriction Type</em>}' attribute is set.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @return whether the value of the '<em>Restriction Type</em>' attribute is set.
+ * @see #unsetRestrictionType()
+ * @see #getRestrictionType()
+ * @see #setRestrictionType(RestrictionType)
+ * @generated
+ */
+ boolean isSetRestrictionType();
+
+ /**
+ * Returns the value of the '<em><b>Restriction Value</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Restriction Value</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Restriction Value</em>' attribute.
+ * @see #isSetRestrictionValue()
+ * @see #unsetRestrictionValue()
+ * @see #setRestrictionValue(Integer)
+ * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getVehicleRelatedRestriction_RestrictionValue()
+ * @model unsettable="true"
+ * @generated
+ */
+ Integer getRestrictionValue();
+
+ /**
+ * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionValue <em>Restriction Value</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Restriction Value</em>' attribute.
+ * @see #isSetRestrictionValue()
+ * @see #unsetRestrictionValue()
+ * @see #getRestrictionValue()
+ * @generated
+ */
+ void setRestrictionValue(Integer value);
+
+ /**
+ * Unsets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionValue <em>Restriction Value</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @see #isSetRestrictionValue()
+ * @see #getRestrictionValue()
+ * @see #setRestrictionValue(Integer)
+ * @generated
+ */
+ void unsetRestrictionValue();
+
+ /**
+ * Returns whether the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionValue <em>Restriction Value</em>}' attribute is set.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @return whether the value of the '<em>Restriction Value</em>' attribute is set.
+ * @see #unsetRestrictionValue()
+ * @see #getRestrictionValue()
+ * @see #setRestrictionValue(Integer)
+ * @generated
+ */
+ boolean isSetRestrictionValue();
+
+ /**
+ * Returns the value of the '<em><b>Restriction Location</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Restriction Location</em>' containment reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Restriction Location</em>' containment reference.
+ * @see #setRestrictionLocation(LocationReferencingContainer)
+ * @see org.genivi.trafficinfo.tpeg.tec.event.EventPackage#getVehicleRelatedRestriction_RestrictionLocation()
+ * @model containment="true"
+ * @generated
+ */
+ LocationReferencingContainer getRestrictionLocation();
+
+ /**
+ * Sets the value of the '{@link org.genivi.trafficinfo.tpeg.tec.event.VehicleRelatedRestriction#getRestrictionLocation <em>Restriction Location</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Restriction Location</em>' containment reference.
+ * @see #getRestrictionLocation()
+ * @generated
+ */
+ void setRestrictionLocation(LocationReferencingContainer value);
+
+} // VehicleRelatedRestriction