org.ota.hotel
Class AvailRequestSegments.AvailRequestSegment.RateRange

java.lang.Object
  extended by org.ota.hotel.AvailRequestSegments.AvailRequestSegment.RateRange
Enclosing class:
AvailRequestSegments.AvailRequestSegment

public static class AvailRequestSegments.AvailRequestSegment.RateRange
extends java.lang.Object

Requested rate or rate range. Repeats to allow the identification of multiple ranges for multiple room stay candidates. **This element is maintained at this level to support those who have implemented this message prior to 2005B. For new implementations consider using this element under HotelSearchCriteria.** 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="RateRange" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="RoomStayCandidateRPH"/>
     <xs:attributeGroup ref="ns:RateRangeGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AvailRequestSegments.AvailRequestSegment.RateRange()
           
 
Method Summary
 RateRangeGroup getRateRangeGroup()
          Get the 'RateRangeGroup' attributeGroup value.
 java.lang.String getRoomStayCandidateRPH()
          Get the 'RoomStayCandidateRPH' attribute value.
 void setRateRangeGroup(RateRangeGroup rateRangeGroup)
          Set the 'RateRangeGroup' attributeGroup value.
 void setRoomStayCandidateRPH(java.lang.String roomStayCandidateRPH)
          Set the 'RoomStayCandidateRPH' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailRequestSegments.AvailRequestSegment.RateRange

public AvailRequestSegments.AvailRequestSegment.RateRange()
Method Detail

getRoomStayCandidateRPH

public java.lang.String getRoomStayCandidateRPH()
Get the 'RoomStayCandidateRPH' attribute value. Used to associate a rate range with a room stay candidate.

Returns:
value

setRoomStayCandidateRPH

public void setRoomStayCandidateRPH(java.lang.String roomStayCandidateRPH)
Set the 'RoomStayCandidateRPH' attribute value. Used to associate a rate range with a room stay candidate.

Parameters:
roomStayCandidateRPH -

getRateRangeGroup

public RateRangeGroup getRateRangeGroup()
Get the 'RateRangeGroup' attributeGroup value.

Returns:
value

setRateRangeGroup

public void setRateRangeGroup(RateRangeGroup rateRangeGroup)
Set the 'RateRangeGroup' attributeGroup value.

Parameters:
rateRangeGroup -