/** */ 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); } // DS_for_Private_Insurance_and_Plan