org.ota.hotel
Class BookingRuleRS.StatusApplication

java.lang.Object
  extended by org.ota.hotel.BookingRuleRS.StatusApplication
Enclosing class:
BookingRuleRS

public static class BookingRuleRS.StatusApplication
extends java.lang.Object

Specifies the check-in and check-out dates and the booking code or room type to which the booking rules apply. 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="StatusApplication" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="RoomRates" minOccurs="0">
         <!-- Reference to inner class RoomRates -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:StatusApplicationGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class BookingRuleRS.StatusApplication.RoomRates
          A collection of room rates.
 
Constructor Summary
BookingRuleRS.StatusApplication()
           
 
Method Summary
 BookingRuleRS.StatusApplication.RoomRates getRoomRates()
          Get the 'RoomRates' element value.
 StatusApplicationGroup getStatusApplicationGroup()
          Get the 'StatusApplicationGroup' attributeGroup value.
 void setRoomRates(BookingRuleRS.StatusApplication.RoomRates roomRates)
          Set the 'RoomRates' element value.
 void setStatusApplicationGroup(StatusApplicationGroup statusApplicationGroup)
          Set the 'StatusApplicationGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookingRuleRS.StatusApplication

public BookingRuleRS.StatusApplication()
Method Detail

getRoomRates

public BookingRuleRS.StatusApplication.RoomRates getRoomRates()
Get the 'RoomRates' element value.

Returns:
value

setRoomRates

public void setRoomRates(BookingRuleRS.StatusApplication.RoomRates roomRates)
Set the 'RoomRates' element value.

Parameters:
roomRates -

getStatusApplicationGroup

public StatusApplicationGroup getStatusApplicationGroup()
Get the 'StatusApplicationGroup' attributeGroup value. To specify the check-in and check-out dates for which the rules are applicable and to specify either the booking code or room type for which the rules are applicable.

Returns:
value

setStatusApplicationGroup

public void setStatusApplicationGroup(StatusApplicationGroup statusApplicationGroup)
Set the 'StatusApplicationGroup' attributeGroup value. To specify the check-in and check-out dates for which the rules are applicable and to specify either the booking code or room type for which the rules are applicable.

Parameters:
statusApplicationGroup -