org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay

public static class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions
extends java.lang.Object

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


Nested Class Summary
static class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction
          A container for the events requirements data.
 
Constructor Summary
RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions()
           
 
Method Summary
 void addEventDayFunction(RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction item)
          Add a 'EventDayFunction' element item.
 void clearEventDayFunctions()
          Remove all 'EventDayFunction' element items.
 RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction getEventDayFunction(int index)
          Get 'EventDayFunction' element item by position.
 java.util.List<RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction> getEventDayFunctions()
          Get the list of 'EventDayFunction' element items.
 void setEventDayFunctions(java.util.List<RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction> list)
          Set the list of 'EventDayFunction' element items.
 int sizeEventDayFunctions()
          Get the number of 'EventDayFunction' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions

public RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions()
Method Detail

getEventDayFunctions

public java.util.List<RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction> getEventDayFunctions()
Get the list of 'EventDayFunction' element items.

Returns:
list

setEventDayFunctions

public void setEventDayFunctions(java.util.List<RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction> list)
Set the list of 'EventDayFunction' element items.

Parameters:
list -

sizeEventDayFunctions

public int sizeEventDayFunctions()
Get the number of 'EventDayFunction' element items.

Returns:
count

addEventDayFunction

public void addEventDayFunction(RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction item)
Add a 'EventDayFunction' element item.

Parameters:
item -

getEventDayFunction

public RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction getEventDayFunction(int index)
Get 'EventDayFunction' element item by position.

Parameters:
index -
Returns:
item

clearEventDayFunctions

public void clearEventDayFunctions()
Remove all 'EventDayFunction' element items.