org.ota.hotel
Class HotelDescriptiveContent.HotelInfo.HotelInfoCodes

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.HotelInfo.HotelInfoCodes
Enclosing class:
HotelDescriptiveContent.HotelInfo

public static class HotelDescriptiveContent.HotelInfo.HotelInfoCodes
extends java.lang.Object

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

HotelDescriptiveContent.HotelInfo.HotelInfoCodes

public HotelDescriptiveContent.HotelInfo.HotelInfoCodes()
Method Detail

getHotelInfoCodes

public java.util.List<HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode> getHotelInfoCodes()
Get the list of 'HotelInfoCode' element items.

Returns:
list

setHotelInfoCodes

public void setHotelInfoCodes(java.util.List<HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode> list)
Set the list of 'HotelInfoCode' element items.

Parameters:
list -

sizeHotelInfoCodes

public int sizeHotelInfoCodes()
Get the number of 'HotelInfoCode' element items.

Returns:
count

addHotelInfoCode

public void addHotelInfoCode(HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode item)
Add a 'HotelInfoCode' element item.

Parameters:
item -

getHotelInfoCode

public HotelDescriptiveContent.HotelInfo.HotelInfoCodes.HotelInfoCode getHotelInfoCode(int index)
Get 'HotelInfoCode' element item by position.

Parameters:
index -
Returns:
item

clearHotelInfoCodes

public void clearHotelInfoCodes()
Remove all 'HotelInfoCode' element items.