org.ota.hotel
Class SummaryNotifRQ

java.lang.Object
  extended by org.ota.hotel.SummaryNotifRQ

public class SummaryNotifRQ
extends java.lang.Object

The OTA_HotelSummaryNotifRQ is the message that sends the notification of the general availability of a hotel for booking. 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="OTA_HotelSummaryNotifRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:HotelSummaryMessagesType" name="HotelSummaryMessages"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:HotelReferenceGroup"/>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
SummaryNotifRQ()
           
 
Method Summary
 HotelReferenceGroup getHotelReferenceGroup()
          Get the 'HotelReferenceGroup' attributeGroup value.
 HotelSummaryMessages getHotelSummaryMessages()
          Get the 'HotelSummaryMessages' element value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
          Set the 'HotelReferenceGroup' attributeGroup value.
 void setHotelSummaryMessages(HotelSummaryMessages hotelSummaryMessages)
          Set the 'HotelSummaryMessages' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryNotifRQ

public SummaryNotifRQ()
Method Detail

getHotelSummaryMessages

public HotelSummaryMessages getHotelSummaryMessages()
Get the 'HotelSummaryMessages' element value. A collection of HotelSummaryMessages.

Returns:
value

setHotelSummaryMessages

public void setHotelSummaryMessages(HotelSummaryMessages hotelSummaryMessages)
Set the 'HotelSummaryMessages' element value. A collection of HotelSummaryMessages.

Parameters:
hotelSummaryMessages -

getHotelReferenceGroup

public HotelReferenceGroup getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value.

Returns:
value

setHotelReferenceGroup

public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value.

Parameters:
hotelReferenceGroup -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. This element defines standard attributes that appear on the root element for all OpenTravel Messages.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. This element defines standard attributes that appear on the root element for all OpenTravel Messages.

Parameters:
OTAPayloadStdAttributes -