|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.GDSInfo.GDSCodes
public static class HotelDescriptiveContent.GDSInfo.GDSCodes
The element acts as a container for GDS_Code. It is used to send item for each GDS. 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="GDS_Codes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="GDS_Code" minOccurs="0" maxOccurs="unbounded">
<!-- Reference to inner class GDSCode -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:boolean" use="optional" name="LoadGDSIndicator"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode
Provides detailed information regarding the specified GDS. |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.GDSInfo.GDSCodes()
|
|
| Method Summary | |
|---|---|
void |
addGDSCode(HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode item)
Add a 'GDS_Code' element item. |
void |
clearGDSCodes()
Remove all 'GDS_Code' element items. |
HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode |
getGDSCode(int index)
Get 'GDS_Code' element item by position. |
java.util.List<HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode> |
getGDSCodes()
Get the list of 'GDS_Code' element items. |
java.lang.Boolean |
getLoadGDSIndicator()
Get the 'LoadGDSIndicator' attribute value. |
void |
setGDSCodes(java.util.List<HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode> list)
Set the list of 'GDS_Code' element items. |
void |
setLoadGDSIndicator(java.lang.Boolean loadGDSIndicator)
Set the 'LoadGDSIndicator' attribute value. |
int |
sizeGDSCodes()
Get the number of 'GDS_Code' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.GDSInfo.GDSCodes()
| Method Detail |
|---|
public java.util.List<HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode> getGDSCodes()
public void setGDSCodes(java.util.List<HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode> list)
list - public int sizeGDSCodes()
public void addGDSCode(HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode item)
item - public HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode getGDSCode(int index)
index -
public void clearGDSCodes()
public java.lang.Boolean getLoadGDSIndicator()
public void setLoadGDSIndicator(java.lang.Boolean loadGDSIndicator)
loadGDSIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||