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


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>DS for Private Insurance and Plan</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getPrivate_insurance_and_plan_category <em>Private insurance and plan category</em>}</li>
 *   <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getIncrease_for_life_insurance <em>Increase for life insurance</em>}</li>
 *   <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_private_insurance <em>Maximum deductible amount for private insurance</em>}</li>
 *   <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_old_age_pension_plan <em>Maximum deductible amount for old age pension plan</em>}</li>
 * </ul>
 *
 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan()
 * @model
 * @generated
 */
public interface DS_for_Private_Insurance_and_Plan extends DS {
	/**
	 * Returns the value of the '<em><b>Private insurance and plan category</b></em>' attribute.
	 * The literals are from the enumeration {@link Taxation.Category_of_Private_Insurance_and_Plan}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Private insurance and plan category</em>' attribute.
	 * @see Taxation.Category_of_Private_Insurance_and_Plan
	 * @see #setPrivate_insurance_and_plan_category(Category_of_Private_Insurance_and_Plan)
	 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Private_insurance_and_plan_category()
	 * @model required="true"
	 * @generated
	 */
	Category_of_Private_Insurance_and_Plan getPrivate_insurance_and_plan_category();

	/**
	 * Sets the value of the '{@link Taxation.DS_for_Private_Insurance_and_Plan#getPrivate_insurance_and_plan_category <em>Private insurance and plan category</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Private insurance and plan category</em>' attribute.
	 * @see Taxation.Category_of_Private_Insurance_and_Plan
	 * @see #getPrivate_insurance_and_plan_category()
	 * @generated
	 */
	void setPrivate_insurance_and_plan_category(Category_of_Private_Insurance_and_Plan value);

	/**
	 * Returns the value of the '<em><b>Increase for life insurance</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Increase for life insurance</em>' attribute.
	 * @see #setIncrease_for_life_insurance(double)
	 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Increase_for_life_insurance()
	 * @model required="true" derived="true"
	 * @generated
	 */
	double getIncrease_for_life_insurance();

	/**
	 * Sets the value of the '{@link Taxation.DS_for_Private_Insurance_and_Plan#getIncrease_for_life_insurance <em>Increase for life insurance</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Increase for life insurance</em>' attribute.
	 * @see #getIncrease_for_life_insurance()
	 * @generated
	 */
	void setIncrease_for_life_insurance(double value);

	/**
	 * Returns the value of the '<em><b>Maximum deductible amount for private insurance</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Maximum deductible amount for private insurance</em>' attribute.
	 * @see #setMaximum_deductible_amount_for_private_insurance(double)
	 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Maximum_deductible_amount_for_private_insurance()
	 * @model required="true" derived="true"
	 * @generated
	 */
	double getMaximum_deductible_amount_for_private_insurance();

	/**
	 * Sets the value of the '{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_private_insurance <em>Maximum deductible amount for private insurance</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Maximum deductible amount for private insurance</em>' attribute.
	 * @see #getMaximum_deductible_amount_for_private_insurance()
	 * @generated
	 */
	void setMaximum_deductible_amount_for_private_insurance(double value);

	/**
	 * Returns the value of the '<em><b>Maximum deductible amount for old age pension plan</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Maximum deductible amount for old age pension plan</em>' attribute.
	 * @see #setMaximum_deductible_amount_for_old_age_pension_plan(double)
	 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Maximum_deductible_amount_for_old_age_pension_plan()
	 * @model required="true" derived="true"
	 * @generated
	 */
	double getMaximum_deductible_amount_for_old_age_pension_plan();

	/**
	 * Sets the value of the '{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_old_age_pension_plan <em>Maximum deductible amount for old age pension plan</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Maximum deductible amount for old age pension plan</em>' attribute.
	 * @see #getMaximum_deductible_amount_for_old_age_pension_plan()
	 * @generated
	 */
	void setMaximum_deductible_amount_for_old_age_pension_plan(double value);

} // DS_for_Private_Insurance_and_Plan