|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelSearchCriterion.RateRange
public static class HotelSearchCriterion.RateRange
Requested rate or rate range. Repeats to allow the identification of multiple ranges for multiple room stay candidates. 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:attribute type="xs:string" use="optional" name="RateMode"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelSearchCriterion.RateRange()
|
Method Summary | |
---|---|
java.lang.String |
getRateMode()
Get the 'RateMode' attribute value. |
RateRangeGroup |
getRateRangeGroup()
Get the 'RateRangeGroup' attributeGroup value. |
java.lang.String |
getRoomStayCandidateRPH()
Get the 'RoomStayCandidateRPH' attribute value. |
void |
setRateMode(java.lang.String rateMode)
Set the 'RateMode' 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 HotelSearchCriterion.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
- public java.lang.String getRateMode()
public void setRateMode(java.lang.String rateMode)
rateMode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |