org.ota.hotel
Class HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo
Enclosing class:
HotelDescriptiveContent.AffiliationInfo.PartnerInfos

public static class HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo
extends java.lang.Object

Provides information on marketing and service partnerships (e.g., a theme park that offers discounts if you book this hotel). This is not a loyalty partnership. 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="PartnerInfo" maxOccurs="99">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:ContactInfoType" name="Contact" minOccurs="0"/>
       <xs:element type="ns:ParagraphType" name="Description" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo()
           
 
Method Summary
 ContactInfo getContact()
          Get the 'Contact' element value.
 Paragraph getDescription()
          Get the 'Description' element value.
 void setContact(ContactInfo contact)
          Set the 'Contact' element value.
 void setDescription(Paragraph description)
          Set the 'Description' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo

public HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo()
Method Detail

getContact

public ContactInfo getContact()
Get the 'Contact' element value. Provides general information for the partner.

Returns:
value

setContact

public void setContact(ContactInfo contact)
Set the 'Contact' element value. Provides general information for the partner.

Parameters:
contact -

getDescription

public Paragraph getDescription()
Get the 'Description' element value. Describes the partnership program.

Returns:
value

setDescription

public void setDescription(Paragraph description)
Set the 'Description' element value. Describes the partnership program.

Parameters:
description -