|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelSearchCriterion.HotelFeature
public static class HotelSearchCriterion.HotelFeature
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 |
---|
public HotelSearchCriterion.HotelFeature()
Method Detail |
---|
public java.lang.String getSecurityFeatureCode()
public void setSecurityFeatureCode(java.lang.String securityFeatureCode)
securityFeatureCode
- public java.lang.String getAccessibilityCode()
public void setAccessibilityCode(java.lang.String accessibilityCode)
accessibilityCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |