org.ota.air
Class MarketingCabin
java.lang.Object
org.ota.air.CabinAvailability
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarketingCabin
public MarketingCabin()
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
-