/** */ package Taxation; /** * * A representation of the model object 'DS for Private Insurance and Plan'. * * *

* The following features are supported: *

* * * @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 'Private insurance and plan category' attribute. * The literals are from the enumeration {@link Taxation.Category_of_Private_Insurance_and_Plan}. * * * @return the value of the 'Private insurance and plan category' 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 Private insurance and plan category}' attribute. * * * @param value the new value of the 'Private insurance and plan category' 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 'Increase for life insurance' attribute. * * * @return the value of the 'Increase for life insurance' 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 Increase for life insurance}' attribute. * * * @param value the new value of the 'Increase for life insurance' attribute. * @see #getIncrease_for_life_insurance() * @generated */ void setIncrease_for_life_insurance(double value); /** * Returns the value of the 'Maximum deductible amount for private insurance' attribute. * * * @return the value of the 'Maximum deductible amount for private insurance' 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 Maximum deductible amount for private insurance}' attribute. * * * @param value the new value of the 'Maximum deductible amount for private insurance' attribute. * @see #getMaximum_deductible_amount_for_private_insurance() * @generated */ void setMaximum_deductible_amount_for_private_insurance(double value); /** * Returns the value of the 'Maximum deductible amount for old age pension plan' attribute. * * * @return the value of the 'Maximum deductible amount for old age pension plan' 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 Maximum deductible amount for old age pension plan}' attribute. * * * @param value the new value of the 'Maximum deductible amount for old age pension plan' 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