org.ota.destination
Class Item.SubAllocation

java.lang.Object
  extended by org.ota.destination.Item.SubAllocation
Enclosing class:
Item

public static class Item.SubAllocation
extends java.lang.Object

If traveler suballocation is allowed (see Capabilities), the set of travelers booking this item. 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="SubAllocation" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="required" name="TravelerRPH"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Item.SubAllocation()
           
 
Method Summary
 java.lang.String getTravelerRPH()
          Get the 'TravelerRPH' attribute value.
 void setTravelerRPH(java.lang.String travelerRPH)
          Set the 'TravelerRPH' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item.SubAllocation

public Item.SubAllocation()
Method Detail

getTravelerRPH

public java.lang.String getTravelerRPH()
Get the 'TravelerRPH' attribute value. This is a list of reference place holders used as an index for the travelers booking this item.

Returns:
value

setTravelerRPH

public void setTravelerRPH(java.lang.String travelerRPH)
Set the 'TravelerRPH' attribute value. This is a list of reference place holders used as an index for the travelers booking this item.

Parameters:
travelerRPH -