|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AffiliationInfo.Brands
public static class HotelDescriptiveContent.AffiliationInfo.Brands
Collection of Brands. 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="Brands" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Brand" maxOccurs="unbounded">
<!-- Reference to inner class Brand -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.AffiliationInfo.Brands.Brand
The Brand class defines the brand affiliations of this hotel. |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.AffiliationInfo.Brands()
|
|
| Method Summary | |
|---|---|
void |
addBrand(HotelDescriptiveContent.AffiliationInfo.Brands.Brand item)
Add a 'Brand' element item. |
void |
clearBrands()
Remove all 'Brand' element items. |
HotelDescriptiveContent.AffiliationInfo.Brands.Brand |
getBrand(int index)
Get 'Brand' element item by position. |
java.util.List<HotelDescriptiveContent.AffiliationInfo.Brands.Brand> |
getBrands()
Get the list of 'Brand' element items. |
void |
setBrands(java.util.List<HotelDescriptiveContent.AffiliationInfo.Brands.Brand> list)
Set the list of 'Brand' element items. |
int |
sizeBrands()
Get the number of 'Brand' 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.Brands()
| Method Detail |
|---|
public java.util.List<HotelDescriptiveContent.AffiliationInfo.Brands.Brand> getBrands()
public void setBrands(java.util.List<HotelDescriptiveContent.AffiliationInfo.Brands.Brand> list)
list - public int sizeBrands()
public void addBrand(HotelDescriptiveContent.AffiliationInfo.Brands.Brand item)
item - public HotelDescriptiveContent.AffiliationInfo.Brands.Brand getBrand(int index)
index -
public void clearBrands()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||