|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.AudioVisualReqs.AudioVisualReq
public static class RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.AudioVisualReqs.AudioVisualReq
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 |
---|
public RFPMeetingRQ.RFPRequestSegment.EventBlock.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.AudioVisualReqs.AudioVisualReq()
Method Detail |
---|
public Paragraph getComments()
public void setComments(Paragraph comments)
comments
- public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public PreferLevel getAudioVisualPref()
public void setAudioVisualPref(PreferLevel audioVisualPref)
audioVisualPref
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |