|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvBlock.RoomTypes.Room.DaysOfWeeks
public static class InvBlock.RoomTypes.Room.DaysOfWeeks
This is available so multiple rules or multiple date ranges may be applied. 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="DaysOfWeeks" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:DOW_RulesType" name="DaysOfWeek" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
InvBlock.RoomTypes.Room.DaysOfWeeks()
|
|
| Method Summary | |
|---|---|
void |
addDaysOfWeek(DOWRules item)
Add a 'DaysOfWeek' element item. |
void |
clearDaysOfWeeks()
Remove all 'DaysOfWeek' element items. |
DOWRules |
getDaysOfWeek(int index)
Get 'DaysOfWeek' element item by position. |
java.util.List<DOWRules> |
getDaysOfWeeks()
Get the list of 'DaysOfWeek' element items. |
void |
setDaysOfWeeks(java.util.List<DOWRules> list)
Set the list of 'DaysOfWeek' element items. |
int |
sizeDaysOfWeeks()
Get the number of 'DaysOfWeek' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvBlock.RoomTypes.Room.DaysOfWeeks()
| Method Detail |
|---|
public java.util.List<DOWRules> getDaysOfWeeks()
public void setDaysOfWeeks(java.util.List<DOWRules> list)
list - public int sizeDaysOfWeeks()
public void addDaysOfWeek(DOWRules item)
item - public DOWRules getDaysOfWeek(int index)
index -
public void clearDaysOfWeeks()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||