|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.BlackoutDate
public class BlackoutDate
Provides blackout date information. 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="BlackoutDateType"> <xs:sequence> <xs:element type="ns:DateTimeSpanType" name="BlackoutDate" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType>
Constructor Summary | |
---|---|
BlackoutDate()
|
Method Summary | |
---|---|
void |
addBlackoutDate(DateTimeSpan item)
Add a 'BlackoutDate' element item. |
void |
clearBlackoutDates()
Remove all 'BlackoutDate' element items. |
DateTimeSpan |
getBlackoutDate(int index)
Get 'BlackoutDate' element item by position. |
java.util.List<DateTimeSpan> |
getBlackoutDates()
Get the list of 'BlackoutDate' element items. |
void |
setBlackoutDates(java.util.List<DateTimeSpan> list)
Set the list of 'BlackoutDate' element items. |
int |
sizeBlackoutDates()
Get the number of 'BlackoutDate' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlackoutDate()
Method Detail |
---|
public java.util.List<DateTimeSpan> getBlackoutDates()
public void setBlackoutDates(java.util.List<DateTimeSpan> list)
list
- public int sizeBlackoutDates()
public void addBlackoutDate(DateTimeSpan item)
item
- public DateTimeSpan getBlackoutDate(int index)
index
-
public void clearBlackoutDates()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |