org.ota.hotel
Class HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs

java.lang.Object
  extended by org.ota.hotel.HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs
Enclosing class:
HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare

public static class HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs
extends java.lang.Object

Collection of Guest RPH items 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="GuestRPHs" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="GuestRPH" maxOccurs="99">
         <!-- Reference to inner class GuestRPH -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH
          References one of the guest(s) staying in this room Schema fragment(s) for this class:
 
Constructor Summary
HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs()
           
 
Method Summary
 void addGuestRPH(HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH item)
          Add a 'GuestRPH' element item.
 void clearGuestRPHs()
          Remove all 'GuestRPH' element items.
 HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH getGuestRPH(int index)
          Get 'GuestRPH' element item by position.
 java.util.List<HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH> getGuestRPHs()
          Get the list of 'GuestRPH' element items.
 void setGuestRPHs(java.util.List<HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH> list)
          Set the list of 'GuestRPH' element items.
 int sizeGuestRPHs()
          Get the number of 'GuestRPH' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs

public HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs()
Method Detail

getGuestRPHs

public java.util.List<HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH> getGuestRPHs()
Get the list of 'GuestRPH' element items.

Returns:
list

setGuestRPHs

public void setGuestRPHs(java.util.List<HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH> list)
Set the list of 'GuestRPH' element items.

Parameters:
list -

sizeGuestRPHs

public int sizeGuestRPHs()
Get the number of 'GuestRPH' element items.

Returns:
count

addGuestRPH

public void addGuestRPH(HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH item)
Add a 'GuestRPH' element item.

Parameters:
item -

getGuestRPH

public HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs.GuestRPH getGuestRPH(int index)
Get 'GuestRPH' element item by position.

Parameters:
index -
Returns:
item

clearGuestRPHs

public void clearGuestRPHs()
Remove all 'GuestRPH' element items.