| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPTransientDetails
public class RFPTransientDetails
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 | 
|---|
public RFPTransientDetails()
| Method Detail | 
|---|
public RFPTransientDetails.RFPTransientResponses getRFPTransientResponses1()
public void setRFPTransientResponses1(RFPTransientDetails.RFPTransientResponses RFPTransientResponses1)
RFPTransientResponses1 - public UniqueID getMessageID()
public void setMessageID(UniqueID messageID)
messageID - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||