org.ota.hotel
Class HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes
Enclosing class:
HotelDescriptiveContent.FacilityInfo.Restaurants

public static class HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes
extends java.lang.Object

Collection of type of restaurant offered. 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="SrvcInfoCodes" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="SrvcInfoCode" maxOccurs="unbounded">
         <!-- Reference to inner class SrvcInfoCode -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode
          This identifies the type of service.
 
Constructor Summary
HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes()
           
 
Method Summary
 void addSrvcInfoCode(HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode item)
          Add a 'SrvcInfoCode' element item.
 void clearSrvcInfoCodes()
          Remove all 'SrvcInfoCode' element items.
 HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode getSrvcInfoCode(int index)
          Get 'SrvcInfoCode' element item by position.
 java.util.List<HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode> getSrvcInfoCodes()
          Get the list of 'SrvcInfoCode' element items.
 void setSrvcInfoCodes(java.util.List<HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode> list)
          Set the list of 'SrvcInfoCode' element items.
 int sizeSrvcInfoCodes()
          Get the number of 'SrvcInfoCode' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes

public HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes()
Method Detail

getSrvcInfoCodes

public java.util.List<HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode> getSrvcInfoCodes()
Get the list of 'SrvcInfoCode' element items.

Returns:
list

setSrvcInfoCodes

public void setSrvcInfoCodes(java.util.List<HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode> list)
Set the list of 'SrvcInfoCode' element items.

Parameters:
list -

sizeSrvcInfoCodes

public int sizeSrvcInfoCodes()
Get the number of 'SrvcInfoCode' element items.

Returns:
count

addSrvcInfoCode

public void addSrvcInfoCode(HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode item)
Add a 'SrvcInfoCode' element item.

Parameters:
item -

getSrvcInfoCode

public HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode getSrvcInfoCode(int index)
Get 'SrvcInfoCode' element item by position.

Parameters:
index -
Returns:
item

clearSrvcInfoCodes

public void clearSrvcInfoCodes()
Remove all 'SrvcInfoCode' element items.