| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate
public static class RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate
A general indication of the planner's budget for individual room nights and/or delegate rates. 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="BudgetedRoomRate" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
     <xs:attribute type="xs:int" use="optional" name="TotalRoomNightQuantity"/>
     <xs:attribute type="xs:string" use="optional" name="RequestedRateType"/>
     <xs:attributeGroup ref="ns:BudgetInclusiveGroup"/>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
| RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate() | |
| Method Summary | |
|---|---|
|  BudgetInclusiveGroup | getBudgetInclusiveGroup()Get the 'BudgetInclusiveGroup' attributeGroup value. | 
|  CurrencyAmountGroup | getCurrencyAmountGroup()Get the 'CurrencyAmountGroup' attributeGroup value. | 
|  java.lang.String | getRequestedRate()Get the 'RequestedRateType' attribute value. | 
|  java.lang.Integer | getTotalRoomNightQuantity()Get the 'TotalRoomNightQuantity' attribute value. | 
|  void | setBudgetInclusiveGroup(BudgetInclusiveGroup budgetInclusiveGroup)Set the 'BudgetInclusiveGroup' attributeGroup value. | 
|  void | setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)Set the 'CurrencyAmountGroup' attributeGroup value. | 
|  void | setRequestedRate(java.lang.String requestedRate)Set the 'RequestedRateType' attribute value. | 
|  void | setTotalRoomNightQuantity(java.lang.Integer totalRoomNightQuantity)Set the 'TotalRoomNightQuantity' attribute value. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate()
| Method Detail | 
|---|
public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup - public java.lang.Integer getTotalRoomNightQuantity()
public void setTotalRoomNightQuantity(java.lang.Integer totalRoomNightQuantity)
totalRoomNightQuantity - public java.lang.String getRequestedRate()
public void setRequestedRate(java.lang.String requestedRate)
requestedRate - public BudgetInclusiveGroup getBudgetInclusiveGroup()
public void setBudgetInclusiveGroup(BudgetInclusiveGroup budgetInclusiveGroup)
budgetInclusiveGroup - | 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||