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

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

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

A setup requirement 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="SetupDetail" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Comments" minOccurs="0">
         <!-- Reference to inner class Comments -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:DimensionGroup"/>
     <xs:attribute type="xs:string" use="optional" name="Code"/>
     <xs:attributeGroup ref="ns:QuantityGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup">
   <xs:attribute type="xs:int" use="optional" name="Quantity"/>
 </xs:attributeGroup>
 


Nested Class Summary
static class Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments
          A collection of comments associated with the function setup.
 
Constructor Summary
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail()
           
 
Method Summary
 java.lang.String getCode()
          Get the 'Code' attribute value.
 Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments getComments()
          Get the 'Comments' element value.
 DimensionGroup getDimensionGroup()
          Get the 'DimensionGroup' attributeGroup value.
 java.lang.Integer getQuantity()
          Get the 'Quantity' attribute value.
 void setCode(java.lang.String code)
          Set the 'Code' attribute value.
 void setComments(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments comments)
          Set the 'Comments' element value.
 void setDimensionGroup(DimensionGroup dimensionGroup)
          Set the 'DimensionGroup' attributeGroup value.
 void setQuantity(java.lang.Integer quantity)
          Set the 'Quantity' attribute 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.SetupDetails.SetupDetail

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

getComments

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

Returns:
value

setComments

public void setComments(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments comments)
Set the 'Comments' element value.

Parameters:
comments -

getDimensionGroup

public DimensionGroup getDimensionGroup()
Get the 'DimensionGroup' attributeGroup value. The dimensions of the item in this setup detail.

Returns:
value

setDimensionGroup

public void setDimensionGroup(DimensionGroup dimensionGroup)
Set the 'DimensionGroup' attributeGroup value. The dimensions of the item in this setup detail.

Parameters:
dimensionGroup -

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. Indicates additional details of the function setup (e.g. risers, perimeter seating). Refer to OpenTravel Code List Meeting Room Code (MRC).

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. Indicates additional details of the function setup (e.g. risers, perimeter seating). Refer to OpenTravel Code List Meeting Room Code (MRC).

Parameters:
code -

getQuantity

public java.lang.Integer getQuantity()
Get the 'Quantity' attribute value. Used to define the quantity for an associated element or attribute.

Returns:
value

setQuantity

public void setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. Used to define the quantity for an associated element or attribute.

Parameters:
quantity -