/// <summary>
 /// Sets the value of the <c>&lt;MealEffect&gt;</c> element.
 /// </summary>
 /// <param name="val">A MealEffect object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Should the Meal component be Included or Excluded from the meal.  Default is Exclude"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetMealEffect(MealEffect val)
 {
     SetField(CateringDTD.DIETARYPREFERENCE_MEALEFFECT, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;MealEffect&gt;</c> element.
 /// </summary>
 /// <param name="val">A MealEffect object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Should the Meal component be Included or Excluded from the meal.  Default is Exclude"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetMealEffect( MealEffect val )
 {
     SetField( CateringDTD.DIETARYPREFERENCE_MEALEFFECT, val );
 }