|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AffiliationInfo.PartnerInfos
public static class HotelDescriptiveContent.AffiliationInfo.PartnerInfos
Collection of PartnerInfo. 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="PartnerInfos" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="PartnerInfo" maxOccurs="99">
<!-- Reference to inner class PartnerInfo -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
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). |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.AffiliationInfo.PartnerInfos()
|
|
| Method Summary | |
|---|---|
void |
addPartnerInfo(HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo item)
Add a 'PartnerInfo' element item. |
void |
clearPartnerInfos()
Remove all 'PartnerInfo' element items. |
HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo |
getPartnerInfo(int index)
Get 'PartnerInfo' element item by position. |
java.util.List<HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo> |
getPartnerInfos()
Get the list of 'PartnerInfo' element items. |
void |
setPartnerInfos(java.util.List<HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo> list)
Set the list of 'PartnerInfo' element items. |
int |
sizePartnerInfos()
Get the number of 'PartnerInfo' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.AffiliationInfo.PartnerInfos()
| Method Detail |
|---|
public java.util.List<HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo> getPartnerInfos()
public void setPartnerInfos(java.util.List<HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo> list)
list - public int sizePartnerInfos()
public void addPartnerInfo(HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo item)
item - public HotelDescriptiveContent.AffiliationInfo.PartnerInfos.PartnerInfo getPartnerInfo(int index)
index -
public void clearPartnerInfos()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||