org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay

public static class RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms
extends java.lang.Object

A collection of multiple StayDayRooms. 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="StayDayRooms" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="StayDayRoom" maxOccurs="unbounded">
         <!-- Reference to inner class StayDayRoom -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom
          A container for the room requirements data.
 
Constructor Summary
RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms()
           
 
Method Summary
 void addStayDayRoom(RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom item)
          Add a 'StayDayRoom' element item.
 void clearStayDayRooms()
          Remove all 'StayDayRoom' element items.
 RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom getStayDayRoom(int index)
          Get 'StayDayRoom' element item by position.
 java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom> getStayDayRooms()
          Get the list of 'StayDayRoom' element items.
 void setStayDayRooms(java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom> list)
          Set the list of 'StayDayRoom' element items.
 int sizeStayDayRooms()
          Get the number of 'StayDayRoom' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms

public RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms()
Method Detail

getStayDayRooms

public java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom> getStayDayRooms()
Get the list of 'StayDayRoom' element items.

Returns:
list

setStayDayRooms

public void setStayDayRooms(java.util.List<RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom> list)
Set the list of 'StayDayRoom' element items.

Parameters:
list -

sizeStayDayRooms

public int sizeStayDayRooms()
Get the number of 'StayDayRoom' element items.

Returns:
count

addStayDayRoom

public void addStayDayRoom(RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom item)
Add a 'StayDayRoom' element item.

Parameters:
item -

getStayDayRoom

public RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom getStayDayRoom(int index)
Get 'StayDayRoom' element item by position.

Parameters:
index -
Returns:
item

clearStayDayRooms

public void clearStayDayRooms()
Remove all 'StayDayRoom' element items.