|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.ItemSearchCriterion.HotelRef
public static class ItemSearchCriterion.HotelRef
Indicates the detail of hotel reference information. 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="HotelRef" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> <xs:attribute type="xs:string" use="optional" name="SegmentCategoryCode"/> <xs:attribute type="xs:string" use="optional" name="PropertyClassCode"/> <xs:attribute type="xs:string" use="optional" name="ArchitecturalStyleCode"/> <xs:attribute type="xs:int" use="optional" name="SupplierIntegrationLevel"/> <xs:attribute type="xs:string" use="optional" name="LocationCategoryCode"/> <xs:attribute type="xs:boolean" use="optional" name="ExtendedCitySearchIndicator"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ItemSearchCriterion.HotelRef()
|
Method Summary | |
---|---|
java.lang.String |
getArchitecturalStyleCode()
Get the 'ArchitecturalStyleCode' attribute value. |
java.lang.Boolean |
getExtendedCitySearchIndicator()
Get the 'ExtendedCitySearchIndicator' attribute value. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
java.lang.String |
getLocationCategoryCode()
Get the 'LocationCategoryCode' attribute value. |
java.lang.String |
getPropertyClassCode()
Get the 'PropertyClassCode' attribute value. |
java.lang.String |
getSegmentCategoryCode()
Get the 'SegmentCategoryCode' attribute value. |
java.lang.Integer |
getSupplierIntegrationLevel()
Get the 'SupplierIntegrationLevel' attribute value. |
void |
setArchitecturalStyleCode(java.lang.String architecturalStyleCode)
Set the 'ArchitecturalStyleCode' attribute value. |
void |
setExtendedCitySearchIndicator(java.lang.Boolean extendedCitySearchIndicator)
Set the 'ExtendedCitySearchIndicator' attribute value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setLocationCategoryCode(java.lang.String locationCategoryCode)
Set the 'LocationCategoryCode' attribute value. |
void |
setPropertyClassCode(java.lang.String propertyClassCode)
Set the 'PropertyClassCode' attribute value. |
void |
setSegmentCategoryCode(java.lang.String segmentCategoryCode)
Set the 'SegmentCategoryCode' attribute value. |
void |
setSupplierIntegrationLevel(java.lang.Integer supplierIntegrationLevel)
Set the 'SupplierIntegrationLevel' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemSearchCriterion.HotelRef()
Method Detail |
---|
public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup
- public java.lang.String getSegmentCategoryCode()
public void setSegmentCategoryCode(java.lang.String segmentCategoryCode)
segmentCategoryCode
- public java.lang.String getPropertyClassCode()
public void setPropertyClassCode(java.lang.String propertyClassCode)
propertyClassCode
- public java.lang.String getArchitecturalStyleCode()
public void setArchitecturalStyleCode(java.lang.String architecturalStyleCode)
architecturalStyleCode
- public java.lang.Integer getSupplierIntegrationLevel()
public void setSupplierIntegrationLevel(java.lang.Integer supplierIntegrationLevel)
supplierIntegrationLevel
- public java.lang.String getLocationCategoryCode()
public void setLocationCategoryCode(java.lang.String locationCategoryCode)
locationCategoryCode
- public java.lang.Boolean getExtendedCitySearchIndicator()
public void setExtendedCitySearchIndicator(java.lang.Boolean extendedCitySearchIndicator)
extendedCitySearchIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |