org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations.Recreation

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations.Recreation
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations

public static class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations.Recreation
extends java.lang.Object

Used to define recreation preferences for the event site. 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="Recreation" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Code"/>
     <xs:attributeGroup ref="ns:PreferLevelGroup"/>
   </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.Recreations.Recreation()
           
 
Method Summary
 java.lang.String getCode()
          Get the 'Code' attribute value.
 PreferLevel getPreferLevel()
          Get the 'PreferLevel' attribute value.
 void setCode(java.lang.String code)
          Set the 'Code' 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

RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations.Recreation

public RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Recreations.Recreation()
Method Detail

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. Defines a specific recreation . Used in conjuction with the Recreation Pref attribute to state whether the recreation is preferred or required at the event site. Refer to OpenTravel Code list Recreation Srvc Type (RST).

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. Defines a specific recreation . Used in conjuction with the Recreation Pref attribute to state whether the recreation is preferred or required at the event site. Refer to OpenTravel Code list Recreation Srvc Type (RST).

Parameters:
code -

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 -