aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java
blob: b2f40b46fb827f75cb3e83a53179e5ef552e36dc (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
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
/**
 */
package Taxation;

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

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Physical Person</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link Taxation.Physical_Person#isIs_assisting_spouse <em>Is assisting spouse</em>}</li>
 *   <li>{@link Taxation.Physical_Person#getSSNo <em>SS No</em>}</li>
 *   <li>{@link Taxation.Physical_Person#getAddresses <em>Addresses</em>}</li>
 *   <li>{@link Taxation.Physical_Person#getBirth_year <em>Birth year</em>}</li>
 *   <li>{@link Taxation.Physical_Person#getDisability_percentage <em>Disability percentage</em>}</li>
 *   <li>{@link Taxation.Physical_Person#getDisability_type <em>Disability type</em>}</li>
 *   <li>{@link Taxation.Physical_Person#isIs_affiliated_personnaly_to_social_security <em>Is affiliated personnaly to social security</em>}</li>
 *   <li>{@link Taxation.Physical_Person#getBirth_month <em>Birth month</em>}</li>
 *   <li>{@link Taxation.Physical_Person#getBirth_day <em>Birth day</em>}</li>
 *   <li>{@link Taxation.Physical_Person#getExpenses <em>Expenses</em>}</li>
 *   <li>{@link Taxation.Physical_Person#isIs_widower <em>Is widower</em>}</li>
 * </ul>
 *
 * @see Taxation.TaxationPackage#getPhysical_Person()
 * @model
 * @generated
 */
public interface Physical_Person extends EObject {
	/**
	 * Returns the value of the '<em><b>Is assisting spouse</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Is assisting spouse</em>' attribute.
	 * @see #setIs_assisting_spouse(boolean)
	 * @see Taxation.TaxationPackage#getPhysical_Person_Is_assisting_spouse()
	 * @model required="true" derived="true"
	 * @generated
	 */
	boolean isIs_assisting_spouse();

	/**
	 * Sets the value of the '{@link Taxation.Physical_Person#isIs_assisting_spouse <em>Is assisting spouse</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Is assisting spouse</em>' attribute.
	 * @see #isIs_assisting_spouse()
	 * @generated
	 */
	void setIs_assisting_spouse(boolean value);

	/**
	 * Returns the value of the '<em><b>SS No</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>SS No</em>' attribute.
	 * @see #setSSNo(String)
	 * @see Taxation.TaxationPackage#getPhysical_Person_SSNo()
	 * @model id="true" required="true"
	 * @generated
	 */
	String getSSNo();

	/**
	 * Sets the value of the '{@link Taxation.Physical_Person#getSSNo <em>SS No</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>SS No</em>' attribute.
	 * @see #getSSNo()
	 * @generated
	 */
	void setSSNo(String value);

	/**
	 * Returns the value of the '<em><b>Addresses</b></em>' reference list.
	 * The list contents are of type {@link Taxation.Address}.
	 * It is bidirectional and its opposite is '{@link Taxation.Address#getTaxPayer <em>Tax Payer</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Addresses</em>' reference list.
	 * @see Taxation.TaxationPackage#getPhysical_Person_Addresses()
	 * @see Taxation.Address#getTaxPayer
	 * @model opposite="taxPayer" ordered="false"
	 * @generated
	 */
	EList<Address> getAddresses();

	/**
	 * Returns the value of the '<em><b>Birth year</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Birth year</em>' attribute.
	 * @see #setBirth_year(int)
	 * @see Taxation.TaxationPackage#getPhysical_Person_Birth_year()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	int getBirth_year();

	/**
	 * Sets the value of the '{@link Taxation.Physical_Person#getBirth_year <em>Birth year</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Birth year</em>' attribute.
	 * @see #getBirth_year()
	 * @generated
	 */
	void setBirth_year(int value);

	/**
	 * Returns the value of the '<em><b>Disability percentage</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Disability percentage</em>' attribute.
	 * @see #setDisability_percentage(double)
	 * @see Taxation.TaxationPackage#getPhysical_Person_Disability_percentage()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	double getDisability_percentage();

	/**
	 * Sets the value of the '{@link Taxation.Physical_Person#getDisability_percentage <em>Disability percentage</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Disability percentage</em>' attribute.
	 * @see #getDisability_percentage()
	 * @generated
	 */
	void setDisability_percentage(double value);

	/**
	 * Returns the value of the '<em><b>Disability type</b></em>' attribute.
	 * The literals are from the enumeration {@link Taxation.Disability_Types}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Disability type</em>' attribute.
	 * @see Taxation.Disability_Types
	 * @see #setDisability_type(Disability_Types)
	 * @see Taxation.TaxationPackage#getPhysical_Person_Disability_type()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	Disability_Types getDisability_type();

	/**
	 * Sets the value of the '{@link Taxation.Physical_Person#getDisability_type <em>Disability type</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Disability type</em>' attribute.
	 * @see Taxation.Disability_Types
	 * @see #getDisability_type()
	 * @generated
	 */
	void setDisability_type(Disability_Types value);

	/**
	 * Returns the value of the '<em><b>Is affiliated personnaly to social security</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Is affiliated personnaly to social security</em>' attribute.
	 * @see #setIs_affiliated_personnaly_to_social_security(boolean)
	 * @see Taxation.TaxationPackage#getPhysical_Person_Is_affiliated_personnaly_to_social_security()
	 * @model required="true" derived="true"
	 * @generated
	 */
	boolean isIs_affiliated_personnaly_to_social_security();

	/**
	 * Sets the value of the '{@link Taxation.Physical_Person#isIs_affiliated_personnaly_to_social_security <em>Is affiliated personnaly to social security</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Is affiliated personnaly to social security</em>' attribute.
	 * @see #isIs_affiliated_personnaly_to_social_security()
	 * @generated
	 */
	void setIs_affiliated_personnaly_to_social_security(boolean value);

	/**
	 * Returns the value of the '<em><b>Birth month</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Birth month</em>' attribute.
	 * @see #setBirth_month(int)
	 * @see Taxation.TaxationPackage#getPhysical_Person_Birth_month()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	int getBirth_month();

	/**
	 * Sets the value of the '{@link Taxation.Physical_Person#getBirth_month <em>Birth month</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Birth month</em>' attribute.
	 * @see #getBirth_month()
	 * @generated
	 */
	void setBirth_month(int value);

	/**
	 * Returns the value of the '<em><b>Birth day</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Birth day</em>' attribute.
	 * @see #setBirth_day(int)
	 * @see Taxation.TaxationPackage#getPhysical_Person_Birth_day()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	int getBirth_day();

	/**
	 * Sets the value of the '{@link Taxation.Physical_Person#getBirth_day <em>Birth day</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Birth day</em>' attribute.
	 * @see #getBirth_day()
	 * @generated
	 */
	void setBirth_day(int value);

	/**
	 * Returns the value of the '<em><b>Expenses</b></em>' reference list.
	 * The list contents are of type {@link Taxation.Expense}.
	 * It is bidirectional and its opposite is '{@link Taxation.Expense#getBeneficiary <em>Beneficiary</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Expenses</em>' reference list.
	 * @see Taxation.TaxationPackage#getPhysical_Person_Expenses()
	 * @see Taxation.Expense#getBeneficiary
	 * @model opposite="beneficiary" ordered="false"
	 * @generated
	 */
	EList<Expense> getExpenses();

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

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

} // Physical_Person