org.ota.hotel
Class DOWRules

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

public class DOWRules
extends java.lang.Object

Indicates the day of week rules that apply based on the DOW_TypeCode. 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_RulesType">
   <xs:attributeGroup ref="ns:DOW_PatternGroup"/>
   <xs:attribute use="optional" name="DOW_TypeCode">
     <xs:simpleType>
       <!-- Reference to inner class DOWTypeCode -->
     </xs:simpleType>
   </xs:attribute>
   <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
 </xs:complexType>
 


Nested Class Summary
static class DOWRules.DOWTypeCode
          Schema fragment(s) for this class:
 
Constructor Summary
DOWRules()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 DOWPatternGroup getDOWPatternGroup()
          Get the 'DOW_PatternGroup' attributeGroup value.
 DOWRules.DOWTypeCode getDOWTypeCode1()
          Get the 'DOW_TypeCode' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setDOWPatternGroup(DOWPatternGroup DOWPatternGroup)
          Set the 'DOW_PatternGroup' attributeGroup value.
 void setDOWTypeCode1(DOWRules.DOWTypeCode DOWTypeCode1)
          Set the 'DOW_TypeCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOWRules

public DOWRules()
Method Detail

getDOWPatternGroup

public DOWPatternGroup getDOWPatternGroup()
Get the 'DOW_PatternGroup' attributeGroup value.

Returns:
value

setDOWPatternGroup

public void setDOWPatternGroup(DOWPatternGroup DOWPatternGroup)
Set the 'DOW_PatternGroup' attributeGroup value.

Parameters:
DOWPatternGroup -

getDOWTypeCode1

public DOWRules.DOWTypeCode getDOWTypeCode1()
Get the 'DOW_TypeCode' attribute value. This specifies the type of rule for which the day of week or date span applies.

Returns:
value

setDOWTypeCode1

public void setDOWTypeCode1(DOWRules.DOWTypeCode DOWTypeCode1)
Set the 'DOW_TypeCode' attribute value. This specifies the type of rule for which the day of week or date span applies.

Parameters:
DOWTypeCode1 -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. This will allow a specific date range to be defined.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. This will allow a specific date range to be defined.

Parameters:
dateTimeSpanGroup -