org.ota.hotel
Class HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare
java.lang.Object
org.ota.hotel.HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare
- Enclosing class:
- HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares
public static class HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare
- extends java.lang.Object
Guests to share a room
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="RoomShare" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="GuestRPHs" minOccurs="0">
<!-- Reference to inner class GuestRPHs -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare
public HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare()
getGuestRPHs
public HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs getGuestRPHs()
- Get the 'GuestRPHs' element value.
- Returns:
- value
setGuestRPHs
public void setGuestRPHs(HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare.GuestRPHs guestRPHs)
- Set the 'GuestRPHs' element value.
- Parameters:
guestRPHs
-