/** */ package TaxationWithRoot; /** * * A representation of the model object 'Health and Pension Insurance'. * * *

* The following features are supported: *

* * * @see TaxationWithRoot.TaxationPackage#getHealth_and_Pension_Insurance() * @model * @generated */ public interface Health_and_Pension_Insurance extends Special_Expense_DS { /** * Returns the value of the 'Category' attribute. * The literals are from the enumeration {@link TaxationWithRoot.Category_of_Health_and_Pension_Insurances}. * * * @return the value of the 'Category' attribute. * @see TaxationWithRoot.Category_of_Health_and_Pension_Insurances * @see #setCategory(Category_of_Health_and_Pension_Insurances) * @see TaxationWithRoot.TaxationPackage#getHealth_and_Pension_Insurance_Category() * @model required="true" * @generated */ Category_of_Health_and_Pension_Insurances getCategory(); /** * Sets the value of the '{@link TaxationWithRoot.Health_and_Pension_Insurance#getCategory Category}' attribute. * * * @param value the new value of the 'Category' attribute. * @see TaxationWithRoot.Category_of_Health_and_Pension_Insurances * @see #getCategory() * @generated */ void setCategory(Category_of_Health_and_Pension_Insurances value); /** * Returns the value of the 'Is related to additional salary' attribute. * The default value is "false". * * * @return the value of the 'Is related to additional salary' attribute. * @see #setIs_related_to_additional_salary(boolean) * @see TaxationWithRoot.TaxationPackage#getHealth_and_Pension_Insurance_Is_related_to_additional_salary() * @model default="false" required="true" * @generated */ boolean isIs_related_to_additional_salary(); /** * Sets the value of the '{@link TaxationWithRoot.Health_and_Pension_Insurance#isIs_related_to_additional_salary Is related to additional salary}' attribute. * * * @param value the new value of the 'Is related to additional salary' attribute. * @see #isIs_related_to_additional_salary() * @generated */ void setIs_related_to_additional_salary(boolean value); } // Health_and_Pension_Insurance