org.ota.hotel
Class RFPTransientDetails.RFPTransientResponses.RFPTransientResponse

java.lang.Object
  extended by org.ota.hotel.RFPTransientDetails.RFPTransientResponses.RFPTransientResponse
Enclosing class:
RFPTransientDetails.RFPTransientResponses

public static class RFPTransientDetails.RFPTransientResponses.RFPTransientResponse
extends java.lang.Object

This is the Response data. The response element can repeat for each hotel that is providing a response to the RFP. Each hotel is defined in the HotelRefGroup attributes of this element. 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" type="ns:RFP_TransientResponseType" name="RFP_TransientResponse" maxOccurs="unbounded"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RFP_TransientResponseType">
   <xs:sequence>
     <xs:element type="ns:RFP_ResponseDetailType" name="RFP_ResponseDetail" minOccurs="0"/>
     <xs:element type="ns:HotelDescriptiveContentType" name="HotelDescription" minOccurs="0"/>
     <xs:element type="ns:AccountSpecificInformationType" name="AccountSpecificInformation" minOccurs="0">
       <!-- Reference to inner class AccountSpecificInformation -->
     </xs:element>
   </xs:sequence>
   <xs:attributeGroup ref="ns:HotelReferenceGroup"/>
 </xs:complexType>
 


Nested Class Summary
static class RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation
          Defines the information that is specific to the RFP for this account.
 
Constructor Summary
RFPTransientDetails.RFPTransientResponses.RFPTransientResponse()
           
 
Method Summary
 RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation getAccountSpecificInformation()
          Get the 'AccountSpecificInformation' element value.
 HotelDescriptiveContent getHotelDescription()
          Get the 'HotelDescription' element value.
 HotelReferenceGroup getHotelReferenceGroup()
          Get the 'HotelReferenceGroup' attributeGroup value.
 RFPResponseDetail getRFPResponseDetail()
          Get the 'RFP_ResponseDetail' element value.
 void setAccountSpecificInformation(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation accountSpecificInformation)
          Set the 'AccountSpecificInformation' element value.
 void setHotelDescription(HotelDescriptiveContent hotelDescription)
          Set the 'HotelDescription' element value.
 void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
          Set the 'HotelReferenceGroup' attributeGroup value.
 void setRFPResponseDetail(RFPResponseDetail RFPResponseDetail)
          Set the 'RFP_ResponseDetail' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPTransientDetails.RFPTransientResponses.RFPTransientResponse

public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse()
Method Detail

getRFPResponseDetail

public RFPResponseDetail getRFPResponseDetail()
Get the 'RFP_ResponseDetail' element value. Provides the method and time for when the detailed response should be expected as well as other information.

Returns:
value

setRFPResponseDetail

public void setRFPResponseDetail(RFPResponseDetail RFPResponseDetail)
Set the 'RFP_ResponseDetail' element value. Provides the method and time for when the detailed response should be expected as well as other information.

Parameters:
RFPResponseDetail -

getHotelDescription

public HotelDescriptiveContent getHotelDescription()
Get the 'HotelDescription' element value. Provides the details associated with a hotel (e.g. the amenities and services provided and distance to local attractions.)

Returns:
value

setHotelDescription

public void setHotelDescription(HotelDescriptiveContent hotelDescription)
Set the 'HotelDescription' element value. Provides the details associated with a hotel (e.g. the amenities and services provided and distance to local attractions.)

Parameters:
hotelDescription -

getAccountSpecificInformation

public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation getAccountSpecificInformation()
Get the 'AccountSpecificInformation' element value. Provides the detailed RFP data and/or the the general information to let the requestor know when and the detailed information will be returned.

Returns:
value

setAccountSpecificInformation

public void setAccountSpecificInformation(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse.AccountSpecificInformation accountSpecificInformation)
Set the 'AccountSpecificInformation' element value. Provides the detailed RFP data and/or the the general information to let the requestor know when and the detailed information will be returned.

Parameters:
accountSpecificInformation -

getHotelReferenceGroup

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

Returns:
value

setHotelReferenceGroup

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

Parameters:
hotelReferenceGroup -