org.ota.hotel
Class RFPTransientRQ.RequestedInfos.RequestedInfo

java.lang.Object
  extended by org.ota.hotel.RFPTransientRQ.RequestedInfos.RequestedInfo
Enclosing class:
RFPTransientRQ.RequestedInfos

public static class RFPTransientRQ.RequestedInfos.RequestedInfo
extends java.lang.Object

Used to specify what information should be returned in the response. 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="RequestedInfo" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="SpecificRequests" minOccurs="0">
         <!-- Reference to inner class SpecificRequests -->
       </xs:element>
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="RequestedInfoCode"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests
          A collection of specific information being requested.
 
Constructor Summary
RFPTransientRQ.RequestedInfos.RequestedInfo()
           
 
Method Summary
 java.lang.String getRequestedInfoCode()
          Get the 'RequestedInfoCode' attribute value.
 RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests getSpecificRequests()
          Get the 'SpecificRequests' element value.
 void setRequestedInfoCode(java.lang.String requestedInfoCode)
          Set the 'RequestedInfoCode' attribute value.
 void setSpecificRequests(RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests specificRequests)
          Set the 'SpecificRequests' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPTransientRQ.RequestedInfos.RequestedInfo

public RFPTransientRQ.RequestedInfos.RequestedInfo()
Method Detail

getSpecificRequests

public RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests getSpecificRequests()
Get the 'SpecificRequests' element value.

Returns:
value

setSpecificRequests

public void setSpecificRequests(RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests specificRequests)
Set the 'SpecificRequests' element value.

Parameters:
specificRequests -

getRequestedInfoCode

public java.lang.String getRequestedInfoCode()
Get the 'RequestedInfoCode' attribute value. Used to identify information to be included in the response. Refer to OpenTravel Code List Requested Info Code Category (RQC) code list.

Returns:
value

setRequestedInfoCode

public void setRequestedInfoCode(java.lang.String requestedInfoCode)
Set the 'RequestedInfoCode' attribute value. Used to identify information to be included in the response. Refer to OpenTravel Code List Requested Info Code Category (RQC) code list.

Parameters:
requestedInfoCode -