| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.AvailGetRQ.HotelAvailRequest.HotelRef
public static class AvailGetRQ.HotelAvailRequest.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">
   <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:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
AvailGetRQ.HotelAvailRequest.HotelRef()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getArchitecturalStyleCode()
Get the 'ArchitecturalStyleCode' attribute value.  | 
 HotelReferenceGroup | 
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup 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 | 
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup 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 AvailGetRQ.HotelAvailRequest.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 - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||