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

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

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

A container for the events requirements data. 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="EventDayFunction" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence minOccurs="0">
       <!-- Reference to inner class Sequence -->
     </xs:sequence>
     <xs:attribute type="xs:string" use="required" name="EventName"/>
     <xs:attribute type="xs:string" name="EventType"/>
     <xs:attribute type="xs:time" use="required" name="StartTime"/>
     <xs:attribute type="xs:time" use="required" name="EndTime"/>
     <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/>
     <xs:attribute type="xs:int" use="optional" name="AttendeeQuantity"/>
     <xs:attribute type="xs:string" use="optional" name="RoomSetup"/>
     <xs:attribute type="xs:boolean" use="optional" name="TwentyFourHourHold"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence
          Schema fragment(s) for this class:
 
Constructor Summary
RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction()
           
 
Method Summary
 java.lang.Integer getAttendeeQuantity()
          Get the 'AttendeeQuantity' attribute value.
 java.sql.Time getEndTime()
          Get the 'EndTime' attribute value.
 java.lang.String getEvent()
          Get the 'EventType' attribute value.
 java.lang.String getEventName()
          Get the 'EventName' attribute value.
 java.lang.String getRoomSetup()
          Get the 'RoomSetup' attribute value.
 RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence getSequence()
          Get the sequence value.
 java.sql.Time getStartTime()
          Get the 'StartTime' attribute value.
 java.lang.Boolean getTwentyFourHourHold()
          Get the 'TwentyFourHourHold' attribute value.
 UnitsOfMeasureGroup getUnitsOfMeasureGroup()
          Get the 'UnitsOfMeasureGroup' attributeGroup value.
 void setAttendeeQuantity(java.lang.Integer attendeeQuantity)
          Set the 'AttendeeQuantity' attribute value.
 void setEndTime(java.sql.Time endTime)
          Set the 'EndTime' attribute value.
 void setEvent(java.lang.String event)
          Set the 'EventType' attribute value.
 void setEventName(java.lang.String eventName)
          Set the 'EventName' attribute value.
 void setRoomSetup(java.lang.String roomSetup)
          Set the 'RoomSetup' attribute value.
 void setSequence(RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence sequence)
          Set the sequence value.
 void setStartTime(java.sql.Time startTime)
          Set the 'StartTime' attribute value.
 void setTwentyFourHourHold(java.lang.Boolean twentyFourHourHold)
          Set the 'TwentyFourHourHold' attribute value.
 void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
          Set the 'UnitsOfMeasureGroup' attributeGroup value.
 
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.EventDayFunction

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

getSequence

public RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence getSequence()
Get the sequence value.

Returns:
value

setSequence

public void setSequence(RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence sequence)
Set the sequence value.

Parameters:
sequence -

getEventName

public java.lang.String getEventName()
Get the 'EventName' attribute value. The name of the event.

Returns:
value

setEventName

public void setEventName(java.lang.String eventName)
Set the 'EventName' attribute value. The name of the event.

Parameters:
eventName -

getEvent

public java.lang.String getEvent()
Get the 'EventType' attribute value. Indicates the type of event being requested (e.g. breakfast meeting or reception). Refer to OpenTravel Code table Event Charge (EVT).

Returns:
value

setEvent

public void setEvent(java.lang.String event)
Set the 'EventType' attribute value. Indicates the type of event being requested (e.g. breakfast meeting or reception). Refer to OpenTravel Code table Event Charge (EVT).

Parameters:
event -

getStartTime

public java.sql.Time getStartTime()
Get the 'StartTime' attribute value. The time the event is scheduled to begin.

Returns:
value

setStartTime

public void setStartTime(java.sql.Time startTime)
Set the 'StartTime' attribute value. The time the event is scheduled to begin.

Parameters:
startTime -

getEndTime

public java.sql.Time getEndTime()
Get the 'EndTime' attribute value. The time the event is scheduled to finish.

Returns:
value

setEndTime

public void setEndTime(java.sql.Time endTime)
Set the 'EndTime' attribute value. The time the event is scheduled to finish.

Parameters:
endTime -

getUnitsOfMeasureGroup

public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. This identifies the space requirement.

Returns:
value

setUnitsOfMeasureGroup

public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. This identifies the space requirement.

Parameters:
unitsOfMeasureGroup -

getAttendeeQuantity

public java.lang.Integer getAttendeeQuantity()
Get the 'AttendeeQuantity' attribute value. The number of people attending this event.

Returns:
value

setAttendeeQuantity

public void setAttendeeQuantity(java.lang.Integer attendeeQuantity)
Set the 'AttendeeQuantity' attribute value. The number of people attending this event.

Parameters:
attendeeQuantity -

getRoomSetup

public java.lang.String getRoomSetup()
Get the 'RoomSetup' attribute value. Indicates the arrangement of the meeting space (e.g. conference or banquet style). Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Returns:
value

setRoomSetup

public void setRoomSetup(java.lang.String roomSetup)
Set the 'RoomSetup' attribute value. Indicates the arrangement of the meeting space (e.g. conference or banquet style). Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Parameters:
roomSetup -

getTwentyFourHourHold

public java.lang.Boolean getTwentyFourHourHold()
Get the 'TwentyFourHourHold' attribute value. Indicates a room is held on a 24-hour basis (i.e., ensures a room set-up is not disturbed).

Returns:
value

setTwentyFourHourHold

public void setTwentyFourHourHold(java.lang.Boolean twentyFourHourHold)
Set the 'TwentyFourHourHold' attribute value. Indicates a room is held on a 24-hour basis (i.e., ensures a room set-up is not disturbed).

Parameters:
twentyFourHourHold -