/** */ package TaxationWithRoot; /** * * A representation of the model object 'Pensions and Annuities Income'. * * *

* The following features are supported: *

* * * @see TaxationWithRoot.TaxationPackage#getPensions_and_Annuities_Income() * @model * @generated */ public interface Pensions_and_Annuities_Income extends Income_Type { /** * Returns the value of the 'Occasional payement' attribute. * The default value is "false". * * * @return the value of the 'Occasional payement' attribute. * @see #setOccasional_payement(boolean) * @see TaxationWithRoot.TaxationPackage#getPensions_and_Annuities_Income_Occasional_payement() * @model default="false" * @generated */ boolean isOccasional_payement(); /** * Sets the value of the '{@link TaxationWithRoot.Pensions_and_Annuities_Income#isOccasional_payement Occasional payement}' attribute. * * * @param value the new value of the 'Occasional payement' attribute. * @see #isOccasional_payement() * @generated */ void setOccasional_payement(boolean value); } // Pensions_and_Annuities_Income