org.ota.hotel
Class EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category

java.lang.Object
  extended by org.ota.shared.FormattedTextText
      extended by org.ota.hotel.EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category
Enclosing class:
EventReport.GeneralEventInfo.Dates.Date.LocationCategories

public static class EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category
extends FormattedTextText

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:complexContent>
       <xs:extension base="ns:FormattedTextTextType">
         <xs:attribute type="xs:string" use="optional" name="LocationCategoryCode"/>
         <xs:attributeGroup ref="ns:PreferLevelGroup"/>
       </xs:extension>
     </xs:complexContent>
   </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>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.FormattedTextText
FormattedTextText.TextFormat
 
Constructor Summary
EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category()
           
 
Method Summary
 java.lang.String getLocationCategoryCode()
          Get the 'LocationCategoryCode' attribute value.
 PreferLevel getPreferLevel()
          Get the 'PreferLevel' attribute 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 org.ota.shared.FormattedTextText
getFormatted, getLanguage, getString, getTextFormat, setFormatted, setLanguage, setString, setTextFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category

public EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category()
Method Detail

getLocationCategoryCode

public java.lang.String getLocationCategoryCode()
Get the 'LocationCategoryCode' attribute value. Refer to OpenTravel Code table Location Category Codes (LOC).

Returns:
value

setLocationCategoryCode

public void setLocationCategoryCode(java.lang.String locationCategoryCode)
Set the 'LocationCategoryCode' attribute value. Refer to OpenTravel Code table Location Category Codes (LOC).

Parameters:
locationCategoryCode -

getPreferLevel

public PreferLevel getPreferLevel()
Get the 'PreferLevel' attribute value. Used to indicate a level of preference for an associated item. Preferred

Returns:
value

setPreferLevel

public void setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. Used to indicate a level of preference for an associated item. Preferred

Parameters:
preferLevel -