|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelReservationIDs
public class HotelReservationIDs
A Collection of HotelReservationID objects for a given reservation. The collection of all ReservationIDs can include Passenger Name Record (PNR), Guest Name Record (GNR) and Guest Folio numbers. Associated with each can be a Confirmation number which is usually given to the guest. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HotelReservationIDsType"> <xs:sequence> <xs:element name="HotelReservationID" maxOccurs="unbounded"> <!-- Reference to inner class HotelReservationID --> </xs:element> </xs:sequence> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
HotelReservationIDs.HotelReservationID
The HotelReservationID object contains various unique (ReservationID) and non unique (ConfirmationID, CancellationID) identifiers that the trading partners associate with a given reservation. |
Constructor Summary | |
---|---|
HotelReservationIDs()
|
Method Summary | |
---|---|
void |
addHotelReservationID(HotelReservationIDs.HotelReservationID item)
Add a 'HotelReservationID' element item. |
void |
clearHotelReservationIDs()
Remove all 'HotelReservationID' element items. |
HotelReservationIDs.HotelReservationID |
getHotelReservationID(int index)
Get 'HotelReservationID' element item by position. |
java.util.List<HotelReservationIDs.HotelReservationID> |
getHotelReservationIDs()
Get the list of 'HotelReservationID' element items. |
void |
setHotelReservationIDs(java.util.List<HotelReservationIDs.HotelReservationID> list)
Set the list of 'HotelReservationID' element items. |
int |
sizeHotelReservationIDs()
Get the number of 'HotelReservationID' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelReservationIDs()
Method Detail |
---|
public java.util.List<HotelReservationIDs.HotelReservationID> getHotelReservationIDs()
public void setHotelReservationIDs(java.util.List<HotelReservationIDs.HotelReservationID> list)
list
- public int sizeHotelReservationIDs()
public void addHotelReservationID(HotelReservationIDs.HotelReservationID item)
item
- public HotelReservationIDs.HotelReservationID getHotelReservationID(int index)
index
-
public void clearHotelReservationIDs()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |