|
|||||||
| 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.LocationCategories.Category
public static class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.LocationCategories.Category
Used to define the preferences or requirements regarding an event location. 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="Category" minOccurs="0" maxOccurs="99">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ns:FormattedTextTextType">
<xs:attribute type="xs:string" use="optional" name="LocationCategoryCode"/>
<xs:attributeGroup ref="ns:PreferLevelGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup">
<xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
</xs:attributeGroup>
| Constructor Summary | |
|---|---|
RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.LocationCategories.Category()
|
|
| Method Summary | |
|---|---|
FormattedTextText |
getFormattedTextText()
Get the extension value. |
java.lang.String |
getLocationCategoryCode()
Get the 'LocationCategoryCode' attribute value. |
PreferLevel |
getPreferLevel()
Get the 'PreferLevel' attribute value. |
void |
setFormattedTextText(FormattedTextText formattedTextText)
Set the extension value. |
void |
setLocationCategoryCode(java.lang.String locationCategoryCode)
Set the 'LocationCategoryCode' attribute value. |
void |
setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' 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.Preferences.Preference.LocationCategories.Category()
| Method Detail |
|---|
public FormattedTextText getFormattedTextText()
public void setFormattedTextText(FormattedTextText formattedTextText)
formattedTextText - public java.lang.String getLocationCategoryCode()
public void setLocationCategoryCode(java.lang.String locationCategoryCode)
locationCategoryCode - public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||