|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.dynamicpkg.AvailRQ.PromotionCodes
public static class AvailRQ.PromotionCodes
Promotion codes that will be applied at either the package or component level. 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="PromotionCodes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="PromotionCode" minOccurs="0" maxOccurs="unbounded">
<!-- Reference to inner class PromotionCode -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
AvailRQ.PromotionCodes.PromotionCode
Used to apply discounts and tracking codes to a package. |
| Constructor Summary | |
|---|---|
AvailRQ.PromotionCodes()
|
|
| Method Summary | |
|---|---|
void |
addPromotionCode(AvailRQ.PromotionCodes.PromotionCode item)
Add a 'PromotionCode' element item. |
void |
clearPromotionCodes()
Remove all 'PromotionCode' element items. |
AvailRQ.PromotionCodes.PromotionCode |
getPromotionCode(int index)
Get 'PromotionCode' element item by position. |
java.util.List<AvailRQ.PromotionCodes.PromotionCode> |
getPromotionCodes()
Get the list of 'PromotionCode' element items. |
void |
setPromotionCodes(java.util.List<AvailRQ.PromotionCodes.PromotionCode> list)
Set the list of 'PromotionCode' element items. |
int |
sizePromotionCodes()
Get the number of 'PromotionCode' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvailRQ.PromotionCodes()
| Method Detail |
|---|
public java.util.List<AvailRQ.PromotionCodes.PromotionCode> getPromotionCodes()
public void setPromotionCodes(java.util.List<AvailRQ.PromotionCodes.PromotionCode> list)
list - public int sizePromotionCodes()
public void addPromotionCode(AvailRQ.PromotionCodes.PromotionCode item)
item - public AvailRQ.PromotionCodes.PromotionCode getPromotionCode(int index)
index -
public void clearPromotionCodes()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||