/** */ package TaxationWithRoot; /** * * A representation of the model object 'Non Resident Tax Payer'. * * *

* The following features are supported: *

* * * @see TaxationWithRoot.TaxationPackage#getNon_Resident_Tax_Payer() * @model * @generated */ public interface Non_Resident_Tax_Payer extends Tax_Payer { /** * Returns the value of the 'Is assimilated to resident' attribute. * The default value is "false". * * * @return the value of the 'Is assimilated to resident' attribute. * @see #setIs_assimilated_to_resident(boolean) * @see TaxationWithRoot.TaxationPackage#getNon_Resident_Tax_Payer_Is_assimilated_to_resident() * @model default="false" required="true" * @generated */ boolean isIs_assimilated_to_resident(); /** * Sets the value of the '{@link TaxationWithRoot.Non_Resident_Tax_Payer#isIs_assimilated_to_resident Is assimilated to resident}' attribute. * * * @param value the new value of the 'Is assimilated to resident' attribute. * @see #isIs_assimilated_to_resident() * @generated */ void setIs_assimilated_to_resident(boolean value); } // Non_Resident_Tax_Payer