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

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 TaxationWithRoot.Physical_Person#getSSNo <em>SS No</em>}</li>
 *   <li>{@link TaxationWithRoot.Physical_Person#getAddresses <em>Addresses</em>}</li>
 *   <li>{@link TaxationWithRoot.Physical_Person#getBirth_year <em>Birth year</em>}</li>
 *   <li>{@link TaxationWithRoot.Physical_Person#getDisability_percentage <em>Disability percentage</em>}</li>
 *   <li>{@link TaxationWithRoot.Physical_Person#getDisability_type <em>Disability type</em>}</li>
 *   <li>{@link TaxationWithRoot.Physical_Person#getBirth_month <em>Birth month</em>}</li>
 *   <li>{@link TaxationWithRoot.Physical_Person#getBirth_day <em>Birth day</em>}</li>
 *   <li>{@link TaxationWithRoot.Physical_Person#getExpenses <em>Expenses</em>}</li>
 *   <li>{@link TaxationWithRoot.Physical_Person#isIs_widower <em>Is widower</em>}</li>
 * </ul>
 *
 * @see TaxationWithRoot.TaxationPackage#getPhysical_Person()
 * @model
 * @generated
 */
public interface Physical_Person extends EObject {
	/**
	 * 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 TaxationWithRoot.TaxationPackage#getPhysical_Person_SSNo()
	 * @model id="true" required="true"
	 * @generated
	 */
	String getSSNo();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.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 TaxationWithRoot.Address}.
	 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Address#getTaxPayer <em>Tax Payer</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Addresses</em>' reference list.
	 * @see TaxationWithRoot.TaxationPackage#getPhysical_Person_Addresses()
	 * @see TaxationWithRoot.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 TaxationWithRoot.TaxationPackage#getPhysical_Person_Birth_year()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	int getBirth_year();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.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 TaxationWithRoot.TaxationPackage#getPhysical_Person_Disability_percentage()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	double getDisability_percentage();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.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 TaxationWithRoot.Disability_Types}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Disability type</em>' attribute.
	 * @see TaxationWithRoot.Disability_Types
	 * @see #setDisability_type(Disability_Types)
	 * @see TaxationWithRoot.TaxationPackage#getPhysical_Person_Disability_type()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	Disability_Types getDisability_type();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.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 TaxationWithRoot.Disability_Types
	 * @see #getDisability_type()
	 * @generated
	 */
	void setDisability_type(Disability_Types 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 TaxationWithRoot.TaxationPackage#getPhysical_Person_Birth_month()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	int getBirth_month();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.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 TaxationWithRoot.TaxationPackage#getPhysical_Person_Birth_day()
	 * @model unique="false" required="true" ordered="false"
	 * @generated
	 */
	int getBirth_day();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.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 TaxationWithRoot.Expense}.
	 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Expense#getBeneficiary <em>Beneficiary</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Expenses</em>' reference list.
	 * @see TaxationWithRoot.TaxationPackage#getPhysical_Person_Expenses()
	 * @see TaxationWithRoot.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 TaxationWithRoot.TaxationPackage#getPhysical_Person_Is_widower()
	 * @model required="true" ordered="false"
	 * @generated
	 */
	boolean isIs_widower();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.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