|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.AvailRequestSegments.AvailRequestSegment.RateRange
public static class AvailRequestSegments.AvailRequestSegment.RateRange
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 |
---|
public AvailRequestSegments.AvailRequestSegment.RateRange()
Method Detail |
---|
public java.lang.String getRoomStayCandidateRPH()
public void setRoomStayCandidateRPH(java.lang.String roomStayCandidateRPH)
roomStayCandidateRPH
- public RateRangeGroup getRateRangeGroup()
public void setRateRangeGroup(RateRangeGroup rateRangeGroup)
rateRangeGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |