|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.SellableProducts.SellableProduct.DestinationSystemCodes
public static class SellableProducts.SellableProduct.DestinationSystemCodes
A collection of destination system codes. These are systems for which this Sellable product is targeted. 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="DestinationSystemCodes" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DestinationSystemCode" maxOccurs="unbounded"> <!-- Reference to inner class DestinationSystemCode --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode
The destination system code defines a system to which information is to be provided. |
Constructor Summary | |
---|---|
SellableProducts.SellableProduct.DestinationSystemCodes()
|
Method Summary | |
---|---|
void |
addDestinationSystemCode(SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode item)
Add a 'DestinationSystemCode' element item. |
void |
clearDestinationSystemCodes()
Remove all 'DestinationSystemCode' element items. |
SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode |
getDestinationSystemCode(int index)
Get 'DestinationSystemCode' element item by position. |
java.util.List<SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode> |
getDestinationSystemCodes()
Get the list of 'DestinationSystemCode' element items. |
void |
setDestinationSystemCodes(java.util.List<SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode> list)
Set the list of 'DestinationSystemCode' element items. |
int |
sizeDestinationSystemCodes()
Get the number of 'DestinationSystemCode' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SellableProducts.SellableProduct.DestinationSystemCodes()
Method Detail |
---|
public java.util.List<SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode> getDestinationSystemCodes()
public void setDestinationSystemCodes(java.util.List<SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode> list)
list
- public int sizeDestinationSystemCodes()
public void addDestinationSystemCode(SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode item)
item
- public SellableProducts.SellableProduct.DestinationSystemCodes.DestinationSystemCode getDestinationSystemCode(int index)
index
-
public void clearDestinationSystemCodes()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |