org.ota.hotel
Class Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup

java.lang.Object
  extended by org.ota.hotel.Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup
Enclosing class:
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence

public static class Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup
extends java.lang.Object

The room setup requirements for the function. 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="RoomSetup" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="SetupDetails" minOccurs="0">
         <!-- Reference to inner class SetupDetails -->
       </xs:element>
       <xs:element type="ns:ParagraphType" name="Diagram" minOccurs="0"/>
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="RoomSetupCode"/>
     <xs:attribute type="xs:int" use="optional" name="SetForQuantity"/>
     <xs:attribute type="xs:string" use="optional" name="SetByTime"/>
     <xs:attribute type="xs:string" use="optional" name="DismantleByTime"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails
          A collection of setup requirements for the function.
 
Constructor Summary
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup()
           
 
Method Summary
 Paragraph getDiagram()
          Get the 'Diagram' element value.
 java.lang.String getDismantleByTime()
          Get the 'DismantleByTime' attribute value.
 java.lang.String getRoomSetupCode()
          Get the 'RoomSetupCode' attribute value.
 java.lang.String getSetByTime()
          Get the 'SetByTime' attribute value.
 java.lang.Integer getSetForQuantity()
          Get the 'SetForQuantity' attribute value.
 Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails getSetupDetails()
          Get the 'SetupDetails' element value.
 void setDiagram(Paragraph diagram)
          Set the 'Diagram' element value.
 void setDismantleByTime(java.lang.String dismantleByTime)
          Set the 'DismantleByTime' attribute value.
 void setRoomSetupCode(java.lang.String roomSetupCode)
          Set the 'RoomSetupCode' attribute value.
 void setSetByTime(java.lang.String setByTime)
          Set the 'SetByTime' attribute value.
 void setSetForQuantity(java.lang.Integer setForQuantity)
          Set the 'SetForQuantity' attribute value.
 void setSetupDetails(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails setupDetails)
          Set the 'SetupDetails' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup

public Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup()
Method Detail

getSetupDetails

public Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails getSetupDetails()
Get the 'SetupDetails' element value.

Returns:
value

setSetupDetails

public void setSetupDetails(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails setupDetails)
Set the 'SetupDetails' element value.

Parameters:
setupDetails -

getDiagram

public Paragraph getDiagram()
Get the 'Diagram' element value. A diagram of the room setup.

Returns:
value

setDiagram

public void setDiagram(Paragraph diagram)
Set the 'Diagram' element value. A diagram of the room setup.

Parameters:
diagram -

getRoomSetupCode

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

Returns:
value

setRoomSetupCode

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

Parameters:
roomSetupCode -

getSetForQuantity

public java.lang.Integer getSetForQuantity()
Get the 'SetForQuantity' attribute value. The number of people for whom the room should be set.

Returns:
value

setSetForQuantity

public void setSetForQuantity(java.lang.Integer setForQuantity)
Set the 'SetForQuantity' attribute value. The number of people for whom the room should be set.

Parameters:
setForQuantity -

getSetByTime

public java.lang.String getSetByTime()
Get the 'SetByTime' attribute value. The time or date and time by which the function space must be set up.

Returns:
value

setSetByTime

public void setSetByTime(java.lang.String setByTime)
Set the 'SetByTime' attribute value. The time or date and time by which the function space must be set up.

Parameters:
setByTime -

getDismantleByTime

public java.lang.String getDismantleByTime()
Get the 'DismantleByTime' attribute value. The time or date and time by which the function space must be broken down.

Returns:
value

setDismantleByTime

public void setDismantleByTime(java.lang.String dismantleByTime)
Set the 'DismantleByTime' attribute value. The time or date and time by which the function space must be broken down.

Parameters:
dismantleByTime -