org.ota.hotel
Class HotelSearchCriterion.HotelFeature

java.lang.Object
  extended by org.ota.hotel.HotelSearchCriterion.HotelFeature
Enclosing class:
HotelSearchCriterion

public static class HotelSearchCriterion.HotelFeature
extends java.lang.Object

Used to search for hotels based on hotel features. 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="HotelFeature" minOccurs="0" maxOccurs="10">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="SecurityFeatureCode"/>
     <xs:attribute type="xs:string" use="optional" name="AccessibilityCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelSearchCriterion.HotelFeature()
           
 
Method Summary
 java.lang.String getAccessibilityCode()
          Get the 'AccessibilityCode' attribute value.
 java.lang.String getSecurityFeatureCode()
          Get the 'SecurityFeatureCode' attribute value.
 void setAccessibilityCode(java.lang.String accessibilityCode)
          Set the 'AccessibilityCode' attribute value.
 void setSecurityFeatureCode(java.lang.String securityFeatureCode)
          Set the 'SecurityFeatureCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelSearchCriterion.HotelFeature

public HotelSearchCriterion.HotelFeature()
Method Detail

getSecurityFeatureCode

public java.lang.String getSecurityFeatureCode()
Get the 'SecurityFeatureCode' attribute value. Hotel security feature that is used as a qualifier when searching for properties. Refer to OpenTravel Code list Security Feature Code (SEC).

Returns:
value

setSecurityFeatureCode

public void setSecurityFeatureCode(java.lang.String securityFeatureCode)
Set the 'SecurityFeatureCode' attribute value. Hotel security feature that is used as a qualifier when searching for properties. Refer to OpenTravel Code list Security Feature Code (SEC).

Parameters:
securityFeatureCode -

getAccessibilityCode

public java.lang.String getAccessibilityCode()
Get the 'AccessibilityCode' attribute value. Hotel accessibility feature that is used as a qualifier when searching for properties. Refer to OpenTravel Code list Physically Challenged Feature Code (PHY).

Returns:
value

setAccessibilityCode

public void setAccessibilityCode(java.lang.String accessibilityCode)
Set the 'AccessibilityCode' attribute value. Hotel accessibility feature that is used as a qualifier when searching for properties. Refer to OpenTravel Code list Physically Challenged Feature Code (PHY).

Parameters:
accessibilityCode -