org.ota.shared
Class DOWPatternGroup

java.lang.Object
  extended by org.ota.shared.DOWPatternGroup

public class DOWPatternGroup
extends java.lang.Object

If a day(s) of the week is set to true then the associated item is available on that day of the week (e.g., if Mon="true" then a flight operates on Mondays or a certain rate is available on Mondays). Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DOW_PatternGroup">
   <xs:attribute type="xs:boolean" use="optional" name="Mon"/>
   <xs:attribute type="xs:boolean" use="optional" name="Tue"/>
   <xs:attribute type="xs:boolean" use="optional" name="Weds"/>
   <xs:attribute type="xs:boolean" use="optional" name="Thur"/>
   <xs:attribute type="xs:boolean" use="optional" name="Fri"/>
   <xs:attribute type="xs:boolean" use="optional" name="Sat"/>
   <xs:attribute type="xs:boolean" use="optional" name="Sun"/>
 </xs:attributeGroup>
 


Constructor Summary
DOWPatternGroup()
           
 
Method Summary
 java.lang.Boolean getFri()
          Get the 'Fri' attribute value.
 java.lang.Boolean getMon()
          Get the 'Mon' attribute value.
 java.lang.Boolean getSat()
          Get the 'Sat' attribute value.
 java.lang.Boolean getSun()
          Get the 'Sun' attribute value.
 java.lang.Boolean getThur()
          Get the 'Thur' attribute value.
 java.lang.Boolean getTue()
          Get the 'Tue' attribute value.
 java.lang.Boolean getWeds()
          Get the 'Weds' attribute value.
 void setFri(java.lang.Boolean fri)
          Set the 'Fri' attribute value.
 void setMon(java.lang.Boolean mon)
          Set the 'Mon' attribute value.
 void setSat(java.lang.Boolean sat)
          Set the 'Sat' attribute value.
 void setSun(java.lang.Boolean sun)
          Set the 'Sun' attribute value.
 void setThur(java.lang.Boolean thur)
          Set the 'Thur' attribute value.
 void setTue(java.lang.Boolean tue)
          Set the 'Tue' attribute value.
 void setWeds(java.lang.Boolean weds)
          Set the 'Weds' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOWPatternGroup

public DOWPatternGroup()
Method Detail

getMon

public java.lang.Boolean getMon()
Get the 'Mon' attribute value. When true, apply to Monday.

Returns:
value

setMon

public void setMon(java.lang.Boolean mon)
Set the 'Mon' attribute value. When true, apply to Monday.

Parameters:
mon -

getTue

public java.lang.Boolean getTue()
Get the 'Tue' attribute value. When true, apply to Tuesday.

Returns:
value

setTue

public void setTue(java.lang.Boolean tue)
Set the 'Tue' attribute value. When true, apply to Tuesday.

Parameters:
tue -

getWeds

public java.lang.Boolean getWeds()
Get the 'Weds' attribute value. When true, apply to Wednesday.

Returns:
value

setWeds

public void setWeds(java.lang.Boolean weds)
Set the 'Weds' attribute value. When true, apply to Wednesday.

Parameters:
weds -

getThur

public java.lang.Boolean getThur()
Get the 'Thur' attribute value. When true, apply to Thursday.

Returns:
value

setThur

public void setThur(java.lang.Boolean thur)
Set the 'Thur' attribute value. When true, apply to Thursday.

Parameters:
thur -

getFri

public java.lang.Boolean getFri()
Get the 'Fri' attribute value. When true, apply to Friday.

Returns:
value

setFri

public void setFri(java.lang.Boolean fri)
Set the 'Fri' attribute value. When true, apply to Friday.

Parameters:
fri -

getSat

public java.lang.Boolean getSat()
Get the 'Sat' attribute value. When true, apply to Saturday.

Returns:
value

setSat

public void setSat(java.lang.Boolean sat)
Set the 'Sat' attribute value. When true, apply to Saturday.

Parameters:
sat -

getSun

public java.lang.Boolean getSun()
Get the 'Sun' attribute value. When true, apply to Sunday.

Returns:
value

setSun

public void setSun(java.lang.Boolean sun)
Set the 'Sun' attribute value. When true, apply to Sunday.

Parameters:
sun -