org.ota.cruise
Class PkgAvailRQ.GuestInfos

java.lang.Object
  extended by org.ota.cruise.PkgAvailRQ.GuestInfos
Enclosing class:
PkgAvailRQ

public static class PkgAvailRQ.GuestInfos
extends java.lang.Object

Collection of guest 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="GuestInfos" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="GuestInfo" maxOccurs="9">
         <!-- Reference to inner class GuestInfo -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class PkgAvailRQ.GuestInfos.GuestInfo
          Specifies the guest information.
 
Constructor Summary
PkgAvailRQ.GuestInfos()
           
 
Method Summary
 void addGuestInfo(PkgAvailRQ.GuestInfos.GuestInfo item)
          Add a 'GuestInfo' element item.
 void clearGuestInfos()
          Remove all 'GuestInfo' element items.
 PkgAvailRQ.GuestInfos.GuestInfo getGuestInfo(int index)
          Get 'GuestInfo' element item by position.
 java.util.List<PkgAvailRQ.GuestInfos.GuestInfo> getGuestInfos()
          Get the list of 'GuestInfo' element items.
 void setGuestInfos(java.util.List<PkgAvailRQ.GuestInfos.GuestInfo> list)
          Set the list of 'GuestInfo' element items.
 int sizeGuestInfos()
          Get the number of 'GuestInfo' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PkgAvailRQ.GuestInfos

public PkgAvailRQ.GuestInfos()
Method Detail

getGuestInfos

public java.util.List<PkgAvailRQ.GuestInfos.GuestInfo> getGuestInfos()
Get the list of 'GuestInfo' element items.

Returns:
list

setGuestInfos

public void setGuestInfos(java.util.List<PkgAvailRQ.GuestInfos.GuestInfo> list)
Set the list of 'GuestInfo' element items.

Parameters:
list -

sizeGuestInfos

public int sizeGuestInfos()
Get the number of 'GuestInfo' element items.

Returns:
count

addGuestInfo

public void addGuestInfo(PkgAvailRQ.GuestInfos.GuestInfo item)
Add a 'GuestInfo' element item.

Parameters:
item -

getGuestInfo

public PkgAvailRQ.GuestInfos.GuestInfo getGuestInfo(int index)
Get 'GuestInfo' element item by position.

Parameters:
index -
Returns:
item

clearGuestInfos

public void clearGuestInfos()
Remove all 'GuestInfo' element items.