|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo.ClosedSeasons
public static class HotelDescriptiveContent.HotelInfo.ClosedSeasons
A collection of date and time periods when the hotel facility is closed. 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="ClosedSeasons" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:DateTimeSpanType" name="ClosedSeason" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveContent.HotelInfo.ClosedSeasons()
|
Method Summary | |
---|---|
void |
addClosedSeason(DateTimeSpan item)
Add a 'ClosedSeason' element item. |
void |
clearClosedSeasons()
Remove all 'ClosedSeason' element items. |
DateTimeSpan |
getClosedSeason(int index)
Get 'ClosedSeason' element item by position. |
java.util.List<DateTimeSpan> |
getClosedSeasons()
Get the list of 'ClosedSeason' element items. |
void |
setClosedSeasons(java.util.List<DateTimeSpan> list)
Set the list of 'ClosedSeason' element items. |
int |
sizeClosedSeasons()
Get the number of 'ClosedSeason' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.HotelInfo.ClosedSeasons()
Method Detail |
---|
public java.util.List<DateTimeSpan> getClosedSeasons()
public void setClosedSeasons(java.util.List<DateTimeSpan> list)
list
- public int sizeClosedSeasons()
public void addClosedSeason(DateTimeSpan item)
item
- public DateTimeSpan getClosedSeason(int index)
index
-
public void clearClosedSeasons()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |