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

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

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

Defines a specific audio visual need for the event. 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="AudioVisualReq" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:ParagraphType" name="Comments"/>
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="Code"/>
     <xs:attribute type="ns:PreferLevelType" use="optional" name="AudioVisualPref"/>
     <xs:attribute type="xs:int" use="optional" name="Quantity"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.AudioVisualReqs.AudioVisualReq()
           
 
Method Summary
 PreferLevel getAudioVisualPref()
          Get the 'AudioVisualPref' attribute value.
 java.lang.String getCode()
          Get the 'Code' attribute value.
 Paragraph getComments()
          Get the 'Comments' element value.
 java.lang.Integer getQuantity()
          Get the 'Quantity' attribute value.
 void setAudioVisualPref(PreferLevel audioVisualPref)
          Set the 'AudioVisualPref' attribute value.
 void setCode(java.lang.String code)
          Set the 'Code' attribute value.
 void setComments(Paragraph comments)
          Set the 'Comments' element 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

RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.AudioVisualReqs.AudioVisualReq

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

getComments

public Paragraph getComments()
Get the 'Comments' element value.

Returns:
value

setComments

public void setComments(Paragraph comments)
Set the 'Comments' element value.

Parameters:
comments -

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. Refer to OpenTravel Code Table Meeting Room code (MRC).

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. Refer to OpenTravel Code Table Meeting Room code (MRC).

Parameters:
code -

getAudioVisualPref

public PreferLevel getAudioVisualPref()
Get the 'AudioVisualPref' attribute value. Describes whether the audio visual request is preferred or required.

Returns:
value

setAudioVisualPref

public void setAudioVisualPref(PreferLevel audioVisualPref)
Set the 'AudioVisualPref' attribute value. Describes whether the audio visual request is preferred or required.

Parameters:
audioVisualPref -

getQuantity

public java.lang.Integer getQuantity()
Get the 'Quantity' attribute value. Describes the number of audio visual units as described by the code.

Returns:
value

setQuantity

public void setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. Describes the number of audio visual units as described by the code.

Parameters:
quantity -