org.ota.hotel
Class RFPTransientDetails

java.lang.Object
  extended by org.ota.hotel.RFPTransientDetails
Direct Known Subclasses:
RFPTransientNotifRQ

public class RFPTransientDetails
extends java.lang.Object

This is used by OTA_HotelRFP_TransientNotifRQ schema. This accommodates detailed transient RFP information. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RFP_TransientDetailsType">
   <xs:sequence>
     <xs:element name="RFP_TransientResponses" minOccurs="0">
       <!-- Reference to inner class RFPTransientResponses -->
     </xs:element>
     <xs:element type="ns:UniqueID_Type" name="MessageID" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 


Nested Class Summary
static class RFPTransientDetails.RFPTransientResponses
          A collection of RFP Transient Responses Schema fragment(s) for this class:
 
Constructor Summary
RFPTransientDetails()
           
 
Method Summary
 UniqueID getMessageID()
          Get the 'MessageID' element value.
 RFPTransientDetails.RFPTransientResponses getRFPTransientResponses1()
          Get the 'RFP_TransientResponses' element value.
 void setMessageID(UniqueID messageID)
          Set the 'MessageID' element value.
 void setRFPTransientResponses1(RFPTransientDetails.RFPTransientResponses RFPTransientResponses1)
          Set the 'RFP_TransientResponses' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPTransientDetails

public RFPTransientDetails()
Method Detail

getRFPTransientResponses1

public RFPTransientDetails.RFPTransientResponses getRFPTransientResponses1()
Get the 'RFP_TransientResponses' element value.

Returns:
value

setRFPTransientResponses1

public void setRFPTransientResponses1(RFPTransientDetails.RFPTransientResponses RFPTransientResponses1)
Set the 'RFP_TransientResponses' element value.

Parameters:
RFPTransientResponses1 -

getMessageID

public UniqueID getMessageID()
Get the 'MessageID' element value. The ID is used to identify the original request. The instance attribute is used to indicate subsequent transmissions of new or updated information (e.g. an initial message will be instance 1 and an update to this message will be reflected with instance 2).

Returns:
value

setMessageID

public void setMessageID(UniqueID messageID)
Set the 'MessageID' element value. The ID is used to identify the original request. The instance attribute is used to indicate subsequent transmissions of new or updated information (e.g. an initial message will be instance 1 and an update to this message will be reflected with instance 2).

Parameters:
messageID -