org.ota.hotel
Class DOWRestrictions

java.lang.Object
  extended by org.ota.hotel.DOWRestrictions

public class DOWRestrictions
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DOW_RestrictionsType">
   <xs:sequence>
     <xs:element name="AvailableDaysOfWeek" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:DOW_PatternGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element name="ArrivalDaysOfWeek" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:DOW_PatternGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element name="DepartureDaysOfWeek" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:DOW_PatternGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element name="RequiredDaysOfWeek" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:DOW_PatternGroup"/>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>
 


Constructor Summary
DOWRestrictions()
           
 
Method Summary
 DOWPatternGroup getArrivalDaysOfWeek()
          Get the 'DOW_PatternGroup' attributeGroup value.
 DOWPatternGroup getAvailableDaysOfWeek()
          Get the 'DOW_PatternGroup' attributeGroup value.
 DOWPatternGroup getDepartureDaysOfWeek()
          Get the 'DOW_PatternGroup' attributeGroup value.
 DOWPatternGroup getRequiredDaysOfWeek()
          Get the 'DOW_PatternGroup' attributeGroup value.
 void setArrivalDaysOfWeek(DOWPatternGroup arrivalDaysOfWeek)
          Set the 'DOW_PatternGroup' attributeGroup value.
 void setAvailableDaysOfWeek(DOWPatternGroup availableDaysOfWeek)
          Set the 'DOW_PatternGroup' attributeGroup value.
 void setDepartureDaysOfWeek(DOWPatternGroup departureDaysOfWeek)
          Set the 'DOW_PatternGroup' attributeGroup value.
 void setRequiredDaysOfWeek(DOWPatternGroup requiredDaysOfWeek)
          Set the 'DOW_PatternGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOWRestrictions

public DOWRestrictions()
Method Detail

getAvailableDaysOfWeek

public DOWPatternGroup getAvailableDaysOfWeek()
Get the 'DOW_PatternGroup' attributeGroup value. Days of week on which this room/rate combination is available.

Returns:
value

setAvailableDaysOfWeek

public void setAvailableDaysOfWeek(DOWPatternGroup availableDaysOfWeek)
Set the 'DOW_PatternGroup' attributeGroup value. Days of week on which this room/rate combination is available.

Parameters:
availableDaysOfWeek -

getArrivalDaysOfWeek

public DOWPatternGroup getArrivalDaysOfWeek()
Get the 'DOW_PatternGroup' attributeGroup value. Days of Week on which the guest can arrive.

Returns:
value

setArrivalDaysOfWeek

public void setArrivalDaysOfWeek(DOWPatternGroup arrivalDaysOfWeek)
Set the 'DOW_PatternGroup' attributeGroup value. Days of Week on which the guest can arrive.

Parameters:
arrivalDaysOfWeek -

getDepartureDaysOfWeek

public DOWPatternGroup getDepartureDaysOfWeek()
Get the 'DOW_PatternGroup' attributeGroup value. Days of Week on which the guest can leave.

Returns:
value

setDepartureDaysOfWeek

public void setDepartureDaysOfWeek(DOWPatternGroup departureDaysOfWeek)
Set the 'DOW_PatternGroup' attributeGroup value. Days of Week on which the guest can leave.

Parameters:
departureDaysOfWeek -

getRequiredDaysOfWeek

public DOWPatternGroup getRequiredDaysOfWeek()
Get the 'DOW_PatternGroup' attributeGroup value. Days of Week on which the guest has to stay at the hotel.

Returns:
value

setRequiredDaysOfWeek

public void setRequiredDaysOfWeek(DOWPatternGroup requiredDaysOfWeek)
Set the 'DOW_PatternGroup' attributeGroup value. Days of Week on which the guest has to stay at the hotel.

Parameters:
requiredDaysOfWeek -