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

* The following features are supported: *

* * * @see TaxationWithRoot.TaxationPackage#getTax_Property() * @model * @generated */ public interface Tax_Property extends EObject { /** * Returns the value of the 'Starting year' attribute. * * * @return the value of the 'Starting year' attribute. * @see #setStarting_year(int) * @see TaxationWithRoot.TaxationPackage#getTax_Property_Starting_year() * @model required="true" ordered="false" * @generated */ int getStarting_year(); /** * Sets the value of the '{@link TaxationWithRoot.Tax_Property#getStarting_year Starting year}' attribute. * * * @param value the new value of the 'Starting year' attribute. * @see #getStarting_year() * @generated */ void setStarting_year(int value); /** * Returns the value of the 'Id10' attribute. * * * @return the value of the 'Id10' attribute. * @see #setId10(String) * @see TaxationWithRoot.TaxationPackage#getTax_Property_Id10() * @model id="true" required="true" ordered="false" * @generated */ String getId10(); /** * Sets the value of the '{@link TaxationWithRoot.Tax_Property#getId10 Id10}' attribute. * * * @param value the new value of the 'Id10' attribute. * @see #getId10() * @generated */ void setId10(String value); /** * Returns the value of the 'Union record' container reference. * It is bidirectional and its opposite is '{@link TaxationWithRoot.Legal_Union_Record#getProperties Properties}'. * * * @return the value of the 'Union record' container reference. * @see #setUnion_record(Legal_Union_Record) * @see TaxationWithRoot.TaxationPackage#getTax_Property_Union_record() * @see TaxationWithRoot.Legal_Union_Record#getProperties * @model opposite="properties" required="true" transient="false" ordered="false" * @generated */ Legal_Union_Record getUnion_record(); /** * Sets the value of the '{@link TaxationWithRoot.Tax_Property#getUnion_record Union record}' container reference. * * * @param value the new value of the 'Union record' container reference. * @see #getUnion_record() * @generated */ void setUnion_record(Legal_Union_Record value); } // Tax_Property