|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo
public static class HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo
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 |
---|
public HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo()
Method Detail |
---|
public ContactInfo getContact()
public void setContact(ContactInfo contact)
contact
- public Paragraph getDescription()
public void setDescription(Paragraph description)
description
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |