|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.DescriptiveInfoRS.HotelDescriptiveContents
public static class DescriptiveInfoRS.HotelDescriptiveContents
A collection of hotel descriptive 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="HotelDescriptiveContents" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="HotelDescriptiveContent" maxOccurs="unbounded">
<!-- Reference to inner class HotelDescriptiveContent -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:HotelReferenceGroup"/>
<xs:attributeGroup ref="ns:OverWriteGroup"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OverWriteGroup">
<xs:attribute type="xs:boolean" use="optional" name="Overwrite"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent
Hotel descriptive information. |
| Constructor Summary | |
|---|---|
DescriptiveInfoRS.HotelDescriptiveContents()
|
|
| Method Summary | |
|---|---|
void |
addHotelDescriptiveContent(DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent item)
Add a 'HotelDescriptiveContent' element item. |
void |
clearHotelDescriptiveContents()
Remove all 'HotelDescriptiveContent' element items. |
DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent |
getHotelDescriptiveContent(int index)
Get 'HotelDescriptiveContent' element item by position. |
java.util.List<DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent> |
getHotelDescriptiveContents()
Get the list of 'HotelDescriptiveContent' element items. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
java.lang.Boolean |
getOverwrite()
Get the 'Overwrite' attribute value. |
void |
setHotelDescriptiveContents(java.util.List<DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent> list)
Set the list of 'HotelDescriptiveContent' element items. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setOverwrite(java.lang.Boolean overwrite)
Set the 'Overwrite' attribute value. |
int |
sizeHotelDescriptiveContents()
Get the number of 'HotelDescriptiveContent' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescriptiveInfoRS.HotelDescriptiveContents()
| Method Detail |
|---|
public java.util.List<DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent> getHotelDescriptiveContents()
public void setHotelDescriptiveContents(java.util.List<DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent> list)
list - public int sizeHotelDescriptiveContents()
public void addHotelDescriptiveContent(DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent item)
item - public DescriptiveInfoRS.HotelDescriptiveContents.HotelDescriptiveContent getHotelDescriptiveContent(int index)
index -
public void clearHotelDescriptiveContents()
public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup - public java.lang.Boolean getOverwrite()
public void setOverwrite(java.lang.Boolean overwrite)
overwrite -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||