org.ota.hotel
Class AvailGetRQ.HotelAvailRequest.HurdleRateCandidate

java.lang.Object
  extended by org.ota.hotel.AvailGetRQ.HotelAvailRequest.HurdleRateCandidate
Enclosing class:
AvailGetRQ.HotelAvailRequest

public static class AvailGetRQ.HotelAvailRequest.HurdleRateCandidate
extends java.lang.Object

Use to request Hurdle Rates 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="HurdleRateCandidate" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" name="SendAmount"/>
     <xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AvailGetRQ.HotelAvailRequest.HurdleRateCandidate()
           
 
Method Summary
 CurrencyCodeGroup getCurrencyCodeGroup()
          Get the 'CurrencyCodeGroup' attributeGroup value.
 java.lang.Boolean getSendAmount()
          Get the 'SendAmount' attribute value.
 void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
          Set the 'CurrencyCodeGroup' attributeGroup value.
 void setSendAmount(java.lang.Boolean sendAmount)
          Set the 'SendAmount' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailGetRQ.HotelAvailRequest.HurdleRateCandidate

public AvailGetRQ.HotelAvailRequest.HurdleRateCandidate()
Method Detail

getSendAmount

public java.lang.Boolean getSendAmount()
Get the 'SendAmount' attribute value. Boolean flag indicating the hurdle rate is requested. If this attrinbute is true, the currency code attributes may be included to ensure the responder currency matches the sender currency.

Returns:
value

setSendAmount

public void setSendAmount(java.lang.Boolean sendAmount)
Set the 'SendAmount' attribute value. Boolean flag indicating the hurdle rate is requested. If this attrinbute is true, the currency code attributes may be included to ensure the responder currency matches the sender currency.

Parameters:
sendAmount -

getCurrencyCodeGroup

public CurrencyCodeGroup getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value.

Returns:
value

setCurrencyCodeGroup

public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value.

Parameters:
currencyCodeGroup -