/** */ package TaxationWithRoot; /** * * A representation of the model object 'Donation'. * * *

* The following features are supported: *

* * * @see TaxationWithRoot.TaxationPackage#getDonation() * @model * @generated */ public interface Donation extends Special_Expense_DS { /** * Returns the value of the 'Beneficiary1' attribute. * * * @return the value of the 'Beneficiary1' attribute. * @see #setBeneficiary1(String) * @see TaxationWithRoot.TaxationPackage#getDonation_Beneficiary1() * @model required="true" * @generated */ String getBeneficiary1(); /** * Sets the value of the '{@link TaxationWithRoot.Donation#getBeneficiary1 Beneficiary1}' attribute. * * * @param value the new value of the 'Beneficiary1' attribute. * @see #getBeneficiary1() * @generated */ void setBeneficiary1(String value); /** * Returns the value of the 'Is donation reported' attribute. * * * @return the value of the 'Is donation reported' attribute. * @see #setIs_donation_reported(boolean) * @see TaxationWithRoot.TaxationPackage#getDonation_Is_donation_reported() * @model required="true" * @generated */ boolean isIs_donation_reported(); /** * Sets the value of the '{@link TaxationWithRoot.Donation#isIs_donation_reported Is donation reported}' attribute. * * * @param value the new value of the 'Is donation reported' attribute. * @see #isIs_donation_reported() * @generated */ void setIs_donation_reported(boolean value); } // Donation