org.ota.hotel
Class HotelDescriptiveContent.GDSInfo

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.GDSInfo
Enclosing class:
HotelDescriptiveContent

public static class HotelDescriptiveContent.GDSInfo
extends java.lang.Object

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

HotelDescriptiveContent.GDSInfo

public HotelDescriptiveContent.GDSInfo()
Method Detail

getGDSCodes1

public HotelDescriptiveContent.GDSInfo.GDSCodes getGDSCodes1()
Get the 'GDS_Codes' element value. This defines codes used by individual GDS's, which can be used to upload rate information.

Returns:
value

setGDSCodes1

public void setGDSCodes1(HotelDescriptiveContent.GDSInfo.GDSCodes GDSCodes1)
Set the 'GDS_Codes' element value. This defines codes used by individual GDS's, which can be used to upload rate information.

Parameters:
GDSCodes1 -

getMasterChainCode

public java.lang.String getMasterChainCode()
Get the 'MasterChainCode' attribute value. This is the 2 character master chain code that identifes a specific chain that is recognized by all GDS's.

Returns:
value

setMasterChainCode

public void setMasterChainCode(java.lang.String masterChainCode)
Set the 'MasterChainCode' attribute value. This is the 2 character master chain code that identifes a specific chain that is recognized by all GDS's.

Parameters:
masterChainCode -