org.ota.hotel
Class RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests

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

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

A collection of specific information being requested. 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="SpecificRequests" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="SpecificRequest" maxOccurs="unbounded">
         <!-- Reference to inner class SpecificRequest -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest
          Used to request specific information within the response.
 
Constructor Summary
RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests()
           
 
Method Summary
 void addSpecificRequest(RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest item)
          Add a 'SpecificRequest' element item.
 void clearSpecificRequests()
          Remove all 'SpecificRequest' element items.
 RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest getSpecificRequest(int index)
          Get 'SpecificRequest' element item by position.
 java.util.List<RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest> getSpecificRequests()
          Get the list of 'SpecificRequest' element items.
 void setSpecificRequests(java.util.List<RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest> list)
          Set the list of 'SpecificRequest' element items.
 int sizeSpecificRequests()
          Get the number of 'SpecificRequest' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests

public RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests()
Method Detail

getSpecificRequests

public java.util.List<RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest> getSpecificRequests()
Get the list of 'SpecificRequest' element items.

Returns:
list

setSpecificRequests

public void setSpecificRequests(java.util.List<RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest> list)
Set the list of 'SpecificRequest' element items.

Parameters:
list -

sizeSpecificRequests

public int sizeSpecificRequests()
Get the number of 'SpecificRequest' element items.

Returns:
count

addSpecificRequest

public void addSpecificRequest(RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest item)
Add a 'SpecificRequest' element item.

Parameters:
item -

getSpecificRequest

public RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest getSpecificRequest(int index)
Get 'SpecificRequest' element item by position.

Parameters:
index -
Returns:
item

clearSpecificRequests

public void clearSpecificRequests()
Remove all 'SpecificRequest' element items.