|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.RoomBlock
public static class RFPMeetingRQ.RFPRequestSegment.RoomBlock
This is information pertaining to room requirements for this request. 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="RoomBlock" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="BudgetedRoomRate" minOccurs="0" maxOccurs="5">
<!-- Reference to inner class BudgetedRoomRate -->
</xs:element>
<xs:element name="ReservationMethod" minOccurs="0" maxOccurs="5">
<!-- Reference to inner class ReservationMethod -->
</xs:element>
<xs:element name="StayDays" minOccurs="0">
<!-- Reference to inner class StayDays -->
</xs:element>
<xs:element type="ns:ParagraphType" name="Comments" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:int" use="optional" name="TotalRoomNightQuantity"/>
<xs:attribute type="xs:int" use="optional" name="PeakRoomNightQuantity"/>
<xs:attribute type="xs:boolean" use="optional" name="ConcessionsIndicator"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate
A general indication of the planner's budget for individual room nights and/or delegate rates. |
static class |
RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod
Contains information regarding the reservation method. |
static class |
RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays
A collection of multiple StayDays. |
| Constructor Summary | |
|---|---|
RFPMeetingRQ.RFPRequestSegment.RoomBlock()
|
|
| Method Summary | |
|---|---|
void |
addBudgetedRoomRate(RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate item)
Add a 'BudgetedRoomRate' element item. |
void |
addReservationMethod(RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod item)
Add a 'ReservationMethod' element item. |
void |
clearBudgetedRoomRates()
Remove all 'BudgetedRoomRate' element items. |
void |
clearReservationMethods()
Remove all 'ReservationMethod' element items. |
RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate |
getBudgetedRoomRate(int index)
Get 'BudgetedRoomRate' element item by position. |
java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate> |
getBudgetedRoomRates()
Get the list of 'BudgetedRoomRate' element items. |
Paragraph |
getComments()
Get the 'Comments' element value. |
java.lang.Boolean |
getConcessionsIndicator()
Get the 'ConcessionsIndicator' attribute value. |
java.lang.Integer |
getPeakRoomNightQuantity()
Get the 'PeakRoomNightQuantity' attribute value. |
RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod |
getReservationMethod(int index)
Get 'ReservationMethod' element item by position. |
java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod> |
getReservationMethods()
Get the list of 'ReservationMethod' element items. |
RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays |
getStayDays()
Get the 'StayDays' element value. |
java.lang.Integer |
getTotalRoomNightQuantity()
Get the 'TotalRoomNightQuantity' attribute value. |
void |
setBudgetedRoomRates(java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate> list)
Set the list of 'BudgetedRoomRate' element items. |
void |
setComments(Paragraph comments)
Set the 'Comments' element value. |
void |
setConcessionsIndicator(java.lang.Boolean concessionsIndicator)
Set the 'ConcessionsIndicator' attribute value. |
void |
setPeakRoomNightQuantity(java.lang.Integer peakRoomNightQuantity)
Set the 'PeakRoomNightQuantity' attribute value. |
void |
setReservationMethods(java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod> list)
Set the list of 'ReservationMethod' element items. |
void |
setStayDays(RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays stayDays)
Set the 'StayDays' element value. |
void |
setTotalRoomNightQuantity(java.lang.Integer totalRoomNightQuantity)
Set the 'TotalRoomNightQuantity' attribute value. |
int |
sizeBudgetedRoomRates()
Get the number of 'BudgetedRoomRate' element items. |
int |
sizeReservationMethods()
Get the number of 'ReservationMethod' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPMeetingRQ.RFPRequestSegment.RoomBlock()
| Method Detail |
|---|
public java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate> getBudgetedRoomRates()
public void setBudgetedRoomRates(java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate> list)
list - public int sizeBudgetedRoomRates()
public void addBudgetedRoomRate(RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate item)
item - public RFPMeetingRQ.RFPRequestSegment.RoomBlock.BudgetedRoomRate getBudgetedRoomRate(int index)
index -
public void clearBudgetedRoomRates()
public java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod> getReservationMethods()
public void setReservationMethods(java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod> list)
list - public int sizeReservationMethods()
public void addReservationMethod(RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod item)
item - public RFPMeetingRQ.RFPRequestSegment.RoomBlock.ReservationMethod getReservationMethod(int index)
index -
public void clearReservationMethods()
public RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays getStayDays()
public void setStayDays(RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays stayDays)
stayDays - public Paragraph getComments()
public void setComments(Paragraph comments)
comments - public java.lang.Integer getTotalRoomNightQuantity()
public void setTotalRoomNightQuantity(java.lang.Integer totalRoomNightQuantity)
totalRoomNightQuantity - public java.lang.Integer getPeakRoomNightQuantity()
public void setPeakRoomNightQuantity(java.lang.Integer peakRoomNightQuantity)
peakRoomNightQuantity - public java.lang.Boolean getConcessionsIndicator()
public void setConcessionsIndicator(java.lang.Boolean concessionsIndicator)
concessionsIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||