|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo.Descriptions
public static class HotelDescriptiveContent.HotelInfo.Descriptions
Collection of hotel and/or renovation information. 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="Descriptions" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Renovation" minOccurs="0" maxOccurs="unbounded">
<!-- Reference to inner class Renovation -->
</xs:element>
<xs:element name="MultimediaDescriptions" minOccurs="0">
<!-- Reference to inner class MultimediaDescriptions -->
</xs:element>
<xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.HotelInfo.Descriptions.MultimediaDescriptions
Multimedia information about the hotel. |
static class |
HotelDescriptiveContent.HotelInfo.Descriptions.Renovation
Details of the hotel renovation. |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.HotelInfo.Descriptions()
|
|
| Method Summary | |
|---|---|
void |
addRenovation(HotelDescriptiveContent.HotelInfo.Descriptions.Renovation item)
Add a 'Renovation' element item. |
void |
clearRenovations()
Remove all 'Renovation' element items. |
java.lang.String |
getDescriptiveText()
Get the 'DescriptiveText' element value. |
HotelDescriptiveContent.HotelInfo.Descriptions.MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
HotelDescriptiveContent.HotelInfo.Descriptions.Renovation |
getRenovation(int index)
Get 'Renovation' element item by position. |
java.util.List<HotelDescriptiveContent.HotelInfo.Descriptions.Renovation> |
getRenovations()
Get the list of 'Renovation' element items. |
void |
setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. |
void |
setMultimediaDescriptions(HotelDescriptiveContent.HotelInfo.Descriptions.MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setRenovations(java.util.List<HotelDescriptiveContent.HotelInfo.Descriptions.Renovation> list)
Set the list of 'Renovation' element items. |
int |
sizeRenovations()
Get the number of 'Renovation' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.HotelInfo.Descriptions()
| Method Detail |
|---|
public java.util.List<HotelDescriptiveContent.HotelInfo.Descriptions.Renovation> getRenovations()
public void setRenovations(java.util.List<HotelDescriptiveContent.HotelInfo.Descriptions.Renovation> list)
list - public int sizeRenovations()
public void addRenovation(HotelDescriptiveContent.HotelInfo.Descriptions.Renovation item)
item - public HotelDescriptiveContent.HotelInfo.Descriptions.Renovation getRenovation(int index)
index -
public void clearRenovations()
public HotelDescriptiveContent.HotelInfo.Descriptions.MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(HotelDescriptiveContent.HotelInfo.Descriptions.MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions - public java.lang.String getDescriptiveText()
public void setDescriptiveText(java.lang.String descriptiveText)
descriptiveText -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||