org.ota.loyalty
Class LoyaltyTravelInfo.HotelStayInfo

java.lang.Object
  extended by org.ota.loyalty.LoyaltyTravelInfo.HotelStayInfo
Enclosing class:
LoyaltyTravelInfo

public static class LoyaltyTravelInfo.HotelStayInfo
extends java.lang.Object

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="HotelStayInfo">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:UniqueID_Type" name="ReservationID" minOccurs="0"/>
       <xs:element name="RoomStayInfo" minOccurs="0">
         <!-- Reference to inner class RoomStayInfo -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:HotelReferenceGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo
          Schema fragment(s) for this class:
 
Constructor Summary
LoyaltyTravelInfo.HotelStayInfo()
           
 
Method Summary
 HotelReferenceGroup getHotelReferenceGroup()
          Get the 'HotelReferenceGroup' attributeGroup value.
 UniqueID getReservationID()
          Get the 'ReservationID' element value.
 LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo getRoomStayInfo()
          Get the 'RoomStayInfo' element value.
 void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
          Set the 'HotelReferenceGroup' attributeGroup value.
 void setReservationID(UniqueID reservationID)
          Set the 'ReservationID' element value.
 void setRoomStayInfo(LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo roomStayInfo)
          Set the 'RoomStayInfo' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoyaltyTravelInfo.HotelStayInfo

public LoyaltyTravelInfo.HotelStayInfo()
Method Detail

getReservationID

public UniqueID getReservationID()
Get the 'ReservationID' element value.

Returns:
value

setReservationID

public void setReservationID(UniqueID reservationID)
Set the 'ReservationID' element value.

Parameters:
reservationID -

getRoomStayInfo

public LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo getRoomStayInfo()
Get the 'RoomStayInfo' element value.

Returns:
value

setRoomStayInfo

public void setRoomStayInfo(LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo roomStayInfo)
Set the 'RoomStayInfo' element value.

Parameters:
roomStayInfo -

getHotelReferenceGroup

public HotelReferenceGroup getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value.

Returns:
value

setHotelReferenceGroup

public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value.

Parameters:
hotelReferenceGroup -