org.ota.dynamicpkg
Class DynamicPkgSearch.PromotionInfo
java.lang.Object
org.ota.dynamicpkg.DynamicPkgSearch.PromotionInfo
- Enclosing class:
- DynamicPkgSearch
public static class DynamicPkgSearch.PromotionInfo
- extends java.lang.Object
Promotion code pertaining to this portion of the search.
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="PromotionInfo" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="PromotionCodeRPH"/>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getPromotionCodeRPH()
Get the 'PromotionCodeRPH' attribute value. |
void |
setPromotionCodeRPH(java.lang.String promotionCodeRPH)
Set the 'PromotionCodeRPH' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicPkgSearch.PromotionInfo
public DynamicPkgSearch.PromotionInfo()
getPromotionCodeRPH
public java.lang.String getPromotionCodeRPH()
- Get the 'PromotionCodeRPH' attribute value. A unique reference to the promotion code.
- Returns:
- value
setPromotionCodeRPH
public void setPromotionCodeRPH(java.lang.String promotionCodeRPH)
- Set the 'PromotionCodeRPH' attribute value. A unique reference to the promotion code.
- Parameters:
promotionCodeRPH
-