org.ota.hotel
Class RoomStay.RoomRates.RoomRate.Restrictions.Restriction

java.lang.Object
  extended by org.ota.hotel.RoomStay.RoomRates.RoomRate.Restrictions.Restriction
Enclosing class:
RoomStay.RoomRates.RoomRate.Restrictions

public static class RoomStay.RoomRates.RoomRate.Restrictions.Restriction
extends java.lang.Object

Information on the restriction associated with the RoomRate element. 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="Restriction" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:DOW_RestrictionsType" name="DOW_Restrictions"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RoomStay.RoomRates.RoomRate.Restrictions.Restriction()
           
 
Method Summary
 DOWRestrictions getDOWRestrictions()
          Get the 'DOW_Restrictions' element value.
 EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
          Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value.
 void setDOWRestrictions(DOWRestrictions DOWRestrictions)
          Set the 'DOW_Restrictions' element value.
 void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
          Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomStay.RoomRates.RoomRate.Restrictions.Restriction

public RoomStay.RoomRates.RoomRate.Restrictions.Restriction()
Method Detail

getDOWRestrictions

public DOWRestrictions getDOWRestrictions()
Get the 'DOW_Restrictions' element value. A collection of day of week restrictions.

Returns:
value

setDOWRestrictions

public void setDOWRestrictions(DOWRestrictions DOWRestrictions)
Set the 'DOW_Restrictions' element value. A collection of day of week restrictions.

Parameters:
DOWRestrictions -

getEffectiveExpireOptionalDateGroup

public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. The effective date range for which the restriction applies.

Returns:
value

setEffectiveExpireOptionalDateGroup

public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. The effective date range for which the restriction applies.

Parameters:
effectiveExpireOptionalDateGroup -