org.ota.hotel
Class RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo

java.lang.Object
  extended by org.ota.hotel.RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo
Enclosing class:
RFPTransientRQ.TransientRFPRequestSegment

public static class RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo
extends java.lang.Object

Used to specify information that is specific to the requesting account. 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="AccountSpecificInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="HotelPotentialRoomQuantity"/>
     <xs:attribute type="xs:int" use="optional" name="CityPotentialRoomQuantity"/>
     <xs:attribute type="xs:boolean" use="optional" name="AdditionalHotelIndicator"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo()
           
 
Method Summary
 java.lang.Boolean getAdditionalHotelIndicator()
          Get the 'AdditionalHotelIndicator' attribute value.
 java.lang.Integer getCityPotentialRoomQuantity()
          Get the 'CityPotentialRoomQuantity' attribute value.
 java.lang.Integer getHotelPotentialRoomQuantity()
          Get the 'HotelPotentialRoomQuantity' attribute value.
 void setAdditionalHotelIndicator(java.lang.Boolean additionalHotelIndicator)
          Set the 'AdditionalHotelIndicator' attribute value.
 void setCityPotentialRoomQuantity(java.lang.Integer cityPotentialRoomQuantity)
          Set the 'CityPotentialRoomQuantity' attribute value.
 void setHotelPotentialRoomQuantity(java.lang.Integer hotelPotentialRoomQuantity)
          Set the 'HotelPotentialRoomQuantity' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo

public RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo()
Method Detail

getHotelPotentialRoomQuantity

public java.lang.Integer getHotelPotentialRoomQuantity()
Get the 'HotelPotentialRoomQuantity' attribute value. This is the potential number of room nights that the requestor believes they will produce for the single specified hotel.

Returns:
value

setHotelPotentialRoomQuantity

public void setHotelPotentialRoomQuantity(java.lang.Integer hotelPotentialRoomQuantity)
Set the 'HotelPotentialRoomQuantity' attribute value. This is the potential number of room nights that the requestor believes they will produce for the single specified hotel.

Parameters:
hotelPotentialRoomQuantity -

getCityPotentialRoomQuantity

public java.lang.Integer getCityPotentialRoomQuantity()
Get the 'CityPotentialRoomQuantity' attribute value. This is the potential number of room nights that the requestor believes they will produce for the specified city.

Returns:
value

setCityPotentialRoomQuantity

public void setCityPotentialRoomQuantity(java.lang.Integer cityPotentialRoomQuantity)
Set the 'CityPotentialRoomQuantity' attribute value. This is the potential number of room nights that the requestor believes they will produce for the specified city.

Parameters:
cityPotentialRoomQuantity -

getAdditionalHotelIndicator

public java.lang.Boolean getAdditionalHotelIndicator()
Get the 'AdditionalHotelIndicator' attribute value. When true, this means hotels that weren't in the original request can offer their own negotiated rate for this specific account.

Returns:
value

setAdditionalHotelIndicator

public void setAdditionalHotelIndicator(java.lang.Boolean additionalHotelIndicator)
Set the 'AdditionalHotelIndicator' attribute value. When true, this means hotels that weren't in the original request can offer their own negotiated rate for this specific account.

Parameters:
additionalHotelIndicator -