aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java48
1 files changed, 0 insertions, 48 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java
index 8bb5f622..bcfc0c75 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java
@@ -2,8 +2,6 @@
2 */ 2 */
3package Taxation; 3package Taxation;
4 4
5import java.util.Date;
6
7import org.eclipse.emf.common.util.EList; 5import org.eclipse.emf.common.util.EList;
8 6
9import org.eclipse.emf.ecore.EObject; 7import org.eclipse.emf.ecore.EObject;
@@ -20,8 +18,6 @@ import org.eclipse.emf.ecore.EObject;
20 * <li>{@link Taxation.Tax_Card#getCard_identifier <em>Card identifier</em>}</li> 18 * <li>{@link Taxation.Tax_Card#getCard_identifier <em>Card identifier</em>}</li>
21 * <li>{@link Taxation.Tax_Card#getTax_card_type <em>Tax card type</em>}</li> 19 * <li>{@link Taxation.Tax_Card#getTax_card_type <em>Tax card type</em>}</li>
22 * <li>{@link Taxation.Tax_Card#getTax_office <em>Tax office</em>}</li> 20 * <li>{@link Taxation.Tax_Card#getTax_office <em>Tax office</em>}</li>
23 * <li>{@link Taxation.Tax_Card#getValid_from_date <em>Valid from date</em>}</li>
24 * <li>{@link Taxation.Tax_Card#getValid_until_date <em>Valid until date</em>}</li>
25 * <li>{@link Taxation.Tax_Card#getPercentage_of_witholding <em>Percentage of witholding</em>}</li> 21 * <li>{@link Taxation.Tax_Card#getPercentage_of_witholding <em>Percentage of witholding</em>}</li>
26 * <li>{@link Taxation.Tax_Card#getTax_payers_name_surname <em>Tax payers name surname</em>}</li> 22 * <li>{@link Taxation.Tax_Card#getTax_payers_name_surname <em>Tax payers name surname</em>}</li>
27 * <li>{@link Taxation.Tax_Card#getTax_payers_partner_name_surname <em>Tax payers partner name surname</em>}</li> 23 * <li>{@link Taxation.Tax_Card#getTax_payers_partner_name_surname <em>Tax payers partner name surname</em>}</li>
@@ -135,50 +131,6 @@ public interface Tax_Card extends EObject {
135 void setTax_office(Tax_Office value); 131 void setTax_office(Tax_Office value);
136 132
137 /** 133 /**
138 * Returns the value of the '<em><b>Valid from date</b></em>' attribute.
139 * <!-- begin-user-doc -->
140 * <!-- end-user-doc -->
141 * @return the value of the '<em>Valid from date</em>' attribute.
142 * @see #setValid_from_date(Date)
143 * @see Taxation.TaxationPackage#getTax_Card_Valid_from_date()
144 * @model unique="false" required="true" ordered="false"
145 * @generated
146 */
147 Date getValid_from_date();
148
149 /**
150 * Sets the value of the '{@link Taxation.Tax_Card#getValid_from_date <em>Valid from date</em>}' attribute.
151 * <!-- begin-user-doc -->
152 * <!-- end-user-doc -->
153 * @param value the new value of the '<em>Valid from date</em>' attribute.
154 * @see #getValid_from_date()
155 * @generated
156 */
157 void setValid_from_date(Date value);
158
159 /**
160 * Returns the value of the '<em><b>Valid until date</b></em>' attribute.
161 * <!-- begin-user-doc -->
162 * <!-- end-user-doc -->
163 * @return the value of the '<em>Valid until date</em>' attribute.
164 * @see #setValid_until_date(Date)
165 * @see Taxation.TaxationPackage#getTax_Card_Valid_until_date()
166 * @model unique="false" required="true" ordered="false"
167 * @generated
168 */
169 Date getValid_until_date();
170
171 /**
172 * Sets the value of the '{@link Taxation.Tax_Card#getValid_until_date <em>Valid until date</em>}' attribute.
173 * <!-- begin-user-doc -->
174 * <!-- end-user-doc -->
175 * @param value the new value of the '<em>Valid until date</em>' attribute.
176 * @see #getValid_until_date()
177 * @generated
178 */
179 void setValid_until_date(Date value);
180
181 /**
182 * Returns the value of the '<em><b>Percentage of witholding</b></em>' attribute. 134 * Returns the value of the '<em><b>Percentage of witholding</b></em>' attribute.
183 * <!-- begin-user-doc --> 135 * <!-- begin-user-doc -->
184 * <!-- end-user-doc --> 136 * <!-- end-user-doc -->