/** */ package TaxationWithRoot; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Income Tax'. * * *

* The following features are supported: *

* * * @see TaxationWithRoot.TaxationPackage#getIncome_Tax() * @model * @generated */ public interface Income_Tax extends EObject { /** * Returns the value of the 'Tax Payer' reference. * * * @return the value of the 'Tax Payer' reference. * @see #setTaxPayer(Tax_Payer) * @see TaxationWithRoot.TaxationPackage#getIncome_Tax_TaxPayer() * @model required="true" * @generated */ Tax_Payer getTaxPayer(); /** * Sets the value of the '{@link TaxationWithRoot.Income_Tax#getTaxPayer Tax Payer}' reference. * * * @param value the new value of the 'Tax Payer' reference. * @see #getTaxPayer() * @generated */ void setTaxPayer(Tax_Payer value); /** * Returns the value of the 'Tax amount' attribute. * * * @return the value of the 'Tax amount' attribute. * @see #setTax_amount(double) * @see TaxationWithRoot.TaxationPackage#getIncome_Tax_Tax_amount() * @model required="true" * @generated */ double getTax_amount(); /** * Sets the value of the '{@link TaxationWithRoot.Income_Tax#getTax_amount Tax amount}' attribute. * * * @param value the new value of the 'Tax amount' attribute. * @see #getTax_amount() * @generated */ void setTax_amount(double value); /** * Returns the value of the 'Tax year' attribute. * * * @return the value of the 'Tax year' attribute. * @see #setTax_year(int) * @see TaxationWithRoot.TaxationPackage#getIncome_Tax_Tax_year() * @model required="true" * @generated */ int getTax_year(); /** * Sets the value of the '{@link TaxationWithRoot.Income_Tax#getTax_year Tax year}' attribute. * * * @param value the new value of the 'Tax year' attribute. * @see #getTax_year() * @generated */ void setTax_year(int value); /** * Returns the value of the 'Id6' attribute. * * * @return the value of the 'Id6' attribute. * @see #setId6(String) * @see TaxationWithRoot.TaxationPackage#getIncome_Tax_Id6() * @model id="true" required="true" ordered="false" * @generated */ String getId6(); /** * Sets the value of the '{@link TaxationWithRoot.Income_Tax#getId6 Id6}' attribute. * * * @param value the new value of the 'Id6' attribute. * @see #getId6() * @generated */ void setId6(String value); } // Income_Tax