org.ota.hotel
Class HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail
Enclosing class:
HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails

public static class HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail
extends java.lang.Object

This holds detailed information pertaining to the agencies authorized to book this rate. 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_CodeDetail" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="PseudoCityCode"/>
     <xs:attribute type="xs:string" use="optional" name="AgencyName"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail()
           
 
Method Summary
 java.lang.String getAgencyName()
          Get the 'AgencyName' attribute value.
 java.lang.String getPseudoCityCode()
          Get the 'PseudoCityCode' attribute value.
 void setAgencyName(java.lang.String agencyName)
          Set the 'AgencyName' attribute value.
 void setPseudoCityCode(java.lang.String pseudoCityCode)
          Set the 'PseudoCityCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail

public HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail()
Method Detail

getPseudoCityCode

public java.lang.String getPseudoCityCode()
Get the 'PseudoCityCode' attribute value. This is used to pass the pseudo city code (i.e., the code that identifies a specific agency location) of the agency that has authority to book the negotiated rate(s)).

Returns:
value

setPseudoCityCode

public void setPseudoCityCode(java.lang.String pseudoCityCode)
Set the 'PseudoCityCode' attribute value. This is used to pass the pseudo city code (i.e., the code that identifies a specific agency location) of the agency that has authority to book the negotiated rate(s)).

Parameters:
pseudoCityCode -

getAgencyName

public java.lang.String getAgencyName()
Get the 'AgencyName' attribute value. This is the agency with authority to book the negotiated rate(s).

Returns:
value

setAgencyName

public void setAgencyName(java.lang.String agencyName)
Set the 'AgencyName' attribute value. This is the agency with authority to book the negotiated rate(s).

Parameters:
agencyName -