|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.itin.TravelSegment.Reservation.RoomRates
public static class TravelSegment.Reservation.RoomRates
Reservation rate(s). Schema fragment(s) for this class:
<xs:element xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RoomRates" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="RoomRateLiteType" name="RoomRate" maxOccurs="9">
<!-- Reference to inner class RoomRate -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
TravelSegment.Reservation.RoomRates.RoomRate
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
TravelSegment.Reservation.RoomRates()
|
|
| Method Summary | |
|---|---|
void |
addRoomRate(TravelSegment.Reservation.RoomRates.RoomRate item)
Add a 'RoomRate' element item. |
void |
clearRoomRates()
Remove all 'RoomRate' element items. |
TravelSegment.Reservation.RoomRates.RoomRate |
getRoomRate(int index)
Get 'RoomRate' element item by position. |
java.util.List<TravelSegment.Reservation.RoomRates.RoomRate> |
getRoomRates()
Get the list of 'RoomRate' element items. |
void |
setRoomRates(java.util.List<TravelSegment.Reservation.RoomRates.RoomRate> list)
Set the list of 'RoomRate' element items. |
int |
sizeRoomRates()
Get the number of 'RoomRate' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TravelSegment.Reservation.RoomRates()
| Method Detail |
|---|
public java.util.List<TravelSegment.Reservation.RoomRates.RoomRate> getRoomRates()
public void setRoomRates(java.util.List<TravelSegment.Reservation.RoomRates.RoomRate> list)
list - public int sizeRoomRates()
public void addRoomRate(TravelSegment.Reservation.RoomRates.RoomRate item)
item - public TravelSegment.Reservation.RoomRates.RoomRate getRoomRate(int index)
index -
public void clearRoomRates()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||