org.ota.hotel
Class HotelRoomList.RoomStays.RoomStay.Sequence

java.lang.Object
  extended by org.ota.hotel.HotelRoomList.RoomStays.RoomStay.Sequence
Enclosing class:
HotelRoomList.RoomStays.RoomStay

public static class HotelRoomList.RoomStays.RoomStay.Sequence
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:sequence xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" minOccurs="0">
   <xs:element type="ns:HotelReservationIDsType" name="HotelReservationIDs" minOccurs="0"/>
   <xs:element type="ns:RoomSharesType" name="RoomShares" minOccurs="0">
     <!-- Reference to inner class RoomShares -->
   </xs:element>
   <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
   <xs:choice minOccurs="0">
     <!-- Reference to inner class Choice -->
   </xs:choice>
 </xs:sequence>
 


Nested Class Summary
static class HotelRoomList.RoomStays.RoomStay.Sequence.Choice
          Schema fragment(s) for this class:
static class HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares
          Collection of shared rooms for room stay.
 
Constructor Summary
HotelRoomList.RoomStays.RoomStay.Sequence()
           
 
Method Summary
 HotelRoomList.RoomStays.RoomStay.Sequence.Choice getChoice()
          Get the choice value.
 HotelReservationIDs getHotelReservationIDs()
          Get the 'HotelReservationIDs' element value.
 HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares getRoomShares()
          Get the 'RoomShares' element value.
 UniqueID getUniqueID()
          Get the 'UniqueID' element value.
 void setChoice(HotelRoomList.RoomStays.RoomStay.Sequence.Choice choice)
          Set the choice value.
 void setHotelReservationIDs(HotelReservationIDs hotelReservationIDs)
          Set the 'HotelReservationIDs' element value.
 void setRoomShares(HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares roomShares)
          Set the 'RoomShares' element value.
 void setUniqueID(UniqueID uniqueID)
          Set the 'UniqueID' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelRoomList.RoomStays.RoomStay.Sequence

public HotelRoomList.RoomStays.RoomStay.Sequence()
Method Detail

getHotelReservationIDs

public HotelReservationIDs getHotelReservationIDs()
Get the 'HotelReservationIDs' element value.

Returns:
value

setHotelReservationIDs

public void setHotelReservationIDs(HotelReservationIDs hotelReservationIDs)
Set the 'HotelReservationIDs' element value.

Parameters:
hotelReservationIDs -

getRoomShares

public HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares getRoomShares()
Get the 'RoomShares' element value.

Returns:
value

setRoomShares

public void setRoomShares(HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares roomShares)
Set the 'RoomShares' element value.

Parameters:
roomShares -

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value. Provides a mechanism for uniquely identifying a room stay (e.g. this would be useful for a modification).

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. Provides a mechanism for uniquely identifying a room stay (e.g. this would be useful for a modification).

Parameters:
uniqueID -

getChoice

public HotelRoomList.RoomStays.RoomStay.Sequence.Choice getChoice()
Get the choice value.

Returns:
value

setChoice

public void setChoice(HotelRoomList.RoomStays.RoomStay.Sequence.Choice choice)
Set the choice value.

Parameters:
choice -