org.ota.hotel
Class AvailStatusMessage.RestrictionStatus

java.lang.Object
  extended by org.ota.hotel.AvailStatusMessage.RestrictionStatus
Enclosing class:
AvailStatusMessage

public static class AvailStatusMessage.RestrictionStatus
extends java.lang.Object

Availability status assigned to the room rate combination. 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="RestrictionStatus" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:RestrictionStatusGroup"/>
     <xs:attribute type="xs:string" use="optional" name="MaxAdvancedBookingOffset"/>
     <xs:attribute type="xs:string" use="optional" name="MinAdvancedBookingOffset"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AvailStatusMessage.RestrictionStatus()
           
 
Method Summary
 java.lang.String getMaxAdvancedBookingOffset()
          Get the 'MaxAdvancedBookingOffset' attribute value.
 java.lang.String getMinAdvancedBookingOffset()
          Get the 'MinAdvancedBookingOffset' attribute value.
 RestrictionStatusGroup getRestrictionStatusGroup()
          Get the 'RestrictionStatusGroup' attributeGroup value.
 void setMaxAdvancedBookingOffset(java.lang.String maxAdvancedBookingOffset)
          Set the 'MaxAdvancedBookingOffset' attribute value.
 void setMinAdvancedBookingOffset(java.lang.String minAdvancedBookingOffset)
          Set the 'MinAdvancedBookingOffset' attribute value.
 void setRestrictionStatusGroup(RestrictionStatusGroup restrictionStatusGroup)
          Set the 'RestrictionStatusGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailStatusMessage.RestrictionStatus

public AvailStatusMessage.RestrictionStatus()
Method Detail

getRestrictionStatusGroup

public RestrictionStatusGroup getRestrictionStatusGroup()
Get the 'RestrictionStatusGroup' attributeGroup value.

Returns:
value

setRestrictionStatusGroup

public void setRestrictionStatusGroup(RestrictionStatusGroup restrictionStatusGroup)
Set the 'RestrictionStatusGroup' attributeGroup value.

Parameters:
restrictionStatusGroup -

getMaxAdvancedBookingOffset

public java.lang.String getMaxAdvancedBookingOffset()
Get the 'MaxAdvancedBookingOffset' attribute value. Maximum days before the arrival date for which this rate plan may be booked.

Returns:
value

setMaxAdvancedBookingOffset

public void setMaxAdvancedBookingOffset(java.lang.String maxAdvancedBookingOffset)
Set the 'MaxAdvancedBookingOffset' attribute value. Maximum days before the arrival date for which this rate plan may be booked.

Parameters:
maxAdvancedBookingOffset -

getMinAdvancedBookingOffset

public java.lang.String getMinAdvancedBookingOffset()
Get the 'MinAdvancedBookingOffset' attribute value. Minimum days before the arrival date for which this rate plan may be booked.

Returns:
value

setMinAdvancedBookingOffset

public void setMinAdvancedBookingOffset(java.lang.String minAdvancedBookingOffset)
Set the 'MinAdvancedBookingOffset' attribute value. Minimum days before the arrival date for which this rate plan may be booked.

Parameters:
minAdvancedBookingOffset -