|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RatePlanRS.Offers
public static class RatePlanRS.Offers
A collection of offers that apply to all of the rate plans. 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="Offers" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:OfferType" name="Offer" maxOccurs="99"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
RatePlanRS.Offers()
|
|
| Method Summary | |
|---|---|
void |
addOffer(Offer item)
Add a 'Offer' element item. |
void |
clearOffers()
Remove all 'Offer' element items. |
Offer |
getOffer(int index)
Get 'Offer' element item by position. |
java.util.List<Offer> |
getOffers()
Get the list of 'Offer' element items. |
void |
setOffers(java.util.List<Offer> list)
Set the list of 'Offer' element items. |
int |
sizeOffers()
Get the number of 'Offer' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RatePlanRS.Offers()
| Method Detail |
|---|
public java.util.List<Offer> getOffers()
public void setOffers(java.util.List<Offer> list)
list - public int sizeOffers()
public void addOffer(Offer item)
item - public Offer getOffer(int index)
index -
public void clearOffers()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||