org.ota.air
Class MarketingCabin

java.lang.Object
  extended by org.ota.air.CabinAvailability
      extended by org.ota.air.MarketingCabin

public class MarketingCabin
extends CabinAvailability

Marketing name for the First, Business or Economy cabin. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MarketingCabinType">
   <xs:complexContent>
     <xs:extension base="ns:CabinAvailabilityType">
       <xs:attribute type="xs:string" use="optional" name="Name"/>
       <xs:attribute type="xs:string" use="optional" name="RPH"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.air.CabinAvailability
CabinAvailability.Meal
 
Constructor Summary
MarketingCabin()
           
 
Method Summary
 java.lang.String getName()
          Get the 'Name' attribute value.
 java.lang.String getRPH()
          Get the 'RPH' attribute value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 void setRPH(java.lang.String RPH)
          Set the 'RPH' attribute value.
 
Methods inherited from class org.ota.air.CabinAvailability
addMeal, clearMeals, getBaggageAllowance, getCabin, getMeal, getMeals, setBaggageAllowance, setCabin, setMeals, sizeMeals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarketingCabin

public MarketingCabin()
Method Detail

getName

public java.lang.String getName()
Get the 'Name' attribute value. The marketing name of the cabin that is specific to the supplier.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. The marketing name of the cabin that is specific to the supplier.

Parameters:
name -

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. The reference place holder to link the marketing cabin information and the RBD.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. The reference place holder to link the marketing cabin information and the RBD.

Parameters:
RPH -