| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.DOWPatternGroup
public class DOWPatternGroup
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 | 
|---|
public DOWPatternGroup()
| Method Detail | 
|---|
public java.lang.Boolean getMon()
public void setMon(java.lang.Boolean mon)
mon - public java.lang.Boolean getTue()
public void setTue(java.lang.Boolean tue)
tue - public java.lang.Boolean getWeds()
public void setWeds(java.lang.Boolean weds)
weds - public java.lang.Boolean getThur()
public void setThur(java.lang.Boolean thur)
thur - public java.lang.Boolean getFri()
public void setFri(java.lang.Boolean fri)
fri - public java.lang.Boolean getSat()
public void setSat(java.lang.Boolean sat)
sat - public java.lang.Boolean getSun()
public void setSun(java.lang.Boolean sun)
sun - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||