org.ota.dynamicpkg
Class DynamicPkgResponse.PromotionCode

java.lang.Object
  extended by org.ota.dynamicpkg.DynamicPkgResponse.PromotionCode
Enclosing class:
DynamicPkgResponse

public static class DynamicPkgResponse.PromotionCode
extends java.lang.Object

Promotion code reference placeholder. 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="PromotionCode" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="RPH"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
DynamicPkgResponse.PromotionCode()
           
 
Method Summary
 java.lang.String getRPH()
          Get the 'RPH' 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
 

Constructor Detail

DynamicPkgResponse.PromotionCode

public DynamicPkgResponse.PromotionCode()
Method Detail

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. This is a reference placeholder, used as a unique index for this promotion code in this message.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. This is a reference placeholder, used as a unique index for this promotion code in this message.

Parameters:
RPH -