org.ota.hotel
Class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction

java.lang.Object
  extended by org.ota.hotel.RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction
Enclosing class:
RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions

public static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction
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="EventDateFunction" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence minOccurs="0">
       <!-- Reference to inner class Sequence -->
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="EventName"/>
     <xs:attribute type="xs:string" use="optional" name="EventType"/>
     <xs:attribute type="xs:time" use="optional" name="StartTime"/>
     <xs:attribute type="xs:time" use="optional" 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:attribute type="xs:string" use="optional" name="MeetingRoomName"/>
     <xs:attribute type="xs:int" use="optional" name="MeetingRoomCapacity"/>
     <xs:attribute use="optional" name="AvailabilityOptionType">
       <xs:simpleType>
         <!-- Reference to inner class AvailabilityOption -->
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.AvailabilityOption
          Schema fragment(s) for this class:
static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.Sequence
          Schema fragment(s) for this class:
 
Constructor Summary
RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction()
           
 
Method Summary
 java.lang.Integer getAttendeeQuantity()
          Get the 'AttendeeQuantity' attribute value.
 RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.AvailabilityOption getAvailabilityOption()
          Get the 'AvailabilityOptionType' 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.Integer getMeetingRoomCapacity()
          Get the 'MeetingRoomCapacity' attribute value.
 java.lang.String getMeetingRoomName()
          Get the 'MeetingRoomName' attribute value.
 java.lang.String getRoomSetup()
          Get the 'RoomSetup' attribute value.
 RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.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 setAvailabilityOption(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.AvailabilityOption availabilityOption)
          Set the 'AvailabilityOptionType' 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 setMeetingRoomCapacity(java.lang.Integer meetingRoomCapacity)
          Set the 'MeetingRoomCapacity' attribute value.
 void setMeetingRoomName(java.lang.String meetingRoomName)
          Set the 'MeetingRoomName' attribute value.
 void setRoomSetup(java.lang.String roomSetup)
          Set the 'RoomSetup' attribute value.
 void setSequence(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.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

RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction

public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction()
Method Detail

getSequence

public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.Sequence getSequence()
Get the sequence value.

Returns:
value

setSequence

public void setSequence(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.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, reception).

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, reception).

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 the room must be accessable for 24 hours before the event (usually for set-up purposes).

Returns:
value

setTwentyFourHourHold

public void setTwentyFourHourHold(java.lang.Boolean twentyFourHourHold)
Set the 'TwentyFourHourHold' attribute value. Indicates the room must be accessable for 24 hours before the event (usually for set-up purposes).

Parameters:
twentyFourHourHold -

getMeetingRoomName

public java.lang.String getMeetingRoomName()
Get the 'MeetingRoomName' attribute value. Indicates the name of the room that the event will be held in.

Returns:
value

setMeetingRoomName

public void setMeetingRoomName(java.lang.String meetingRoomName)
Set the 'MeetingRoomName' attribute value. Indicates the name of the room that the event will be held in.

Parameters:
meetingRoomName -

getMeetingRoomCapacity

public java.lang.Integer getMeetingRoomCapacity()
Get the 'MeetingRoomCapacity' attribute value. The total number of people permitted in the meeting room.

Returns:
value

setMeetingRoomCapacity

public void setMeetingRoomCapacity(java.lang.Integer meetingRoomCapacity)
Set the 'MeetingRoomCapacity' attribute value. The total number of people permitted in the meeting room.

Parameters:
meetingRoomCapacity -

getAvailabilityOption

public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.AvailabilityOption getAvailabilityOption()
Get the 'AvailabilityOptionType' attribute value. Indicates the availability of the dates offered.

Returns:
value

setAvailabilityOption

public void setAvailabilityOption(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock.EventDates.EventDate.EventDateFunctions.EventDateFunction.AvailabilityOption availabilityOption)
Set the 'AvailabilityOptionType' attribute value. Indicates the availability of the dates offered.

Parameters:
availabilityOption -