org.ota.loyalty
Class LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo

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

public static class LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo
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="RoomStayInfo" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:RoomTypeType" name="RoomType" minOccurs="0"/>
       <xs:element type="ns:RatePlanType" name="RatePlan" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 RatePlan getRatePlan()
          Get the 'RatePlan' element value.
 RoomType getRoom()
          Get the 'RoomType' element value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setRatePlan(RatePlan ratePlan)
          Set the 'RatePlan' element value.
 void setRoom(RoomType room)
          Set the 'RoomType' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo

public LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo()
Method Detail

getRoom

public RoomType getRoom()
Get the 'RoomType' element value.

Returns:
value

setRoom

public void setRoom(RoomType room)
Set the 'RoomType' element value.

Parameters:
room -

getRatePlan

public RatePlan getRatePlan()
Get the 'RatePlan' element value.

Returns:
value

setRatePlan

public void setRatePlan(RatePlan ratePlan)
Set the 'RatePlan' element value.

Parameters:
ratePlan -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value.

Parameters:
dateTimeSpanGroup -