org.ota.destination
Class Item.SubAllocation
java.lang.Object
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>
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 |
Item.SubAllocation
public Item.SubAllocation()
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
-