|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Preferences.Preference
public static class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference
Describes various preferences or requirements for the RFP. 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="Preference" maxOccurs="5">
<xs:complexType>
<xs:sequence>
<xs:element name="LocationCategories" minOccurs="0" maxOccurs="5">
<!-- Reference to inner class LocationCategories -->
</xs:element>
<xs:element name="Recreations" minOccurs="0">
<!-- Reference to inner class Recreations -->
</xs:element>
<xs:element name="Properties" minOccurs="0">
<!-- Reference to inner class Properties -->
</xs:element>
<xs:element type="ns:ParagraphType" name="Comments" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.LocationCategories
Used to define requirements or preferences in location for the event, Schema fragment(s) for this class: |
static class |
RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties
A collection of preferred properties. |
static class |
RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations
A collection of recreation preferences. |
| Constructor Summary | |
|---|---|
RFPMeetingRQ.RFPRequestSegment.Preferences.Preference()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPMeetingRQ.RFPRequestSegment.Preferences.Preference()
| Method Detail |
|---|
public java.util.List<RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.LocationCategories> getLocationCategories()
public void setLocationCategories(java.util.List<RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.LocationCategories> list)
list - public int sizeLocationCategories()
public void addLocationCategory(RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.LocationCategories item)
item - public RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.LocationCategories getLocationCategory(int index)
index -
public void clearLocationCategories()
public RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations getRecreations()
public void setRecreations(RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations recreations)
recreations - public RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties getProperties()
public void setProperties(RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties properties)
properties - public Paragraph getComments()
public void setComments(Paragraph comments)
comments -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||