/** */ package TaxationWithRoot; /** * * A representation of the model object 'Rentals and Leases Income'. * * *

* The following features are supported: *

* * * @see TaxationWithRoot.TaxationPackage#getRentals_and_Leases_Income() * @model * @generated */ public interface Rentals_and_Leases_Income extends Income_Type { /** * Returns the value of the 'Is periodic' attribute. * The default value is "true". * * * @return the value of the 'Is periodic' attribute. * @see #setIs_periodic(boolean) * @see TaxationWithRoot.TaxationPackage#getRentals_and_Leases_Income_Is_periodic() * @model default="true" required="true" * @generated */ boolean isIs_periodic(); /** * Sets the value of the '{@link TaxationWithRoot.Rentals_and_Leases_Income#isIs_periodic Is periodic}' attribute. * * * @param value the new value of the 'Is periodic' attribute. * @see #isIs_periodic() * @generated */ void setIs_periodic(boolean value); } // Rentals_and_Leases_Income