/** */ package Taxation; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'DS'. * * *

* The following features are supported: *

* * * @see Taxation.TaxationPackage#getDS() * @model * @generated */ public interface DS extends EObject { /** * Returns the value of the 'Maximum deductible amount' attribute. * * * @return the value of the 'Maximum deductible amount' attribute. * @see #setMaximum_deductible_amount(double) * @see Taxation.TaxationPackage#getDS_Maximum_deductible_amount() * @model required="true" * @generated */ double getMaximum_deductible_amount(); /** * Sets the value of the '{@link Taxation.DS#getMaximum_deductible_amount Maximum deductible amount}' attribute. * * * @param value the new value of the 'Maximum deductible amount' attribute. * @see #getMaximum_deductible_amount() * @generated */ void setMaximum_deductible_amount(double value); /** * Returns the value of the 'Id3' attribute. * * * @return the value of the 'Id3' attribute. * @see #setId3(String) * @see Taxation.TaxationPackage#getDS_Id3() * @model id="true" required="true" ordered="false" * @generated */ String getId3(); /** * Sets the value of the '{@link Taxation.DS#getId3 Id3}' attribute. * * * @param value the new value of the 'Id3' attribute. * @see #getId3() * @generated */ void setId3(String value); } // DS