aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income_Detail.java
blob: 1613b281d83878c7f91e14b5253753d3d22f835f (plain) (blame)
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
/**
 */
package Taxation;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Income Detail</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link Taxation.Income_Detail#getAmount <em>Amount</em>}</li>
 *   <li>{@link Taxation.Income_Detail#isIs_worked <em>Is worked</em>}</li>
 *   <li>{@link Taxation.Income_Detail#getDistance <em>Distance</em>}</li>
 *   <li>{@link Taxation.Income_Detail#getWorked_days <em>Worked days</em>}</li>
 *   <li>{@link Taxation.Income_Detail#isIs_contributing_CNS <em>Is contributing CNS</em>}</li>
 *   <li>{@link Taxation.Income_Detail#getId5 <em>Id5</em>}</li>
 *   <li>{@link Taxation.Income_Detail#getIncome <em>Income</em>}</li>
 * </ul>
 *
 * @see Taxation.TaxationPackage#getIncome_Detail()
 * @model
 * @generated
 */
public interface Income_Detail extends EObject {
	/**
	 * Returns the value of the '<em><b>Amount</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Amount</em>' attribute.
	 * @see #setAmount(double)
	 * @see Taxation.TaxationPackage#getIncome_Detail_Amount()
	 * @model required="true"
	 * @generated
	 */
	double getAmount();

	/**
	 * Sets the value of the '{@link Taxation.Income_Detail#getAmount <em>Amount</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Amount</em>' attribute.
	 * @see #getAmount()
	 * @generated
	 */
	void setAmount(double value);

	/**
	 * Returns the value of the '<em><b>Is worked</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Is worked</em>' attribute.
	 * @see #setIs_worked(boolean)
	 * @see Taxation.TaxationPackage#getIncome_Detail_Is_worked()
	 * @model required="true"
	 * @generated
	 */
	boolean isIs_worked();

	/**
	 * Sets the value of the '{@link Taxation.Income_Detail#isIs_worked <em>Is worked</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Is worked</em>' attribute.
	 * @see #isIs_worked()
	 * @generated
	 */
	void setIs_worked(boolean value);

	/**
	 * Returns the value of the '<em><b>Distance</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Distance</em>' attribute.
	 * @see #setDistance(double)
	 * @see Taxation.TaxationPackage#getIncome_Detail_Distance()
	 * @model required="true"
	 * @generated
	 */
	double getDistance();

	/**
	 * Sets the value of the '{@link Taxation.Income_Detail#getDistance <em>Distance</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Distance</em>' attribute.
	 * @see #getDistance()
	 * @generated
	 */
	void setDistance(double value);

	/**
	 * Returns the value of the '<em><b>Worked days</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Worked days</em>' attribute.
	 * @see #setWorked_days(int)
	 * @see Taxation.TaxationPackage#getIncome_Detail_Worked_days()
	 * @model required="true"
	 * @generated
	 */
	int getWorked_days();

	/**
	 * Sets the value of the '{@link Taxation.Income_Detail#getWorked_days <em>Worked days</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Worked days</em>' attribute.
	 * @see #getWorked_days()
	 * @generated
	 */
	void setWorked_days(int value);

	/**
	 * Returns the value of the '<em><b>Is contributing CNS</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Is contributing CNS</em>' attribute.
	 * @see #setIs_contributing_CNS(boolean)
	 * @see Taxation.TaxationPackage#getIncome_Detail_Is_contributing_CNS()
	 * @model required="true" ordered="false"
	 * @generated
	 */
	boolean isIs_contributing_CNS();

	/**
	 * Sets the value of the '{@link Taxation.Income_Detail#isIs_contributing_CNS <em>Is contributing CNS</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Is contributing CNS</em>' attribute.
	 * @see #isIs_contributing_CNS()
	 * @generated
	 */
	void setIs_contributing_CNS(boolean value);

	/**
	 * Returns the value of the '<em><b>Id5</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Id5</em>' attribute.
	 * @see #setId5(String)
	 * @see Taxation.TaxationPackage#getIncome_Detail_Id5()
	 * @model id="true" required="true" ordered="false"
	 * @generated
	 */
	String getId5();

	/**
	 * Sets the value of the '{@link Taxation.Income_Detail#getId5 <em>Id5</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Id5</em>' attribute.
	 * @see #getId5()
	 * @generated
	 */
	void setId5(String value);

	/**
	 * Returns the value of the '<em><b>Income</b></em>' container reference.
	 * It is bidirectional and its opposite is '{@link Taxation.Income#getDetails <em>Details</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Income</em>' container reference.
	 * @see #setIncome(Income)
	 * @see Taxation.TaxationPackage#getIncome_Detail_Income()
	 * @see Taxation.Income#getDetails
	 * @model opposite="details" required="true" transient="false"
	 * @generated
	 */
	Income getIncome();

	/**
	 * Sets the value of the '{@link Taxation.Income_Detail#getIncome <em>Income</em>}' container reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Income</em>' container reference.
	 * @see #getIncome()
	 * @generated
	 */
	void setIncome(Income value);

} // Income_Detail