|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AffiliationInfo
public static class HotelDescriptiveContent.AffiliationInfo
Provides information regarding affiliations, loyalty programs and award ratings. 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:AffiliationInfoType" name="AffiliationInfo" minOccurs="0"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AffiliationInfoType">
<xs:sequence>
<xs:element name="DistribSystems" minOccurs="0">
<!-- Reference to inner class DistribSystems -->
</xs:element>
<xs:element name="Brands" minOccurs="0">
<!-- Reference to inner class Brands -->
</xs:element>
<xs:element name="LoyalPrograms" minOccurs="0">
<!-- Reference to inner class LoyalPrograms -->
</xs:element>
<xs:element name="Awards" minOccurs="0">
<!-- Reference to inner class Awards -->
</xs:element>
<xs:element name="PartnerInfos" minOccurs="0">
<!-- Reference to inner class PartnerInfos -->
</xs:element>
<xs:element name="Descriptions" minOccurs="0">
<!-- Reference to inner class Descriptions -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:dateTime" use="optional" name="LastUpdated"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.AffiliationInfo.Awards
A collection of Award elements. |
static class |
HotelDescriptiveContent.AffiliationInfo.Brands
Collection of Brands. |
static class |
HotelDescriptiveContent.AffiliationInfo.Descriptions
Collection of affiliation descriptions. |
static class |
HotelDescriptiveContent.AffiliationInfo.DistribSystems
A collection of DistribSystem elements. |
static class |
HotelDescriptiveContent.AffiliationInfo.LoyalPrograms
Collection of LoyalPrograms. |
static class |
HotelDescriptiveContent.AffiliationInfo.PartnerInfos
Collection of PartnerInfo. |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.AffiliationInfo()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.AffiliationInfo()
| Method Detail |
|---|
public HotelDescriptiveContent.AffiliationInfo.DistribSystems getDistribSystems()
public void setDistribSystems(HotelDescriptiveContent.AffiliationInfo.DistribSystems distribSystems)
distribSystems - public HotelDescriptiveContent.AffiliationInfo.Brands getBrands()
public void setBrands(HotelDescriptiveContent.AffiliationInfo.Brands brands)
brands - public HotelDescriptiveContent.AffiliationInfo.LoyalPrograms getLoyalPrograms()
public void setLoyalPrograms(HotelDescriptiveContent.AffiliationInfo.LoyalPrograms loyalPrograms)
loyalPrograms - public HotelDescriptiveContent.AffiliationInfo.Awards getAwards()
public void setAwards(HotelDescriptiveContent.AffiliationInfo.Awards awards)
awards - public HotelDescriptiveContent.AffiliationInfo.PartnerInfos getPartnerInfos()
public void setPartnerInfos(HotelDescriptiveContent.AffiliationInfo.PartnerInfos partnerInfos)
partnerInfos - public HotelDescriptiveContent.AffiliationInfo.Descriptions getDescriptions()
public void setDescriptions(HotelDescriptiveContent.AffiliationInfo.Descriptions descriptions)
descriptions - public java.util.Date getLastUpdated()
public void setLastUpdated(java.util.Date lastUpdated)
lastUpdated -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||