|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions
public static class RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions
A collection of promotions that have similar date criteria as the meeting dates. 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="Promotions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Promotion" maxOccurs="99"> <!-- Reference to inner class Promotion --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion
A promotion that has similar date criteria as the meeting dates. |
Constructor Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions()
|
Method Summary | |
---|---|
void |
addPromotion(RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion item)
Add a 'Promotion' element item. |
void |
clearPromotions()
Remove all 'Promotion' element items. |
RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion |
getPromotion(int index)
Get 'Promotion' element item by position. |
java.util.List<RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion> |
getPromotions()
Get the list of 'Promotion' element items. |
void |
setPromotions(java.util.List<RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion> list)
Set the list of 'Promotion' element items. |
int |
sizePromotions()
Get the number of 'Promotion' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions()
Method Detail |
---|
public java.util.List<RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion> getPromotions()
public void setPromotions(java.util.List<RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion> list)
list
- public int sizePromotions()
public void addPromotion(RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion item)
item
- public RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion getPromotion(int index)
index
-
public void clearPromotions()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |