org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property

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

public static class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property
extends java.lang.Object

Used to define the preferred type of property 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="Property" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="PropertyTypeCode"/>
     <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.Properties.Property()
           
 
Method Summary
 PreferLevel getPreferLevel()
          Get the 'PreferLevel' attribute value.
 java.lang.String getPropertyTypeCode()
          Get the 'PropertyTypeCode' attribute value.
 void setPreferLevel(PreferLevel preferLevel)
          Set the 'PreferLevel' attribute value.
 void setPropertyTypeCode(java.lang.String propertyTypeCode)
          Set the 'PropertyTypeCode' 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.Properties.Property

public RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property()
Method Detail

getPropertyTypeCode

public java.lang.String getPropertyTypeCode()
Get the 'PropertyTypeCode' attribute value. Used to indicate a property type. Refer to OpenTravel Code List Property Class Type (PCT).

Returns:
value

setPropertyTypeCode

public void setPropertyTypeCode(java.lang.String propertyTypeCode)
Set the 'PropertyTypeCode' attribute value. Used to indicate a property type. Refer to OpenTravel Code List Property Class Type (PCT).

Parameters:
propertyTypeCode -

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 -