|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo.HotelInfoCodes
public static class HotelDescriptiveContent.HotelInfo.HotelInfoCodes
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="HotelInfoCodes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="HotelInfoCode" maxOccurs="unbounded">
<!-- Reference to inner class HotelInfoCode -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode
Contains code information about the hotel. |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.HotelInfo.HotelInfoCodes()
|
|
| Method Summary | |
|---|---|
void |
addHotelInfoCode(HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode item)
Add a 'HotelInfoCode' element item. |
void |
clearHotelInfoCodes()
Remove all 'HotelInfoCode' element items. |
HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode |
getHotelInfoCode(int index)
Get 'HotelInfoCode' element item by position. |
java.util.List<HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode> |
getHotelInfoCodes()
Get the list of 'HotelInfoCode' element items. |
void |
setHotelInfoCodes(java.util.List<HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode> list)
Set the list of 'HotelInfoCode' element items. |
int |
sizeHotelInfoCodes()
Get the number of 'HotelInfoCode' 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.HotelInfoCodes()
| Method Detail |
|---|
public java.util.List<HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode> getHotelInfoCodes()
public void setHotelInfoCodes(java.util.List<HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode> list)
list - public int sizeHotelInfoCodes()
public void addHotelInfoCode(HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode item)
item - public HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode getHotelInfoCode(int index)
index -
public void clearHotelInfoCodes()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||