org.ota.hotel
Class HotelRatePlan.RatePlanLevelFee.Fee

java.lang.Object
  extended by org.ota.shared.Fee
      extended by org.ota.hotel.HotelRatePlan.RatePlanLevelFee.Fee
Enclosing class:
HotelRatePlan.RatePlanLevelFee

public static class HotelRatePlan.RatePlanLevelFee.Fee
extends Fee

Fee Amount that is applied to the rate. Fees are used for non tax amounts like service charges. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Fee" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:FeeType">
         <xs:attribute type="xs:string" use="optional" name="MealPlanCode"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelRatePlan.RatePlanLevelFee.Fee()
           
 
Method Summary
 java.lang.String getMealPlanCode()
          Get the 'MealPlanCode' attribute value.
 void setMealPlanCode(java.lang.String mealPlanCode)
          Set the 'MealPlanCode' attribute value.
 
Methods inherited from class org.ota.shared.Fee
addDescription, clearDescriptions, getChargeUnitGroup, getDescription, getDescriptions, getEffectiveExpireOptionalDateGroup, getFeeTaxGroup, getMandatoryIndicator, getRPH, getTaxableIndicator, getTaxes, getTaxInclusive, setChargeUnitGroup, setDescriptions, setEffectiveExpireOptionalDateGroup, setFeeTaxGroup, setMandatoryIndicator, setRPH, setTaxableIndicator, setTaxes, setTaxInclusive, sizeDescriptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelRatePlan.RatePlanLevelFee.Fee

public HotelRatePlan.RatePlanLevelFee.Fee()
Method Detail

getMealPlanCode

public java.lang.String getMealPlanCode()
Get the 'MealPlanCode' attribute value. This describes meal plans associated with a rate plan. Refer to OpenTravel Code Table Meal Plan Type (MPT).

Returns:
value

setMealPlanCode

public void setMealPlanCode(java.lang.String mealPlanCode)
Set the 'MealPlanCode' attribute value. This describes meal plans associated with a rate plan. Refer to OpenTravel Code Table Meal Plan Type (MPT).

Parameters:
mealPlanCode -