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

* The following features are supported: *

* * * @see Taxation.TaxationPackage#getDS_for_Health_and_Pension_Insurance() * @model * @generated */ public interface DS_for_Health_and_Pension_Insurance extends DS { /** * Returns the value of the 'Insurance category' attribute. * The literals are from the enumeration {@link Taxation.Category_of_Health_and_Pension_Insurances}. * * * @return the value of the 'Insurance category' attribute. * @see Taxation.Category_of_Health_and_Pension_Insurances * @see #setInsurance_category(Category_of_Health_and_Pension_Insurances) * @see Taxation.TaxationPackage#getDS_for_Health_and_Pension_Insurance_Insurance_category() * @model required="true" * @generated */ Category_of_Health_and_Pension_Insurances getInsurance_category(); /** * Sets the value of the '{@link Taxation.DS_for_Health_and_Pension_Insurance#getInsurance_category Insurance category}' attribute. * * * @param value the new value of the 'Insurance category' attribute. * @see Taxation.Category_of_Health_and_Pension_Insurances * @see #getInsurance_category() * @generated */ void setInsurance_category(Category_of_Health_and_Pension_Insurances value); } // DS_for_Health_and_Pension_Insurance