|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.GDSInfo
public static class HotelDescriptiveContent.GDSInfo
This allows for information for GDS's to be specified. 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" type="ns:GDS_InfoType" name="GDS_Info" minOccurs="0"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GDS_InfoType">
<xs:sequence>
<xs:element name="GDS_Codes" minOccurs="0">
<!-- Reference to inner class GDSCodes -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="MasterChainCode"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.GDSInfo.GDSCodes
The element acts as a container for GDS_Code. |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.GDSInfo()
|
|
| Method Summary | |
|---|---|
HotelDescriptiveContent.GDSInfo.GDSCodes |
getGDSCodes1()
Get the 'GDS_Codes' element value. |
java.lang.String |
getMasterChainCode()
Get the 'MasterChainCode' attribute value. |
void |
setGDSCodes1(HotelDescriptiveContent.GDSInfo.GDSCodes GDSCodes1)
Set the 'GDS_Codes' element value. |
void |
setMasterChainCode(java.lang.String masterChainCode)
Set the 'MasterChainCode' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.GDSInfo()
| Method Detail |
|---|
public HotelDescriptiveContent.GDSInfo.GDSCodes getGDSCodes1()
public void setGDSCodes1(HotelDescriptiveContent.GDSInfo.GDSCodes GDSCodes1)
GDSCodes1 - public java.lang.String getMasterChainCode()
public void setMasterChainCode(java.lang.String masterChainCode)
masterChainCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||